1
$\begingroup$

I have to prove that for a sequence $\{a_n\}$ with $|a_{n+1} - a_n| < 2^{-n}$ is convergent.

So I thought, that if a be a series then it will convergence against $\dfrac{1}{2^n}$ and for $n>1$ the series is convergent which means, that the sequence has to be convergent too.

  • 1
    hint: You prove such a sequence to be Cauchy sequence, and this implies convergence.2017-01-16
  • 0
    See also: [Proving that a sequence such that $|a_{n+1} - a_n| \le 2^{-n}$ is Cauchy](http://math.stackexchange.com/q/182830) and other posts [linked there](http://math.stackexchange.com/questions/linked/182830).2017-01-16

1 Answers 1

3

Fix $\epsilon > 0$. Now choose $N$ so large that $\sum_{k=N}^{\infty} \frac{1}{2^k} < \epsilon$. For any $m,n > N$, we have \begin{align*} |a_m - a_n| \leq \sum_{k=n+1}^m |a_k - a_{k-1}| < \sum_{k=n+1}^m \frac{1}{2^k} < \sum_{k=N}^{\infty} \frac{1}{2^k} < \epsilon \end{align*} So $\{a_n\}$ is Cauchy. Assuming the $a_i$'s belong to a complete metric space, the sequence must converge.