4.3.11 · D2Calculus III — Sequences & Series

Visual walkthrough — Absolute vs conditional convergence

1,884 words9 min readBack to topic

Before we touch symbols, let us agree on what every word means.


Step 1 — Picture a signed series as a walk

WHAT. We lay the terms on a number line as steps: a positive term steps right, a negative term steps left, and the length of the step is .

WHY. A sum is abstract; a walk is concrete. Convergence of becomes the visible question: does the walker settle at a spot? This is the object we must control.

PICTURE. Below, the blue path is the signed walk . Notice how left-steps (orange) partially undo right-steps (blue) — that undoing is cancellation, and it is the walker's friend.

Figure — Absolute vs conditional convergence

  • — where the walker stands after steps.
  • each — one signed step (sign = direction, magnitude = length).

Step 2 — The "no-cancellation" walk always goes further

WHAT. Alongside the signed walk, draw a second walk where every step goes right, of the same length . Its total after steps is .

WHY. Removing signs forbids any undoing. So the absolute walk climbs at least as fast as the signed walk drifts — it is an upper bound on how far things can move. If even this relentless climb settles down, the wilder signed walk has no room to misbehave.

PICTURE. Blue = signed walk (can go back). Orange = absolute walk (only forward). The orange curve is always above the distance travelled by blue.

Figure — Absolute vs conditional convergence

  • — total of the sign-stripped steps (never decreases).
  • The hypothesis of the theorem is that settles, i.e. converges.

We are given the orange walk converges. We must deduce the blue one does. Steps 3–6 build the bridge.


Step 3 — Manufacture a non-negative quantity to compare

WHAT. For each term define . Claim: .

WHY. Our only convergence-detecting machine for signed series that we trust from pictures is the Comparison Test — but comparison only works on non-negative terms (you can't sandwich something that jumps both ways). So we cook up a quantity that is guaranteed , yet built out of . That is .

PICTURE. Two cases decide everything:

  • If (right step): — the top of the sandwich.
  • If (left step): — the bottom of the sandwich.

The green bars () are always caught between the floor and the ceiling .

Figure — Absolute vs conditional convergence

  • — the manufactured non-negative term.
  • Lower bound — hit exactly when the step points left.
  • Upper bound — hit exactly when the step points right.

Step 4 — Comparison Test crushes the green series

WHAT. Because and converges (given, times a constant), the Comparison Test says converges.

WHY. Comparison's picture: if a taller stack of non-negative bars () has a finite total area, any shorter stack of non-negative bars () sitting underneath it also has finite area. Finite area ↔ the running total settles.

PICTURE. Orange bars = ceiling (finite total, given). Green bars = , each no taller. The green area cannot exceed the orange area, so it too is finite.

Figure — Absolute vs conditional convergence

  • Left side — the known convergent tower (twice the absolute series).
  • Arrow condition — the two hypotheses comparison demands: bounded above and non-negative.
  • Right side — the newly earned fact: the green series settles.

Step 5 — Undo the trick: recover the signed sum

WHAT. Solve for : subtract from both sides to get .

WHY. We invented only to sneak past comparison. Now we peel the disguise off and get the original signed term back — but as a difference of two things we now know both converge.

PICTURE. Green tower (converges, Step 4) minus orange tower (converges, given) equals the blue signed series.

Figure — Absolute vs conditional convergence

  • — settled by Step 4's comparison.
  • — settled by hypothesis.
  • Their difference is : the thing we wanted all along.

Step 6 — Difference of convergents converges: done

WHAT. Convergent series form a vector space: if and both converge, so does .

WHY. This is the algebra of limits made visual: if two running totals each home in on a fixed height, their difference homes in on the difference of those heights. No new cancellation magic needed — just subtract two settled numbers.

PICTURE. As , the green total approaches height , the orange total approaches height ; the blue signed total therefore approaches , a single fixed number.

Figure — Absolute vs conditional convergence

  • — the settling height of the green series.
  • — the settling height of the absolute series.
  • — the guaranteed finite limit of . The theorem is proved.

Step 7 — The degenerate & edge cases (never skipped)

WHAT / WHY / PICTURE for the corners the derivation must survive:

Figure — Absolute vs conditional convergence

The one-picture summary

Everything above, compressed: build between floor and ceiling → comparison tames → subtract → get .

Figure — Absolute vs conditional convergence
Recall Feynman: retell the whole walk in plain words

I want to prove that a list of pluses and minuses adds up to a real number. The trouble: minuses make the running total bounce, and my only reliable "does-it-settle?" tester needs everything pointing the same way. So I play a trick. To every term I add its own length: a right-step doubles, a left-step cancels to zero. Now every number is — my tester is allowed. And each of these fixed-up numbers is no bigger than twice the length of the original step. I was already told the tower of lengths settles, so twice it settles, so — by comparison — my fixed-up tower settles too. Finally I peel the trick off: the original term is just (fixed-up term) minus (length). Two towers that each settle, subtracted, give a tower that settles. So the signed sum lands on one number. The reason absolute convergence is stronger: if the lengths themselves settle, I never even needed the cancellation — the sum is armored. If they don't settle (like ), the sum survives only by the delicate left-right dance, and shuffling the steps can send it anywhere.

Recall

In one sentence, why do we add to in Step 3? ::: To manufacture a non-negative quantity so the Comparison Test (which needs non-negative terms) becomes legal. Which single hypothesis powers the whole proof? ::: That converges (so converges and bounds ). Why is the converse false, in picture language? ::: The signed walk can settle purely through left-right cancellation while the length-tower runs to infinity — that is conditional convergence.


Connections