1

If $(N, \|.\|)$ is a normed space and $(x_n)$ a sequence in $N$ such that

$\|x_n - x_{n+1}\| < \frac{1}{2^n}$

Then $(x_n)$ is a Cauchy sequence.

Just a hint on how to prove this will suffice, thank you.

1 Answers1

3

Hint. For $n < m$, we have $\def\norm#1{\left\|#1\right\|}$ \begin{align*} \norm{x_n - x_m} &= \norm{\sum_{k=n}^{m-1} x_{k+1} - x_k}\\ &\le \sum_{k=n}^{m-1} \norm{x_{k+1} - x_k} \end{align*} Now use what you are given and what you know aobut the geometric series and its partial sums.

martini
  • 84,101