This question is spurred by my discussion here: Find the value of : $\lim_{x\to\infty}\sqrt{x+\sqrt{x+\sqrt{x+\sqrt{x}}}}-\sqrt{x}$
My question is how do you prove what @Ant is claiming? It looks like a very useful simplification when the number of nested radical signs grow big. So I'm looking for a proof of:
$$\lim_{n \to \infty}{\sqrt{n+\sqrt{n}}} = \lim_{n \to \infty}{\sqrt{n}}$$
or at least a proof that one of the expressions can be substituted for the other in limit calculations.
Assuming you want to prove that $$\lim_{n\to\infty}\frac{\sqrt{n+\sqrt{n}}}{\sqrt{n}}=1$$ This follows by putting everything into one square root. $$\lim_{n\to\infty}\sqrt{\frac{n+\sqrt{n}}{n}}=\lim_{n\to\infty}\sqrt{1+\frac{1}{\sqrt{n}}}=1$$ Another way to show that is to show $$\sqrt{n}\leq\sqrt{n+\sqrt{n}}\leq\sqrt{n}+\frac12$$