I am learning real analysis and I am stuck on this one proof. It reads:
Let $S_{n}$ be a sequence such that $|S_{n+1}-S_{n}| < 2^{-n}$
Prove $S_{n}$ is a Cauchy sequence and hence a convergent sequence.
Here is what I've tried doing:
Proof:
Let $\epsilon > 2^{-n}$, we want to show that $\exists$ $N$ such that $n+1, n$ $>$ $N$ implies $|S_{n+1}-S_{n}| < 2^{-n}$
Using the triangle inequality we get, $-2^{-n}< S_{n+1}-S_{n} <2^{-n}$
Further simplification, $2^{-n}+S_{n+1} > S_{n}> -2^{-n}+S_{n+1}$
This is where I got up to and I feel as thought I am on the wrong track.