Let's suppose that $a_n$ satisfy $|a_{n+1}-a_n|<2^{-n}$ for all $n$ . How can I prove that $a_n$ is a cauchy sequence?
2026-03-29 22:34:41.1774823681
On
Proving a sequence is a cauchy
151 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
0
On
By triangle inequality, we have that
$$\forall n,p > 0$$
$$|u_{n+p}-u_n|\leq \sum_{k=n}^{n+p-1}|u_{k+1}-u_k|$$ $$\leq \sum_{k=n}^{n+p-1}\frac{1}{2^k}$$
$$= \frac{1}{2^n}\frac{1-2^{-p}}{1-\frac{1}{2}}$$
$$\leq\frac{1}{2^{n-1}}.$$
and since $\lim_{n\to +\infty}\frac{1}{2^{n-1}}=0$,
we can conclude that $(u_n)_n$ is a Cauchy sequence.
Hint: if $N\le m\le n$,
$$|a_m-a_n|\le |a_m-a_{m+1}|+|a_{m+1}-a_{m+2}|+\cdots+|a_{n-1}-a_n|< \sum_{k=m+1}^n \frac{1}{2^k}.$$
This sum is the tail of a convergent sum, and can be made arbitrarily small.