🧮 Brain Teaser

The Comb Space Is Not Locally Connected

Let the comb space XR2X \subset \mathbb{R}^2 be defined as:

X=({0}×[0,1])([0,1]×{0})(n=1{1n}×[0,1])X = \left(\{0\} \times [0,1]\right) \cup \left([0,1] \times \{0\}\right) \cup \left(\bigcup_{n=1}^{\infty} \left\{\tfrac{1}{n}\right\} \times [0,1]\right)

That is, XX consists of:

  • The segment {0}×[0,1]\{0\} \times [0,1] (the "left spine"),
  • The segment [0,1]×{0}[0,1] \times \{0\} (the "base"),
  • Vertical unit segments at x=1,12,13,14,x = 1, \tfrac{1}{2}, \tfrac{1}{3}, \tfrac{1}{4}, \ldots

Question: Is XX connected? Is XX locally connected at the point p=(0,1)p = (0, 1)?

Prove your answers.

local connectednessconnectednesscounterexamplecomb spacepoint-set topology

Answer: The Comb Space Is Not Locally Connected

Key Idea / Intuition

The comb space is connected — you can "travel" from any tooth to any other via the base. But local connectivity at (0,1)(0,1) fails for a subtle reason: every small neighborhood of p=(0,1)p = (0,1) on the left spine contains points that can only be reached from the rest of the comb by going all the way down to the base and back up — so no small connected open neighborhood of pp exists. The infinitely many teeth "pinch off" the left spine from its nearby environment.


Formal Proof / Solution

Step 1: XX is connected.

Note that each vertical segment {1n}×[0,1]\{\frac{1}{n}\} \times [0,1] is connected and intersects the base [0,1]×{0}[0,1] \times \{0\}, which is also connected. So

B=([0,1]×{0})n=1({1n}×[0,1])B = \left([0,1] \times \{0\}\right) \cup \bigcup_{n=1}^{\infty} \left(\left\{\tfrac{1}{n}\right\} \times [0,1]\right)

is connected (a union of connected sets sharing a common point or intersecting the base). The left spine {0}×[0,1]\{0\} \times [0,1] is connected, and its point (0,0)(0,0) lies in the closure of BB (since (1n,0)(0,0)(\frac{1}{n}, 0) \to (0,0)).

More precisely: (0,0)B(0,0) \in B (it lies on the base), so the left spine meets BB at (0,0)(0,0), hence X=B({0}×[0,1])X = B \cup (\{0\}\times[0,1]) is connected as a union of two connected sets with a point in common. \checkmark


Step 2: XX is not locally connected at p=(0,1)p = (0,1).

Recall: a space is locally connected at pp if every open neighborhood of pp contains a connected open neighborhood of pp.

Pick any open neighborhood UU of p=(0,1)p = (0,1) in XX. We may assume U=XBε(p)U = X \cap B_\varepsilon(p) for some small ε>0\varepsilon > 0. Choose ε<1\varepsilon < 1 so that UU does not reach the base.

Explicitly, for ε<1\varepsilon < 1, the open ball Bε((0,1))B_\varepsilon((0,1)) intersects XX in:

  • A segment of the left spine: {0}×(1ε,1]\{0\} \times (1-\varepsilon, 1],
  • Portions of the teeth {1n}×(1ε,1]\{\frac{1}{n}\} \times (1-\varepsilon, 1] for all nn large enough that 1n<ε\frac{1}{n} < \varepsilon.

Since ε<1\varepsilon < 1, none of these tooth portions reach the base y=0y = 0, so they are not connected to each other (each tooth piece {1n}×(1ε,1]\{\frac{1}{n}\} \times (1-\varepsilon, 1] is a separate isolated arc, disconnected from the left spine and from each other within UU).

Formally: The component of p=(0,1)p = (0,1) in UU is exactly the segment {0}×(1ε,1]\{0\} \times (1-\varepsilon, 1], because:

  • The left spine piece {0}×(1ε,1]\{0\} \times (1-\varepsilon, 1] is connected and contains pp.
  • Each tooth piece {1n}×(1ε,1]\{\frac{1}{n}\} \times (1-\varepsilon, 1] (for 1n<ε\frac{1}{n} < \varepsilon) is disjoint from the left spine in UU (since 1n0\frac{1}{n} \neq 0) and does not connect to it within UU.

So the connected component of pp in UU is {0}×(1ε,1]\{0\} \times (1-\varepsilon, 1], which is not open in XX: any open set in XX containing (0,1ε/2)(0, 1-\varepsilon/2) must contain points of the form (1n,1ε/2)(\frac{1}{n}, 1-\varepsilon/2) for large nn, which lie outside this component.

Since the connected component of pp in UU is not open, UU contains no connected open neighborhood of pp. Since UU was arbitrary, XX is not locally connected at pp. \blacksquare


Summary

| Property | Answer | |---|---| | Connected | Yes — teeth and base form a connected set; left spine shares a point | | Locally connected at (0,1)(0,1) | No — the infinitely many nearby teeth are isolated from the left spine in any small neighborhood |

This example beautifully illustrates that connectedness and local connectedness are independent: a space can be connected everywhere yet fail to be locally connected at a single point.

Source: Topology, Munkres — Chapter 3 (Connectedness); also mathematical folklore

Type: topologySource: Topology, Munkres — Chapter 3 (Connectedness); also mathematical folkloreEdit on GitHub ↗