Visual walkthrough — Divergence test (necessary but not sufficient)
Step 0 — The three objects we will draw
Before any proof, we must agree on what our pictures show. There are only three characters in this whole story.
Why these three? A series is nothing but a list of terms () turned into a list of running totals () that may or may not settle on a target (). Everything below is a relationship between these three.
Look at the figure: the blue dots are the terms (heights of individual bars), and the yellow staircase is the running total climbing as we glue each bar on top.

Step 1 — What "converges" looks like
WHAT. Suppose the series converges. Then the yellow staircase approaches a fixed horizontal line at height .
WHY. "Sum of infinitely many things" has no other meaning than "the height the running total settles at." We are not allowed to invent a different definition — so this picture is the definition of convergence.
PICTURE. The staircase steps get shorter and shorter and the top of the staircase hugs the dashed line . In symbols: Here ("the limit") is shorthand for the question "what single height does home in on as runs off to infinity?" and the answer is the finite number .

Step 2 — Recover one term from two heights
WHAT. Read off a single term purely from staircase heights:
WHY. This is the hinge of the entire proof. If we want to say something about the term using facts about the staircase, we need a bridge connecting them. This is that bridge: the newest bar's height equals how much the staircase just rose.
Each symbol's job:
- = the staircase height after adding term ,
- = the staircase height before adding term (one step back),
- their difference = precisely the height of the single blue bar you just placed, which is .
PICTURE. The figure shows the two staircase heights side by side; the green gap between them is exactly the last blue bar. The bar is the jump.

Step 3 — Both heights aim at the same target
WHAT. If , then also .
WHY. is the same staircase, just read one step earlier. Shifting where you start counting by one step cannot change where the staircase eventually ends up. As , "" also marches off to infinity, chasing the very same dashed line at height .
PICTURE. Two arrows on the staircase — one labelled , one labelled — both point at the same dashed target line . They are separated by only one step, and that gap becomes irrelevant far out.

Step 4 — The terms are squeezed to zero
WHAT. Take the limit of the bridge identity from Step 2:
WHY. The limit of a difference is the difference of the limits — but only when both limits exist and are finite, which Steps 1 and 3 guaranteed. Both heights approach the same , so their gap (the newest bar) is squeezed down to .
Symbol by symbol:
- = the height the bars eventually shrink to,
- = same target minus same target = .
PICTURE. As the staircase flattens against , the green gaps (the bars) get thinner and thinner — visibly crushed toward the axis. The bars must vanish because there is no room left between two heights that meet.

Step 5 — Flip it: the contrapositive is the test
WHAT. Turn the arrow around by logic:
WHY. Any true statement "" is logically identical to "not not " — its contrapositive. Here = "series converges", = "terms ". Negating both and swapping gives: if the terms do NOT go to zero, the series does NOT converge. Same truth, told from the other end.
PICTURE. A two-lane logic diagram: the top lane is the arrow we proved (converge terms); the bottom lane is its mirror image (terms diverge). They are the same road driven in opposite directions.

Step 6 — The degenerate case: terms don't settle at all
WHAT. What if does not exist (DNE) — the terms never approach any single value? Example: bounces forever.
WHY include it? Step 4 needs the term-limit to be zero. "DNE" is certainly "not equal to zero" — a limit that doesn't exist cannot equal the specific number . So the test still fires: diverges.
PICTURE. The blue bars flip above and below the axis and never shrink toward it. The yellow staircase see-saws between two heights and never picks a target line — no exists.

Step 7 — The trap: terms → 0 but the sum still explodes
WHAT. Now the case the test cannot handle. The Harmonic Series has bars that do shrink to , yet the staircase climbs forever with no ceiling.
WHY it matters. This is living proof that "terms " is not sufficient. The bars vanish, so Step 4's necessary condition holds — but the staircase still runs off to because the tiny bars pile up faster than they shrink.
PICTURE. Bracket the terms in doubling blocks: Each block's terms are all at least as big as the block's smallest term, and each block is twice as long — so every block sums to at least . Adding infinitely many times gives . The figure shows the blue bars fading toward zero while the yellow staircase keeps rising past every dashed level.

The one-picture summary
Everything above compressed into a single frame: the top row shows the converging world (staircase reaches ⟹ bars squeezed to ), the bottom row shows the two failure modes the test detects (bars not shrinking / bars oscillating ⟹ staircase can't settle ⟹ diverges), and the corner flags the trap (bars yet staircase escapes ⟹ test silent).

Recall Feynman retelling of the whole walkthrough
Picture a staircase you build by stacking bars, one per step. The height of each new bar is exactly how much the staircase just climbed — that's our bridge, .
Now suppose the staircase eventually stops climbing and rests at some ceiling height . Read the staircase one step ago: it's also basically at (one stride can't matter when you've already stopped). So the newest bar — the gap between "now" and "one step ago" — has nowhere to live; it's squeezed to zero. Conclusion: if the staircase settles, the bars must vanish.
Flip that sentence around and you have the test: if the bars refuse to vanish (they stay big, or they flip back and forth forever), the staircase can never settle — the series diverges. That flip is the only thing the test can ever say.
The twist: bars vanishing does not promise the staircase settles. The harmonic staircase has bars fading to nothing yet climbs forever, because the little bars keep piling up in doubling blocks each worth half a step. So "bars → 0" is needed but never a guarantee. Zero terms? Don't celebrate — investigate.
Connections
- Partial Sums and Series Convergence — the staircase we drew is exactly this.
- Telescoping Series — built directly on the bridge .
- Limits of Sequences — the machinery behind every in these steps.
- Harmonic Series — the Step 7 trap in full.
- p-Series Test, Integral Test, Comparison Test — what to reach for when Step 7 leaves the test silent.