Let $$x_n=\sqrt{1+\sqrt{2+\sqrt{3+\dots+\sqrt{n}}}}$$ Show that $x_n<x_{n+1}$ and $x_{n+1}^2\le 1+\sqrt{2}x_n$. Hence show that $x_n$ is bounded by $2$ and converges.
Trials:I can show that $x_n<x_{n+1}$ and $$x_{n+1}^2= 1+\sqrt{2+\sqrt{3+\dots+\sqrt{n}}}\\=1+\sqrt 2[1+\sqrt{3/4+\dots+\sqrt{n/2^{n-1}}}]\ \\\le1+\sqrt 2 x_n$$ Then I can't show $x_n$ is bounded by $2$ and converges. Please help.