{$a_n$} is recursively defined as $a_1=1$ and $a_{n+1}=1+1/a_n$.
(a) Verify that ${a_n}$ is not monotone,
(b) Use the contraction principle to prove that ${a_n}$ converges,
(c) Show that the sequence converges to $\frac{1+\sqrt5}{2}$.
Now I'm having trouble with (a) and (b). I think I know how to solve (c). Since $a_n$ converges, the limits as n goes to infinity of $a_n$ and $a_{n+1}$ should be equal. That gives the equation $A=1+\frac{1}{A}$. This has the solution $\frac{1+\sqrt5}{2}$, which we know from an earlier problem. (And which one can check by substitution).
Now on (a). I don't know how to solve this. It's clear to me that the values go up and down, converging to $\frac{1+\sqrt5}{2}$. However how to prove this?