Let a sequence $x_n$ be defined inductively by $x_{n+1}=F(x_n)$. Suppose that $x_n\to x$ as $n\to \infty$ and $F'(x)=0$. Show that $x_{n+2}-x_{n+1}=o(x_{n+1}-x_n)$.
I'm not sure how to do this. Any solutions are greatly appreciated. I think The Mean-Value Theorem will be useful and we can assume that $F$ is continuously differentiable.
Assuming that $F'\in C^1$, we have:
$\lim_{n\to \infty}\frac{x_{n+2}-x_{n+1}}{x_{n+1}-x_n}=\lim_{n\to \infty}\frac{F(x_{n+1})-F(x_n)}{x_{n+1}-x_n}=F'(x)=0$
Where the last equality has ben obtained by the fact that the sequence is a cauchy sequence (since converges to $x$), and thus:
$\forall m \lim_{n \to \infty} x_{m+n} \to x_n$