The real sequence $x_n$ satisfies $x_{n+1}=2x_n^2-1$ and $x_1=\frac45$
I want to know if this sequence convergences.
I think it converges to $-\frac12$; considering the graphs of $y=x$ and $y=2x^2-1$
Is it right? If so, how to prove that?
I tried to find a positive number $c$ $(0\lt c \lt1)$ such that $\forall n,\left | x_{n+2}-x_{n+1} \right | \leq c \left| x_{n+1}-x_{n} \right |$ which would prove this sequence is cauchy, but I failed.