Given a sequence $(a_n)_{n \geq 1}$ in $\mathbb{R}$, and given that $$ a_1 > 0 \ \ \ \ \text{and} \ \ \ \ \ a_{n+1} = \sqrt{a_n + 6}\ \ \ (n\geq1)$$ Prove that $(a_n)_{n \geq 1}$ converges.
My thoughts
- for $a_1 > 3$, we know that $3<a_{n+1} < a_n \ \ (n\in \mathbb{N})$ (1)
- for $a_1 < 3$, we know that $0<a_{n} < a_{n+1}<3 \ \ (n\in \mathbb{N})$ (2)
Now I now how to prove convergence. However, I'm having difficulty proving my two thoughts about the situation where $a_1 >3$ and $a_1 < 3$.
Any help on how I can show this correctly?