I'm not able to prove this theorem:
Let a map $f:M \rightarrow M$ be a contraction. Then $\forall \varepsilon > 0$ there is a $\delta > 0$ such that every $\delta$-pseudo-orbit is $\varepsilon$-shadowed by some orbit of $f$.
So, $\exists L \in (0,1)$ such that $d(f(x), f(y)) \leq L \cdot d(x,y)$. I denoted $\delta$-pseudo-orbit as $(x_n)$ and true orbit as $(y_n)$:
We know:
$x_{n+1} = f(x_n) + \delta_n$
$y_{n+1} = f^n(y_0)$
$d(x_{n+1}, y_{n+1}) < \delta$
We must prove that:
$d(x_n, y_n) < \varepsilon$
I don't know what direction to take. Tried to express $x_n$ in such way so it depends on $x_0$, but was unable to do so. Any help?