I am trying to prove that the sequence $(a_n)_{n\geq1}$ where $a_n = \sqrt[n]a$ for $0<a<1$ converges to $1$. So that $$\lim_{n\to\infty}\sqrt[n]a=1$$
I have managed to prove it for $1 \lt a$, using the fact that : $$\sqrt[n]a = \theta_n + 1 \implies a = (\theta_n + 1)^n \implies a = \sum_{k = 0}^n \binom{n}{k} \theta_n^k \gt \binom{n}{1}\theta_n=n\theta_n \implies \theta_n \lt \frac{a}{n}$$
Thus setting $n_\epsilon = \frac{a}{\epsilon}$, we have $\forall n \gt n_\epsilon, \theta_n \lt \epsilon \implies \lvert \sqrt[n]a - 1 \rvert < \epsilon$. Thus $\lim_{x\to\infty}\sqrt[n]a=1$.
However, this method does not work for $0<a<1$ as $\theta_n < 0$. I have tried finding a solution using $\sqrt[n]a = 1- \theta_n$, however this introduces a $(-1)^k$ in the sum. I have also tried setting $a = \frac{1}{b}$ with $1<b$, however this method is not satisfactory as it used reasoning in theorems outside of the ones allowed. Finally, I also know that I could probably use the monotone convergence theorem, but I ran into some trouble showing that $\sqrt[n]a < \sqrt[n+1]a$.
I would like a hint for the direction to take to show the above limit for $0<a<1$, preferably using the method above. Thanks for reading !