$X=(x_n)$ defined as $X_1=1,X_2=2$ and $X_n=\dfrac12\left(X_{n-2}+X_{n-1}\right)$. To finds its limit, first we should prove that it is convergent, but my book has not given its solution. Instead, it just states that it is bounded between $1$ and $2$, i.e., $1< X_n < 2$ and guides to do it myself. It also states that $X_n$ is not monotone.
After some calculations, we find that mod of $X_n - X_{n-1}=\frac{1}{2^{n-1}}$. Please suggest how to proceed in showing that its Cauchy hence also convergent thanks in advance!