The sequence $a_{n}$ is given in this recursive form:
$$a_{n+1}=3\frac{a_{n}+1}{a_{n}+3} , a_{1} =a> 0$$
How does one show that it is convergent?
I tried to prove that it is monotone increasing and bounded by $\sqrt3$ but than I thought that it may be better to seperate into cases which $a>\sqrt3$ and $a<\sqrt3$,
Either way I did'nt get to a solution and wasn't able to write the proper Induction.
EDIT: please help me with only sequences theorems, without Lhopital and functions.
Thank you