I am currently working on a proof:
Let $(a_n) \subset \mathbb{R}$ be a sequence, and $s_k := \sum^{k}_{n=1} a_n$, show that: If, for all $k \in \mathbb{N} :|s_{k+1} - s_k | < \frac{1}{2^k} \implies \sum^{\infty}_{n=1} a_n$ converges
Now my first idea was that all terms of the sum except $a_{k+1}$ cancel out so, for every k the sequence $(a_n)$ seems to be bounded by $\frac{1}{2^k}$, is that correct?
How could I argue that this sequence is monoton?
For all $k>1 $
$$|s_{k}-s_{k-1}|=|a_k|<\frac {1}{2^{k-1}} $$
and comparison test.