Let ${a_n}$ be the sequence where $a_1 =\sqrt{2}$, and $a _{n+1} = \sqrt{2+ \sqrt{a_n}}$ for all n ∈ N. Prove that ${a_n}$ is bounded above by 2, and then prove that ${a_n}$ converges.
My thought is to generally employ the monotonic convergence theorem:
Proof.
Because $a_1= \sqrt{2}$, and the sequence is increasing, we see that it is bound below by $\sqrt{2}$. And, if we take the limit as n approaches infinity, we see the limit equals 2, so it is bounded above by 2.
Further by the monotonic convergence theorem, as we see that the sequence is monotonically increasing and bounded above and below, it follows through the M.C.T. that it converges. QED
My question really has to do with showing that it is monotonically increasing, which I believe I need to use induction for, however, I am not sure how exactly to do that, as my book glosses over the subject in a generic review of the concept, i.e. noting the notion that you do $s(n)$ and then show that $s(n+1)$ is also true for all n, but I'm fuzzy on the subject. Moreover, am I correct with my bound assumptions?