← Back to Paradoxes

Riemann Rearrangement Theorem

How reordering an infinite series can make it sum to anything

The Paradox

Consider the alternating harmonic series:

1 - 1/2 + 1/3 - 1/4 + 1/5 - 1/6 + ... = ln(2) ≈ 0.693

This series converges to the natural logarithm of 2. But here's something deeply unsettling that Bernhard Riemann proved in 1854:

By rearranging the order of the terms (without adding or removing any), you can make this series converge to literally any number you want—including π, 100, -7.5, or even infinity!

This seems to violate everything we know about addition. After all, shouldn't a + b = b + a? For finite sums, yes. But for conditionally convergent infinite series, the order of addition fundamentally determines the result.

∑ Interactive Rearrangement

Watch the series converge to any target value

Target:
Presets:
Target
2.000
Current Sum
0.000
Terms
0
+ Added
0
- Added
0
Rearranged Series
Click "Start" to begin...
Partial Sum
Target Value
Positive Term
Negative Term

How It Works

The alternating harmonic series is conditionally convergent: it converges, but the sum of absolute values diverges. This means:

Since we have infinite "ammunition" in both directions, we can carefully balance them to hit any target:

The Rearrangement Algorithm

  1. Choose your target value C
  2. Start with sum = 0
  3. Add positive terms (1, 1/3, 1/5, 1/7, ...) until sum > C
  4. Add negative terms (-1/2, -1/4, -1/6, ...) until sum < C
  5. Repeat steps 3-4 forever

Why it converges: Both positive and negative terms approach zero. So each "overshoot" and "undershoot" gets smaller and smaller, eventually converging to exactly C.

Why This Is Shocking

This theorem challenges our intuitions about infinity and arithmetic:

Commutativity Breaks Down

For finite sums, order doesn't matter: 1 + 2 + 3 = 3 + 1 + 2. But infinite series don't work this way. The concept of "sum" for infinite series is actually a limit, and limits can depend on the path taken.

Information Is in the Order

The "same" series with different orderings contains different information. The original alternating harmonic series and its rearrangement use identical terms, yet encode completely different values.

"One might say that conditionally convergent series are not really 'sums' at all—they're instructions for how to approach infinity."
— Mathematical folklore

Absolutely Convergent Series Are Safe

Series where the sum of absolute values also converges (like geometric series) always give the same answer regardless of order. The Riemann rearrangement phenomenon only occurs for conditionally convergent series.

Historical Context

Bernhard Riemann proved this theorem in 1854 as part of his work on trigonometric series. It was a shocking result that forced mathematicians to be more careful about infinite processes.

The theorem is closely related to:

Sources & Further Reading