Suspended Circles
Suspension is the first move from a circle up toward a sphere. You take a finite circle, add two new points that act like a north and south pole, and connect every old point to both poles.
Lesson Goal
Learn how suspending a finite circle builds a sphere-like layer, and be able to count its cells and check that its Euler characteristic is 2. After this lesson you should be able to suspend a small circle by hand.
The Idea
A circle C_n drawn as a graph has n corner points (vertices) and n arcs (edges). To suspend it:
- keep all
noriginal points — they become the equator, - add
2new points — the north and south poles, - connect every equator point up to the north pole and down to the south pole,
- fill in the triangular faces those new edges create.
The original circle never disappears. It just becomes the middle layer of a taller object.
We measure the result with the Euler characteristic: take the alternating sum of the cell counts, vertices − edges + faces. A flat circle has n − n = 0. A sphere should give 2, and suspension is exactly the move that turns 0 into 2.
Worked Example
Suspend the 4-node circle C_4. It starts with 4 vertices and 4 edges:
circle C_4: vertices 4, edges 4 -> χ = 4 − 4 = 0
After suspension:
vertices: 4 equator + 2 poles = 6
edges: 4 original + (4×2 to poles) = 12
faces: 4 edges × 2 poles = 8
χ = vertices − edges + faces = 6 − 12 + 8 = 2
That 2 is the Euler characteristic of a sphere — the same number you get from a cube (8 − 12 + 6) or an octahedron (6 − 12 + 8). The finite model lands on the right answer.
In general, suspension sends the cell list L to a new list whose Euler characteristic is 2 − χ(L). Since the circle had χ = 0, the suspended circle has χ = 2 − 0 = 2. This is the theorem recorded in the card below.
Common Mistake
Do not read this page as a finished, smooth two-sphere. It is a finite cell model: the counting facts (cells, poles, equator, Euler characteristic) are what the theorem certifies. Continuous metric geometry is later work, and the widget below is a diagram of the idea, not a proof. For exactly what “proved” covers, see What “Proved” Means Here.
Checkpoint
Suspend the circle C_3 (3 vertices, 3 edges) by hand. How many vertices, edges, and faces does it have, and what is its Euler characteristic? (Answer: 5 − 9 + 6 = 2.)
Source Trail
Paper source: S2 Suspended Circles