Suppose we have a sequence $(a_n)$ such that $a_n\neq0$ and $$\lim\dfrac{a_{n+1}}{a_n}=\ell$$ Show that $$\lim a_n^{1/n}=\ell.$$
I have a proof sketch, but it needs an extra assumption:
By the definition of convergence $\forall\varepsilon>0\exists N\forall n>N,\ \ell-\varepsilon<\dfrac{a_{n+1}}{a_n}<\ell+\varepsilon$.
Here is where I have to assume that eventually $a_n>0$ to conclude (by induction) that eventually $$(\ell-\varepsilon)^na_0<a_n<(\ell+\varepsilon)^na_0\\\therefore(\ell-\varepsilon)a_0^{1/n}<a_n^{1/n}<(\ell+\varepsilon)a_0^{1/n}\\\therefore \ell-\varepsilon\leq\lim a_n^{1/n}\leq\ell+\varepsilon\\\therefore\lim a_n^{1/n}=\ell$$
But I haven't yet figured out how to prove this without the extra assumption.