Let $E$ be a Banach space and consider a sequence $(x_n)_n$ in $E$ satisfying the following condition: $$||x_n-x_{n-1}||\leq 3^{-n}\mbox{ for all }n\in\mathbb{N}.$$ Clearly $(x_n)_n$ is a Cauchy sequence and therefore converges to an element $x\in E$.
Question: How to prove that $||x-x_n||\leq \frac{1}{2}3^{-n}$ for all $n\in\mathbb{N}$?
Let $m > n$. We have:
\begin{align} \|x_m - x_n\| &\le \|x_{m} - x_{m-1}\| + \cdots + \|x_{n+1} - x_n\| \\ &\le \frac1{3^m} + \cdots + \frac1{3^{n+1}}\\ &= \frac1{3^{n+1}}\left(1 + \frac13 + \cdots + \frac1{3^{m-n-1}}\right)\\ &= \frac1{3^{n+1}} \frac{1 - \frac1{3^{m-n}}}{1 - \frac13} \end{align}
Letting $m\to\infty$ we get
$$\|x - x_n\| \le \frac1{3^{n+1}} \frac1{1 - \frac13} = \frac12 \cdot 3^{-n}$$