🧮 Brain Teaser

The Closed Disk Minus a Boundary Arc: What's the Fundamental Group?

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 AS1=D2A \subset S^1 = \partial D^2 be a proper closed arc (say, the upper semicircle A={(cosθ,sinθ):0θπ}A = \{(\cos\theta, \sin\theta) : 0 \leq \theta \leq \pi\}).

Consider the space X=D2AX = D^2 \setminus A (the closed disk with the upper boundary arc removed).

Question: Is XX simply connected? Compute π1(X)\pi_1(X) and justify your answer.

fundamental groupcontractibledeformation retractdiskhomotopy

Answer: Closed Disk Minus a Boundary Arc: Contractible?

Key Idea / Intuition

At first glance, removing an arc from the boundary of a disk feels like it might create a "hole" and a non-trivial fundamental group — after all, we're creating a gap. But the key insight is that XX deformation retracts onto a contractible space: you can push everything inward away from the missing arc, and the remaining boundary (a single open arc plus the interior) can all be collapsed to a point. The space XX is actually contractible, so π1(X)=0\pi_1(X) = 0.

The intuition: D2D^2 itself is contractible. Removing a closed arc from the boundary is like having a disk with an "open mouth" — you can still flow everything to the center. The missing arc doesn't create a loop you can't contract, because any loop inside XX can be pushed into the interior of the disk (away from AA) and then contracted there.


Formal Proof / Solution

Step 1: Identify XX.

X=D2A={(x,y):x2+y21}{(cosθ,sinθ):0θπ}.X = D^2 \setminus A = \{(x,y): x^2+y^2 \leq 1\} \setminus \{(\cos\theta,\sin\theta): 0 \leq \theta \leq \pi\}.

So XX consists of the open interior int(D2)\text{int}(D^2) together with the lower boundary arc B={(cosθ,sinθ):π<θ<2π}B = \{(\cos\theta,\sin\theta): \pi < \theta < 2\pi\} (open arc, not including endpoints (±1,0)(\pm 1, 0)) and the two endpoints (±1,0)(\pm 1, 0) (which lie on S1S^1 but not in AA). More precisely, XX contains all boundary points not in AA: the lower open semicircle plus (±1,0)(\pm1,0).

Step 2: Show XX is contractible via an explicit deformation retract.

Define H:X×[0,1]XH: X \times [0,1] \to X by

H(p,t)=(1t)p.H(p, t) = (1-t)\,p.

  • At t=0t=0: H(p,0)=pH(p,0) = p (identity).
  • At t=1t=1: H(p,1)=(0,0)H(p,1) = (0,0) (contracts everything to the origin).

We must check that H(p,t)XH(p,t) \in X for all pXp \in X and t[0,1]t \in [0,1].

For t[0,1)t \in [0,1): (1t)p=(1t)p(1t)<1\|(1-t)p\| = (1-t)\|p\| \leq (1-t) < 1, so (1t)p(1-t)p lies in the open interior of D2D^2, which is certainly in XX.

For t=1t = 1: H(p,1)=(0,0)int(D2)XH(p,1) = (0,0) \in \text{int}(D^2) \subset X.

So H(p,t)XH(p,t) \in X for all pXp \in X, t[0,1]t \in [0,1].

Moreover HH is continuous (it's a product of continuous functions). Therefore HH is a homotopy from idX\mathrm{id}_X to the constant map at the origin, i.e., XX is contractible.

Step 3: Conclude.

Since XX is contractible, all homotopy groups are trivial:

π1(X)=0.\boxed{\pi_1(X) = 0.}

Step 4: Why is removing an interior arc different?

For contrast: if you remove a closed arc in the interior of D2D^2, the straight-line homotopy H(p,t)=(1t)pH(p,t) = (1-t)p might pass through the removed arc (it could hit it on the way to the origin). That situation is genuinely harder. But for a boundary arc, the straight-line collapse to the origin always stays strictly inside the disk.

Conceptual moral: The disk is "fat enough" that removing boundary data doesn't obstruct contraction to the center. The fundamental group cares about holes in the interior — a missing boundary arc is not a hole in this sense.

Type: topologyEdit on GitHub ↗