Let $x_{n} = \sqrt{1 + \sqrt{2 + \sqrt{3 + ...+\sqrt{n}}}}$
a) Show that $x_{n} < x_{n+1}$
b) Show that $x_{n+1}^{2} \leq 1+ \sqrt{2} x_{n}$
Hint : Square $x_{n+1}$ and factor a 2 out of the square root
c) Hence Show that $x_{n}$ is bounded above by 2. Deduce that $\lim\limits_{n\to \infty} x_{n}$ exists.
Any help? I don't know where to start.
a) Note that $0<u<v$ implies $0<\sqrt u<\sqrt v$. This allows you to show the claim by starting from $0<n<n+\sqrt {n+1}$ and walking your way to the outer $\sqrt{}$.
b) Follow the hint
c) By induction: $0<x_1<2$ and $0<x_n<2$ implies $1+\sqrt 2 x_n<1+2\sqrt 2<4$