This question is from Rudin PMA Ch 2:
How to show that $\lim_{n\to \infty}\sqrt[2n-1]{\dfrac{1}{2^n}}=\dfrac1{\sqrt 2}$?
It was pointed out to me that $\lim_{n\to\infty}\dfrac1{2^{\frac n{2n-1}}}=\dfrac1{2^{\lim_{n\to\infty}\frac n{2n-1}}}$, but I got to know that 'taking limit to power' depends on continuity. Rudin has yet to touch continuity.
Can we use the fact that $\lim_{n\to \infty}\sqrt[2n]{\dfrac{1}{2^n}}=\dfrac1{\sqrt 2}$ for this proof?
Yes we can use it writing
$$\sqrt[2n-1]{\dfrac{1}{2^n}} =\frac{1}{2^{\frac{n-\frac12}{2n-1}}\cdot2^{\frac{\frac12}{2n-1}}} = \sqrt[2n-1]{\dfrac{1}{2^{n-\frac12}}}\cdot \sqrt[2n-1]{\dfrac{1}{\sqrt2}}$$
but it doesn't seem to be the best method.