How to show $c_n \leq c_{n+1}$?
Let $c_1=\sqrt{2}$ and $c_{n+1}=\sqrt{2+c_n}$. I have already proven that $c_n \leq 1+\sqrt{2}$.
If I try to prove that $c_n \leq c_{n+1}$, I end up by showing that it does not work:$$c_n\leq 1+\sqrt{2} \leq c_{n+1}=\sqrt{2+c_n}$$$$\Leftrightarrow c_n^2 \leq 2+c_n$$ This is not true, what am I doing wrong?
If $c_n\le c_{n+1}$, then $$c_{n+1}=\sqrt{2+c_n}\le\sqrt{2+c_{n+1}}=c_{n+2}$$ etc.