Let {${x_n}$} be a sequence such that there exists a $0<C<1$, such that: $|x_{n+1}-x_n|\leq$$C|x_n-x_{n-1}|$. Prove that {$x_n$} is a Cauchy Sequence.
I'm given a hint that $1+C+C^2...+C^n=\frac{1-C^{n+1}}{1-C}$, which I've used to construct:
$|x_m-x_n|\leq |x_n-x_{n-1}|\frac{1-C^{k+1}}{1-C}$
where $k=m-n$,but I'm not sure how to use the definition of a Cauchy sequence to proceed. Any help is greatly appreciated.
You're almost there. Just observe that $\frac{1-C^{k+1}}{1-C} \leq \frac{1}{1-C}$ and $|x_n - x_{n-1}| \leq C^{n-2} \cdot |x_2 - x_1|$.
Are you able to conclude now?