given is the following sequence:
$a_1 > 0$
$a_n = \frac{1}{1+a_n}$
I succeeded in finding a (possible?) limit by guessing that the sequence is limited by a; then the sequence $a_n$ converges to a; however, the sequence $a_n = \frac{1}{1+a_n}$ also converges to a. This means: $a = \frac{1}{1+a}$. Solving this equation gives the 'possible' limit.
However, is this the end? Shouldn't I first show THAT the sequence actually IS convergent? If so: HOW should I do this?
I can show:
$0 < a_n < 1$
I cannot show:
$a_n$ is monotonous.