Seeking some help with the following proof. I have given it an attempt but not sure if my logic is correct, or if I have left out valuable information.
If we let $(a_n)$ be a sequence, and suppose $\lim |\frac{a_{n+1}}{a_n}|=L$ exists. I need to prove that the $\lim|a_n|^{\frac{1}{n}} = L$
So basically we assume that the ratio test is equal to $L$ and now we need to prove that the root test is also equal to $L$
My solution attempt,
If we define the sequence $(b_n)$ by $b_1=a_1$ and $b_n=\frac{a_n}{a_{n-1}}$ for $n>=2$. Since $\lim_{n \to \infty}\frac{a_{n+1}}{a_n}= L$ we have $\lim_{n \to \infty}b_n=L$. With $a_n=b_1b_2...b_n$.
Then $\lim_{n \to \infty} |a_n|^{\frac{1}{n}}=\lim_{n \to \infty} |b_1b_2...b_n|^{\frac{1}{n}} = L$.
If this proof is correct what can we say about the relationship between the ratio test and the root test?
http://math.stackexchange.com/questions/287932/convergence-of-ratio-test-implies-convergence-of-the-root-test
Somebody asking the same question here, this a great answer. You can transform the notation to think in $b_n$s http://math.stackexchange.com/questions/287932/convergence-of-ratio-test-implies-convergence-of-the-root-test
– Badam Baplan Feb 10 '17 at 16:55