Visual walkthrough — Squeeze theorem for sequences
Before any symbol, one plain-language promise:
Step 0 — What is a "sequence" and what is a "limit"?
WHAT. A sequence is just an endless ordered list of numbers, one for each counting number . We write the -th number as (read " sub "). The whole list is .
WHY start here. The parent note assumed you know what means. We refuse to assume. Every later step leans on this one definition, so we anchor it to a picture first.
PICTURE. Plot each as a dot at height above its index . A limit is a horizontal line the dots eventually hug. "Eventually hug" is made precise by an -band (epsilon-band): pick any tiny height , draw the strip from to ; from some index onward, every dot lands inside that strip.

This is the full formal machinery — see Limit of a sequence (epsilon-N definition). Everything below is just this picture, applied three times.
Step 1 — Draw the three sequences and the trap
WHAT. Introduce the three lists by name:
- — the lower wall (bottom bread of the sandwich),
- — the middle sequence, the one we actually care about (the filling),
- — the upper wall (top bread).
WHY these three. The middle list (imagine ) may wiggle too wildly to follow directly. So we don't chase it — we cage it between two calmer lists we understand.
PICTURE. At every index the three dots stack in order: at the bottom, squeezed in the gap, on top. That vertical ordering is the trap.

Step 2 — Demand that both walls land on the same number
WHAT. Require and — the same . Draw one horizontal line at height ; both wall-sequences must funnel onto it.
WHY the same . If the walls stop at different heights (say , ), the gap between them never closes, and can loiter anywhere in that gap. No conclusion possible. The shared target is what makes the gap shrink to nothing.
PICTURE. Two funnels — the lower wall rising, the upper wall falling — both aiming at the single line . The shaded region between them narrows toward a point.

Step 3 — Pick a challenge strip and pin the lower wall
WHAT. Fix any (think: an opponent dares you with a strip). Because , from some index onward every sits inside the strip .
WHY only keep the left half. The lower wall's job is to hold up from below. We only need the fact that can't drop below . So we extract just the left inequality and discard the rest.
PICTURE. Highlight the floor line . Past , every red lower-wall dot stays above it.

Step 4 — Pin the upper wall with the same
WHAT. Same move, mirror image. Because , there is so that past it every lies inside . Keep only the right half: .
WHY the right half now. The upper wall's job is to hold down from above. All we need is that can't climb past .
PICTURE. Highlight the ceiling line . Past , every violet upper-wall dot stays below it.

Step 5 — Stack all three facts at once
WHAT. We now have three separate promises, each valid from its own starting index:
- the trap () from ,
- the floor () from ,
- the ceiling () from .
To use them together, wait until all three are active. Let the latest of the three starting indices. From onward, all three hold simultaneously.
WHY the max. A chain is only as ready as its slowest link. Taking the largest index guarantees no promise has "not started yet."
PICTURE. One combined chain of inequalities, read left to right along the number line at a single index :

Step 6 — Read off the outermost pieces
WHAT. In that chain, ignore the busy middle and read only the two ends touching :
WHY this is the finish. This says sits inside the very strip the opponent challenged us with — i.e. 's distance from is under .
PICTURE. The middle dot is now sandwiched inside the -band. It had no room to escape: floor below, ceiling above.

Step 7 — Conclude (and note what we secretly proved for free)
WHAT. The opponent's was arbitrary — we never used a specific value. So for every we can produce the index that forces . That is the Step 0 definition. Hence converges and its limit is .
WHY "converges" is a bonus. We didn't assume had a limit and then find it — we proved existence of the limit and its value in one stroke. That's why squeeze is so powerful for wild sequences like : it hands you convergence and the value together.
Recall Where the
-choices came from (self-test) Which fact did the lower wall supply? ::: for . Which fact did the upper wall supply? ::: for . Why take ? ::: So all three promises are active at once. What made the conclusion "for every " legal? ::: We fixed arbitrarily and never used its size.
Edge & degenerate cases (each earns its own look)
The one-picture summary
Everything above, compressed: two funnels closing on the line , the middle dots crushed into the shrinking -band, with marked where the crush becomes permanent.

Recall Feynman retelling — the walkthrough in plain words
Someone challenges you: "I bet the middle list ever escapes this thin strip around ." You answer in four moves. First (Steps 3–4), you note the bottom wall eventually rises above the strip's floor, and the top wall eventually drops below the strip's ceiling — because both walls are heading exactly to . Second (Step 5), you wait long enough (index ) that both of those are true at the same time, plus the middle is genuinely between the walls. Third (Step 6), you look at the middle list: it's above the floor (it sits above the bottom wall) and below the ceiling (it sits below the top wall) — so it's inside the strip. Fourth (Step 7), since you never cared how thin the strip was, the middle list is trapped inside any strip you're handed. That is the definition of heading to . The middle never had a choice.
Connections
- Parent: Squeeze theorem for sequences — the statement, examples, and pitfalls this page visualises.
- Limit of a sequence (epsilon-N definition) — Step 0 is this definition; the whole proof is pure –.
- Bounded sequences — where the walls come from (, etc.).
- Algebra of limits (sum, product, quotient) — the gentler alternative when the middle sequence is tame.
- Squeeze theorem for functions — the same picture with a continuous variable instead of .
- Standard limits ( n-th roots, n!/n^n, ln n / n ) — the classic sequences these walls tame.
- Monotone convergence theorem — a different existence tool for when no walls are handy.