Let {$a_k$} and {$b_k$} be sequences. Suppose that $|b_{k+1}-b_k| \leq a_k$ for all $k \in \mathbb{N}$ and that $\sum_{n=1}^{\infty} a_k$ converges.

438 Views Asked by At

Let {$a_k$} and {$b_k$} be sequences. Suppose that $|b_{k+1}-b_k| \leq a_k$ for all $k \in \mathbb{N}$ and that $\sum_{n=1}^{\infty} a_k$ converges. Prove that {$b_k$} converges.

I know I need to prove by showing that {$b_k$} is Cauchy, but I'm not sure if I can use {$a_k$} is Cauchy since it converges (because it only says the sum of {$a_k$} converges).

Can anyone show me a formal proof of this? Thanks!

1

There are 1 best solutions below

9
On BEST ANSWER

Let $\epsilon > 0$. By definition, there exists $n,m \in \mathbb{N}$ such that $\sum_{k=n}^m a_k < \epsilon$,(Since $a_k$ is nonnegative) so $$ |b_m - b_n| = \left|\sum_{k=n}^{m-1} (b_{k+1} - b_k)\right| \leq \sum_{k=n}^{m-1} |b_{k+1} - b_k| \leq \sum_{k=n}^{m-1} a_k < \epsilon $$