I want to prove that the following number is transcendental: $$\alpha = \sum_{n = 1}^\infty 2^{-4^n}$$
Liouville's theorem states that if $\alpha$ is algebraic with minimal polynomial of degree $d$, then $\exists c > 0$ such that $\forall \frac{p}{q} \in \mathbb{Q}$ we have $|\alpha - \frac{p}{q}| > \frac{c}{q^d}$.
Here's my attempt: Assume $\alpha \in \overline{\mathbb{Q}}$ where $\overline{\mathbb{Q}}$ is the algebraic closure of $\mathbb{Q}$. I will look at $\alpha$ in base $2$ for simplicity. We will then have $\alpha = 0.00.1010001...$.
I defined $\frac{p_r}{q_r} = \sum_{n = 1}^r2^{-4^n}$. Then $|\alpha - \frac{p}{q}| = \sum_{n = r + 1}^\infty 2^{-4^n} < 2\times2^{-4^{(r + 1)}} = \frac{2}{(2^{4^{r}})^4} = \frac{2}{q_r^4}$. Now by Liouville's theorem, we have:
$$\frac{c}{q_r^d} < |\alpha - \frac{p_r}{q_r}| < \frac{2}{q_r^4}$$
I don't know how to derive a contradiction from this. (If I haven't made any mistakes of course.) I'm also not sure if this approach works.