Let $(a_n)$ be the sequence defined by $a_1 = 1$ and $a_{n+1} = \frac{1}{3+a_n}$ for all $n \in \mathbb N.$ Show that $(a_n)$ converges and find its limit.
I have no idea on how to handle this though so I would definitely appreciate some help for a rigorous proof.
First we note that $a_n\in (0,1/3)$ for $n>1$.
Since $$a_{n+1}-a_{n}=\frac{1}{3+a_n}-\frac{1}{3+a_{n-1}}=\frac{a_{n-1}-a_n}{(3+a_n)(3+a_{n-1})},$$ and $(3+a_n)(3+a_{n-1})>9$, we see that $$|a_{n+1}-a_n|<\frac19 |a_n-a_{n-1}|.$$ This shows that $\{a_n\}$ is Cauchy, so it converges to some number $a\in[0,1/3]$. To find $a$, take limits on both sides of $$a_{n+1}=\frac1{3+a_n}.$$