So I've got this question. Exists a sequence $a_n$ such that: $$a_0 = \frac \pi4, a_n=\cos\left(a_{n-1}\right)$$ Prove that $\lim_{n\rightarrow\infty} a_n = \alpha$ Where $\alpha$ is the solution to $\cos x = x$.
There is also a small hint saying I should prove its a Cauchy sequence and then use MVT.
Well, I've proven its Cauchy, and then used the fact that there exists a $L \in \mathbb{R}$ such that:
$$ \lim_{n\rightarrow\infty} \cos(a_{n-1}) = L. $$
Because cos is continuous, it can be written as: $ \cos(\lim_{n\rightarrow\infty} a_{n-1}) = L $ which is $\cos(L) = L$. I've proven with IVT and the derivative that $\alpha$ from before is unique, therefore $L = \alpha$.
It looks fine to me, but the hint said to use MVT, which I don't really see why, or where to use it. Hopefully you guys will know more.