Grouping the Summation

142 Views Asked by At

Let $a_n \in \mathbb{C}$ and consider $\sum a_n$ and grouping as $\sum (a_n + a_{n+1})$.
Under what assumptions we can claim absolute convergence of grouped sum implies convergence of the original sum?

Here is the related post, where accepted answer shows that grouped sum is absolutely convergent.

My concern is, $\sum (-1)^n$ is not convergent where if we group successive terms it is absolutely convergent.

1

There are 1 best solutions below

2
On

$\sum |a_n| <\infty$ implies $|a_1-a_2|+|a_3-a_4|+\cdots <\infty$ but the converse is false as seen by taking $a_1=a_2=1, a_3=a_4=\frac 1 2,a_5=a_6=\frac 1 3,\cdots$.