Rearrangements of Series
students, imagine lining up a long row of numbers on a table and then deciding to pick them up in a different order 🧮. For finite sums, the order does not matter: $3+5+7$ gives the same total as $7+3+5$. But for infinite series, order can matter a lot. This lesson explains what a rearrangement is, why it matters, and how it connects to convergence, absolute convergence, and conditional convergence.
What is a rearrangement?
A series is written as $\sum_{n=1}^{\infty} a_n$, where $\{a_n\}$ is a sequence of real numbers. A rearrangement of this series is formed by reordering the terms using a bijection from $\mathbb{N}$ to $\mathbb{N}$, producing a new series $\sum_{n=1}^{\infty} a_{\pi(n)}$, where $\pi$ is a permutation of the natural numbers.
In simpler words, the same terms appear, but in a different order. No term is added or removed. The key question is: does changing the order change the sum?
For finite sums, the answer is no. For infinite series, the answer depends on the type of convergence. This is one reason rearrangements are important in real analysis 📚.
A quick example
Consider the series
$$\sum_{n=1}^{\infty} \frac{1}{2^n} = \frac{1}{2}+\frac{1}{4}+\frac{1}{8}+\cdots$$
This series converges to $1$. If we rearrange the terms, for example by taking them in a different order, the sum is still $1$. This is because the series is absolutely convergent. Later, we will see why that matters.
Absolute convergence and why order becomes safe
A series $\sum_{n=1}^{\infty} a_n$ is absolutely convergent if
$$\sum_{n=1}^{\infty} |a_n|$$
converges.
Absolute convergence is stronger than ordinary convergence. It means the positive and negative parts are controlled well enough that the series behaves stably under reordering.
The key theorem
If $\sum_{n=1}^{\infty} a_n$ converges absolutely, then every rearrangement of the series converges, and every rearrangement has the same sum.
This is a major result in real analysis. It tells us that for absolutely convergent series, the order of terms does not affect the total. In practical terms, rearrangements are safe.
Example
The geometric series
$$\sum_{n=0}^{\infty} \left(\frac{1}{3}\right)^n = 1+\frac{1}{3}+\frac{1}{9}+\cdots$$
is absolutely convergent because all terms are nonnegative and the series converges. Any rearrangement still converges to $\frac{3}{2}$? Wait, let's compute carefully: starting at $n=0$, the sum is
$$\frac{1}{1-\frac{1}{3}} = \frac{3}{2}.$$
So every rearrangement also sums to $\frac{3}{2}$. The order does not change the value.
Conditional convergence: when order matters
A series $\sum_{n=1}^{\infty} a_n$ is conditionally convergent if it converges, but does not converge absolutely. That means
$$\sum_{n=1}^{\infty} a_n \text{ converges, but } \sum_{n=1}^{\infty} |a_n| \text{ diverges.}$$
Conditional convergence is where rearrangements become surprising 😮. In this case, changing the order can change the sum, or even make the series diverge.
The alternating harmonic series
A famous example is
$$\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{n} = 1-\frac{1}{2}+\frac{1}{3}-\frac{1}{4}+\cdots$$
This series converges, and in fact its sum is $\ln 2$. However, it is not absolutely convergent because
$$\sum_{n=1}^{\infty} \left|\frac{(-1)^{n+1}}{n}\right| = \sum_{n=1}^{\infty} \frac{1}{n}$$
is the harmonic series, which diverges.
So the alternating harmonic series is conditionally convergent. That means it can be rearranged to produce different outcomes.
What can happen after rearrangement?
For conditionally convergent series, rearrangements can do several things:
- Converge to a different sum.
- Diverge to $+\infty$ or $-\infty$.
- Fail to converge at all.
This is not a small technicality; it is a deep property of infinite sums.
A real analysis result: the Riemann rearrangement theorem
The Riemann rearrangement theorem states that if a series of real numbers is conditionally convergent, then its terms can be rearranged so that the new series converges to any prescribed real number, or diverges to $+\infty$ or $-\infty$.
This theorem shows just how unstable conditional convergence can be. The same list of terms can be ordered to produce many different sums. That is why the idea of “the sum of the series” must be used carefully when the series is only conditionally convergent.
Intuition with positive and negative terms
Think of a conditionally convergent series like alternating deposits and withdrawals in a bank account 💵. If the terms are grouped or reordered, the balance can shift upward or downward depending on the order. Because the positive and negative terms are not absolutely controlled, the accumulation can be manipulated.
How rearrangements relate to convergence tests
Rearrangements connect to the broader study of series in a few important ways.
1. They highlight the difference between absolute and conditional convergence
Convergence tests like the comparison test, ratio test, and root test often help determine whether a series converges absolutely. If you can prove absolute convergence, then rearrangements are harmless.
For example, if
$$\sum_{n=1}^{\infty} |a_n|$$
converges, then no rearrangement can change the sum of $\sum_{n=1}^{\infty} a_n$.
2. They show that convergence alone is not always enough
A convergent series is not automatically safe under rearrangement. The alternating harmonic series converges, but its rearrangements can change the result. So when studying series, it is not enough to ask whether the series converges. We must also ask whether it converges absolutely.
3. They help explain why order-sensitive operations need caution
In real analysis, we often want to interchange limits, sums, or integrals. Rearrangements are a similar cautionary story: infinite processes can behave differently depending on order. This builds intuition for later topics where changing the order of operations must be justified carefully.
A guided example with two different behaviors
Consider the series
$$\sum_{n=1}^{\infty} \left(\frac{1}{2^n} - \frac{1}{3^n}\right).$$
Because
$$\sum_{n=1}^{\infty} \left|\frac{1}{2^n} - \frac{1}{3^n}\right| \le \sum_{n=1}^{\infty} \left(\frac{1}{2^n} + \frac{1}{3^n}\right),$$
and both geometric series on the right converge, the series is absolutely convergent. Therefore, any rearrangement has the same sum.
Now compare that with
$$\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{n}.$$
This series converges, but not absolutely. A rearrangement that takes two positive terms for every one negative term can push the partial sums upward, changing the limit. The exact new sum depends on the rearrangement.
This contrast is the central lesson: absolute convergence gives stability; conditional convergence allows order to matter.
Common misconceptions
“If a series converges, any rearrangement must have the same sum.”
False. This is true only for absolutely convergent series.
“If I only change the order a little, nothing important happens.”
Not necessarily. For conditionally convergent series, even small changes in ordering can alter the sum.
“Rearrangements are just a technical detail.”
False. They reveal one of the most important distinctions in series theory: the difference between absolute and conditional convergence.
Conclusion
students, rearrangements show that infinite sums are more delicate than finite sums. For absolutely convergent series, rearrangements do not change the sum, so the order of terms is safe. For conditionally convergent series, rearrangements can change the sum dramatically or even cause divergence. The Riemann rearrangement theorem captures this surprising behavior and explains why absolute convergence is such a powerful property.
When studying series in real analysis, always ask two questions: Does the series converge? And does it converge absolutely? Those two questions tell you whether rearranging the terms is harmless or dangerous ⚠️.
Study Notes
- A rearrangement of $\sum_{n=1}^{\infty} a_n$ is a series formed by reordering the terms using a permutation of $\mathbb{N}$.
- For absolutely convergent series, every rearrangement converges to the same sum.
- A series is absolutely convergent if $\sum_{n=1}^{\infty} |a_n|$ converges.
- A series is conditionally convergent if it converges but does not converge absolutely.
- For conditionally convergent series, rearrangements can change the sum or even cause divergence.
- The Riemann rearrangement theorem says a conditionally convergent real series can be rearranged to converge to any real number, or to diverge to $+\infty$ or $-\infty$.
- The alternating harmonic series $\sum_{n=1}^{\infty} \frac{(-1)^{n+1}}{n}$ is conditionally convergent and equals $\ln 2$.
- Rearrangements are an important reason why absolute convergence is stronger and more stable than ordinary convergence.
- In real analysis, infinite processes require careful justification because changing order can change outcomes.
