What is $|\sum_{k=1}^\infty{f(k)}|$ equal to? Is it just $\sum_{k=1}^\infty|f(k)|$, or something completely different?
2026-03-24 23:42:42.1774395762
Absolute value of a summation?
6.4k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
Those two are completely different in some cases. For alternating series, this difference becomes apparent, but with other completely positive/negative series, there is no difference.
You can consider for example the Alternating Harmonic series.
$$\sum_{k=1}^\infty\frac{(-1)^k}{k}$$
This converges (which you can prove with the alternating series test). But if you take the absolute value of each term, then it diverges (a well-known result), giving something completely different.
In fact, these two results are so different that there is a term called "Conditional Convergence" to describe how the value of some infinite series diverges if $\sum_{k=1}^\infty|f(x)|$ is considered, but converges if $\sum_{k=1}^\infty f(x)$ is considered.