Given $$ \sum_{n=1}^\infty(a_n+b_n)$$
converges, and $$a_n \to 0$$
prove that $$a_1 + b_1 + a_2 + b_2 + \cdots$$
converges.
The question's intention is to show that $a_n \to 0$ is a sufficient condition for the series to converge.
My try:
using the fact that $ \sum_{n=1}^\infty(a_n+b_n)$ converges, we conclude that $$a_n + b_n \to 0$$
by Cauchy theorem of series convergence.
applying limit arithmetic we conclude that $$b_n \to 0$$
for a given $\epsilon >0$, there exist $N>0$ such that for every $n>N$:
$$|a_n|<\epsilon ~~,~~ |b_n|<\epsilon$$
So trying to show that $$|a_{n+1}+b_{n+1} + \cdots + a_{n+p} + b_{n+p}|< \epsilon_0$$ will do the trick (Cauchy).
With the triangle inequality:
$$|a_{n+1}+b_{n+1} + \cdots + a_{n+p} + b_{n+p}| \le |a_{n+1}|+|b_{n+1}| + \cdots + |a_{n+p}| + |b_{n+p}| \lt 2 p \epsilon$$
and here i am stuck...
Note:
The partial sum $$S_n = \sum_{k=1}^n c_n$$ where $$c_{2n-1} = a_n~~,~~c_{2n}=b_n$$
may not converge. example:
$$a_n = (-1)^n ~~,~~ b_n=(-1)^{n+1}$$
without the parentheses the partial sum doesn't converge.
so $$\sum_{n=1}^\infty (a_n + b_n) = (a_1 + b_1) + (a_2 + b_2) + \cdots \ne a_1 + b_1 + a_2 + b_2 + \cdots$$