The Hawaiian Earring's Sibling: The Wedge of Infinitely Many Circles
Consider two spaces:
-
Space A: The Hawaiian Earring — the union of circles in , where has center and radius , all passing through the origin.
-
Space B: The infinite wedge — the countably infinite wedge sum of circles, each attached at a single basepoint.
These two spaces look similar at a glance: both are countably many circles joined at a point. Yet they are not homeomorphic.
Question: Prove that and are not homeomorphic by showing their topologies differ at the basepoint. Specifically, show that the basepoint does not have a neighborhood basis of open sets such that is disconnected in the same way as in .
Alternatively (equivalent formulation): Show that is compact while (with the standard CW or quotient topology) is not compact, thereby distinguishing them topologically.
Answer: Hawaiian Earring vs Infinite Wedge: Compact vs Not
Key Idea / Intuition
The Hawaiian Earring and the infinite wedge look identical combinatorially — both are "infinitely many circles glued at a point." The difference is purely topological: how open sets near the basepoint behave. In the Hawaiian Earring, every neighborhood of the origin must contain entire small circles (since those circles shrink to the origin), forcing compactness. In the infinite wedge, you can choose open sets that contain only a small arc of each circle, so no finite subcover works, and the space is not compact. Compactness is a topological invariant, so they cannot be homeomorphic.
Formal Proof / Solution
Step 1: The Hawaiian Earring Is Compact
Recall , where is the circle of radius centered at .
Claim: is compact.
is a subspace of . We show it is closed and bounded.
-
Bounded: Every point of lies on some , which is contained in the closed disk of radius centered at the origin. So .
-
Closed: Let with . If infinitely many terms lie on a single , then . Otherwise, the terms lie on circles with ; since has diameter and all pass through the origin, we get .
So is closed and bounded in , hence compact by Heine–Borel.
Step 2: The Infinite Wedge Is Not Compact
Give the standard quotient/CW topology: a set is open in if and only if its preimage in is open in the disjoint union.
Claim: is not compact.
Construct an open cover with no finite subcover. For each , let be the open set in consisting of:
where is some non-basepoint on . More directly:
For each circle in , pick a non-basepoint . Let
Each is open in (since is closed), and because each point is covered by for any .
However, no finite subcollection covers : any finite set fails to cover the point for not in ...
Let us give a cleaner argument. Consider the open cover where
with being a proper open arc. Alternatively, the simplest argument:
Direct argument: The CW topology on makes each circle a closed subspace. For each , pick a point distinct from the basepoint. The set is closed and discrete in (each contributes exactly one point, and they don't accumulate anywhere in because any compact subset of meets only finitely many circles non-trivially). An infinite closed discrete set in a compact space is impossible (it would have a limit point, but there is none). Hence is not compact.
Step 3: Conclusion
Since compactness is a topological invariant:
Bonus Intuition: What Goes Wrong at the Basepoint?
In : any open neighborhood of the origin must contain all of for sufficiently large (since the circles shrink to the origin). This "swallowing" of small circles is exactly what forces compactness.
In : a neighborhood of the basepoint can be chosen to contain only a tiny arc of each , with no obligation to "swallow" anything. The circles don't shrink, so they remain independent — and this independence is what prevents compactness.
This is a beautiful illustration of how the same combinatorial data (countably many circles at a point) can yield topologically inequivalent spaces depending on how limits behave near the gluing point.
Source: Topology (Munkres); Introduction to Topological Manifolds (John M. Lee), Ch. 4