🧮 Brain Teaser

The Quotient Space That Becomes a Familiar Surface

Let D2={(x,y)R2:x2+y21}D^2 = \{(x,y) \in \mathbb{R}^2 : x^2 + y^2 \leq 1\} be the closed unit disk, and let S1=D2S^1 = \partial D^2 be its boundary circle.

Define an equivalence relation \sim on D2D^2 by: xy    x=yorx,yS1.x \sim y \iff x = y \quad \text{or} \quad x, y \in S^1.

In other words, we collapse the entire boundary circle to a single point.

What familiar topological space is D2/S1D^2 / S^1 homeomorphic to? Prove it.

quotient spacecompactnesshomeomorphismspherestereographic projection

Answer: Collapsing Disk Boundary Gives Sphere

Key Idea / Intuition

Think of inflating the disk like a balloon: pinch the entire boundary circle together into one point. As you do this, the flat disk "puffs up" and closes on itself — giving you a sphere S2S^2. The key is to write down an explicit homeomorphism (or use the universal property of quotient maps), mapping the interior of D2D^2 bijectively onto the sphere minus the north pole, then checking the boundary collapses exactly onto the north pole.


Formal Proof / Solution

Claim: D2/S1S2D^2 / S^1 \cong S^2.

Step 1: Write Down a Continuous Surjection D2S2D^2 \to S^2

Consider S2R3S^2 \subset \mathbb{R}^3. We define a map f:D2S2f: D^2 \to S^2 that:

  • sends every point of S1=D2S^1 = \partial D^2 to the north pole N=(0,0,1)N = (0,0,1),
  • is a homeomorphism from the open disk int(D2)\mathrm{int}(D^2) to S2{N}S^2 \setminus \{N\}.

Concretely, use the following construction. For a point p=(x,y)D2p = (x, y) \in D^2 with r=(x,y)r = \|(x,y)\|, define:

f(x,y)={(explicit formula below)r<1(0,0,1)r=1f(x, y) = \begin{cases} \text{(explicit formula below)} & r < 1 \\ (0, 0, 1) & r = 1 \end{cases}

One explicit formula: map using the inverse of stereographic projection composed with a radial stretch. Specifically, first map r[0,1)r \in [0,1) bijectively to [0,)[0, \infty) via t=tan ⁣(πr2)t = \tan\!\left(\frac{\pi r}{2}\right), yielding the point (xrt,yrt)R2\left(\frac{x}{r} \cdot t,\, \frac{y}{r} \cdot t\right) \in \mathbb{R}^2, then apply inverse stereographic projection from the north pole:

f(x,y)=(2u1+u2+v2,  2v1+u2+v2,  u2+v21u2+v2+1)f(x,y) = \left(\frac{2u}{1+u^2+v^2},\; \frac{2v}{1+u^2+v^2},\; \frac{u^2+v^2-1}{u^2+v^2+1}\right)

where (u,v)=tan(πr/2)r(x,y)(u,v) = \frac{\tan(\pi r/2)}{r}(x,y) for r>0r > 0 and f(0,0)=(0,0,1)f(0,0) = (0,0,-1) (south pole).

As r1r \to 1^-, we have t=tan(πr/2)t = \tan(\pi r/2) \to \infty, so u2+v2u^2 + v^2 \to \infty, and: f(x,y)(0,0,1)=N.f(x,y) \to (0, 0, 1) = N.

So ff is continuous on all of D2D^2 (including the boundary), maps D2\partial D^2 to NN, and maps int(D2)\mathrm{int}(D^2) homeomorphically onto S2{N}S^2 \setminus \{N\}.

Step 2: Apply the Quotient Map Theorem

The map f:D2S2f: D^2 \to S^2 is:

  1. Continuous (verified above),
  2. Surjective (every point of S2S^2 is hit),
  3. Constant on equivalence classes: f(p)=f(q)f(p) = f(q) iff pqp \sim q (since the only identifications are on D2\partial D^2, all sent to NN).

By the universal property of quotient spaces, ff induces a continuous bijection: f~:D2/S1S2.\tilde{f}: D^2/S^1 \longrightarrow S^2.

Step 3: It's a Homeomorphism

Since D2D^2 is compact and S2S^2 is Hausdorff, and f~\tilde{f} is a continuous bijection from the compact space D2/S1D^2/S^1 (which inherits compactness from D2D^2) to the Hausdorff space S2S^2, it follows that:

f~ is a homeomorphism.\tilde{f} \text{ is a homeomorphism.}

(A continuous bijection from a compact space to a Hausdorff space is always a homeomorphism, since closed sets map to closed sets, hence the inverse is continuous.)

Conclusion

D2/S1S2.D^2 / S^1 \cong S^2. \qquad \blacksquare

Why this is beautiful: The argument is a template that works far more generally — any time you quotient a compact space by collapsing a subspace to a point, you can identify the result by finding an explicit surjection and invoking compact-Hausdorff. The same idea shows I/IS1I/\partial I \cong S^1, Dn/Sn1SnD^n/S^{n-1} \cong S^n for all nn.

Source: Topology (Munkres), Chapter 2; Introduction to Topological Manifolds (Lee), Chapter 3

Type: topologySource: Topology (Munkres), Chapter 2; Introduction to Topological Manifolds (Lee), Chapter 3Edit on GitHub ↗