I'm trying to prove the following:
Let $(X, ||.||)$ be a normed space and $x_0, x_1 \in X$. Let $l \in (0,1)$ be a fixed constant. Prove, that the sequence $x_{n+1}=l x_{n}+(1-l) x_{n-1}$ converges.
I started with noting, that because $X$ is a vector space, we know that $x_n\in X$ $\forall n\in \mathbb{N}$.
Now I need to show, that there exists $x\in X$ such that $||x_n - x||\rightarrow 0$ as $n \rightarrow \infty$.
It is clear to me, that the sequence $x_0, x_2, x_4, x_6,\cdots$ is "increasing", the elements are "moving away" from $x_0$ on the line between elements $x_0$ and $x_1$. And, the sequence $x_1, x_3, x_5, x_7,\cdots$ is "decreasing", the elements are "moving away" from $x_1$ towards $x_0$.
Also, I know that the elements of the first subsequence are all "smaller" than the elements in the second subsequence.
So the limit $x$ should be the meeting point of these two subsequences.
PS! I understand, that there is no smaller or larger, because $x_0, x_1$ can be any two elements in X. I just put them on a number line.