This question asks to prove the limit of the infinitely nested radical. Now, I only have vague idea of what rigor means in proving something, but seeing my "answer" being radically different from those provided from others, I guess there are some critical errors in my reasoning, but again, I'm too noob to see it.
Question:
Prove $$\lim_{x\to 0^+} \sqrt{x+\sqrt[3]{x+\sqrt[4]{\cdots}}}=1$$
My "Answer":
We can see the nested radical is always positive, so taking the square
$$\lim_{x\to 0^+} (x +\sqrt[3]{x+\sqrt[4]{x + \sqrt[5]\cdots}})=1$$
$$\lim_{x\to 0^+} x + \lim_{x\to 0^+}\sqrt[3]{x+\sqrt[4]{x + \sqrt[5]\cdots}}=1$$
Where $$\lim_{x\to 0^+} x = 0 $$
So we are left with
$$\lim_{x\to 0^+}\sqrt[3]{x+\sqrt[4]{x + \sqrt[5]\cdots}}=1$$
This can obviously continue indefinitely until we are left with
$$\lim_{x\to 0^+, n \to \infty}x^{\frac{1}{n}}=1$$
And we know
$$\lim_{n \to \infty}\frac{1}{n}= 0$$
So the question can be re-written as
$$\lim_{x\to 0^+}x^x=1$$
Where it is known numerically that the limit of the above does indeed equal to one. (Where I just end here, pseudo-complete)
I think the error lies where I just take the square without considering the RHS, where it should be more like
$$\lim_{x\to 0^+} \sqrt{x+\sqrt[3]{x+\sqrt[4]{\cdots}}}= a , a > 0$$
And taking the square
$$ \lim_{x\to 0^+} (x +\sqrt[3]{x+\sqrt[4]{x + \sqrt[5]\cdots}})= a^2 $$
$$ \lim_{x\to 0^+}\sqrt[3]{x+\sqrt[4]{x + \sqrt[5]\cdots}} = a^2 $$
$$ \lim_{x\to 0^+} x = 0 $$
again, and continuing but this time
$$ \lim_{x\to 0^+, n \to \infty}x^{\frac{1}{n}}= ((a^{2})^3)^4... $$
But here, I'm stuck. I do not know how to argue any further than this.