Let $x_{n} = \sqrt{1 +\sqrt{2 + \sqrt{3 + \dots \sqrt{n}}}}$. show $\lim_{n \rightarrow \infty} x_{n}$ exists.
To do this the problem has been broken down into three pieces:
a) Show that $x_{n} < x_{n+1}$ (I've completed this)
b) Establish $(x_{n + 1})^2 < 1 + \sqrt{2} x_{n}$ Hint: square $x_{n+1}$ and factor a 2 out of the square root. (Having trouble with this)
c) Conclude that $x_{n} \leq 2$ and thus $\lim_{n \rightarrow \infty} x_{n}$ exists. (Having trouble with this)
Attempts
Starting with part b):
After following the hint and doing some algebra the problem has been reduced to trying to establish that:
$$\sqrt{3 + \dots \sqrt{n + \sqrt{n+1}}} < 2 \cdot \sqrt{2 + \sqrt{3 + \dots \sqrt{n}}}$$
At this point we were given a "fact" that $\sqrt{2n} \leq n-1$
Here is where the confusion lies for me. I know I'm supposed to get a chain of inequalities, but I can't seem to breakdown the expression into the necessary parts. Some help here would be nice.
Part c):
I am stumped. Mainly because I'm not sure how to show that this is bounded above. I get the implication that once we establish that this sequence is bounded above, then by the monotone convergence theorem we can establish the sequence converges. My issue here is that at least on the surface taking the limit of the sequence $x_{n}$ it would seem that the value would extend beyond 2 because I am summing up an infinite amount of objects. So....How should I proceed?