Let $(x_n)$ be a sequence in $\mathbb{R}$. Show that if $(2x_{n+1}-x_n)$ converges to $x$, then $(x_n)$ converges to $x$.
We don't know if the sequence $(x_n)$ is a convergent sequence or a cauchy sequence. If we are able to prove any one, then the problem is simple. Please provide any clue on how to go about.
Hint:
\begin{align} |x_m-x_n| =&\ \frac{1}{2}|2x_m-x_{m-1}+x_{m-1}-x_{n-1}+x_{n-1}-2x_n|\\ \leq&\ \frac{1}{2} |(2x_m-x_{m-1})-(2x_n-x_{n-1})|+\frac{1}{2}|x_{m-1}-x_{n-1}|. \end{align}
Probably a very bad hint!