Visual walkthrough — Alternating series test — Leibniz test, proof
Step 0 — What we are even looking at
So , stopping after hops. Each is the direction of that hop. Look at the picture: we live on a horizontal number line, and each hop is an arrow whose length is and whose direction alternates.

We assume, exactly as the test demands:
- Decreasing: — each hop is no longer than the one before.
- Vanishing: — hops shrink all the way to nothing.
Step 1 — Plot the partial sums as landing spots
WHAT: Instead of arrows, mark just the landing spot after each hop:
WHY: The question "does the series converge?" is exactly the question "do the landing spots settle onto one point?" Converting hops to spots turns a walking problem into a sequence-of-points problem, which we know how to test.
PICTURE: Watch how the spots bounce right, left, right, left — but the bounces get shorter. is far right, jumps left (by ), nudges right (by ), and so on.

Step 2 — Split the spots into two teams: even and odd
WHAT: Colour the even spots one way, odd spots another.
WHY: Each team turns out to be monotone (moves steadily one direction), and monotone sequences are the ones we can pin down with the Monotone Convergence Theorem. The mixed zig-zag is not monotone, so we cannot use that theorem on it directly — hence the split.
PICTURE: The even team creeps rightward (up the number line); the odd team creeps leftward. They are squeezing toward each other.

Step 3 — The even team only moves right (it is increasing)
WHAT: Group the terms two at a time. Each bracket is (a bigger hop) minus (a smaller-or-equal hop).
WHY: Because is decreasing, , so every bracket is . Going from to just tacks on one more non-negative bracket. Adding something can only push you right. Therefore the even spots never move left:
PICTURE: Each new pair of hops is a green block of non-negative width; stacking blocks marches the even spot steadily rightward.

Step 4 — But the even team can never pass (it is bounded)
WHAT: Re-bracket the same sum starting from , pairing with , etc.
WHY: Each bracket is (decreasing ), the leftover , and every one of them is subtracted from . Subtracting non-negative things from can only leave you at or below :
So the even spots are fenced in: they can march right (Step 3) but a wall at stops them.
PICTURE: The amber wall at ; the even spots approach it from the left but never cross.

Step 5 — An increasing, fenced-in team must settle (Monotone Convergence)
WHAT: Combine Step 3 (increasing) with Step 4 (bounded above by ).
WHY: Increasing + bounded above ⟹ a limit exists. Name it : Here is the settling-point of the even team, and it sits at or below the wall.
PICTURE: The even dots pile up against an invisible ceiling (just under ), getting arbitrarily close.

Step 6 — The odd team lands on the same spot (this is where enters)
WHAT: Take the even limit and add the very next hop.
WHY — the only place we use vanishing: If the hops did not shrink to zero, the odd team would settle a fixed gap to the right of — two different limits, no convergence. But closes that gap: Even team → . Odd team → . Same point.
PICTURE: The shrinking amber bridge between the left (even) and right (odd) dots collapses to zero length.

Step 7 — Free bonus: the error bound, seen at a glance
WHAT: Notice that always lies between two consecutive spots and .
WHY: In each parity the true sum is caught between the two consecutive spots and , and the distance between those neighbours is exactly the length of the next hop, . A point trapped inside an interval cannot be farther from either end than the interval's width — so your distance to can't beat .
PICTURE: The true sum pinned inside the shrinking interval ; each interval's width is the next .

Step 8 — The degenerate cases (what breaks if a hypothesis dies)
PICTURE: Left panel — hops of near-constant length (), spots keep bouncing forever, never settle. Right panel — non-monotone hops make a spot jump the "wrong" way, breaking the fence.

The one-picture summary
Everything above in a single frame: two monotone teams (even ↑, odd ↓) squeezing toward a shared limit , the collapsing bridge , and the error bound as the width of the final trap.

Recall Feynman: the whole walkthrough in plain words
You hop along a line: a big step forward, a smaller step back, a smaller step forward, back again — each step shorter than the last. Mark where you land each time. The "back" landings (even) creep steadily to the right but can never pass your very first landing — that's a wall. Anything that only goes right yet hits a wall must stop somewhere; call it . The "forward" landings (odd) are always just one tiny step to the right of a back landing, and since the steps shrink to nothing, they end up at the same . Both kinds of landing pile onto one point — that point is the sum. And wherever you stop, the true answer is no farther than your next step size . That's the entire test: hops down to zero ⟹ you land somewhere, within one hop of the truth. For the alternating harmonic series that landing spot happens to be .
Connections
- Alternating series test — Leibniz test, proof (parent)
- Convergence of Series — overview
- Absolute vs Conditional Convergence
- Monotone Convergence Theorem
- nth-Term Test for Divergence
- Harmonic Series
- Power Series — radius of convergence