Assume that $ C \in \mathbb{R}, q < 1$ and $|x_{n+1} - x_n | < Cq^n$ for all n. Prove that this is a Cauchy-sequence...
What I do is that I assume without loss of generality that $m < n$ so $n = m + k$.
Then by the triangle inequality, $$|x_{m+k} - x_m| \le |x_{m+k} - x_{m+k-1}| + |x_{m+k-1} - x_{m+k-2}| + \ldots + |x_{m-1} - x_m|$$ By using some formulas that we prove in a previous exercise, I get that above is less than $$\le C \sum_{i=m}^{m+k-1} q^i = C\frac{q^m - q^n}{1-q}$$ Is above (apart from this final step that you might not know of?) the correct method? And what more can I now do?
It's my first attempt at a epsilon proof for sequences, and I'm not sure if I can just say "pick N large so this stuff is less than epsilon", or if more is needed.
EDIT: q $\in (0,1)$