The Topologist's Sine Curve
Problem
Define the topologist's sine curve:
and let be its closure in :
Show that is connected but not path-connected.
Why It's Interesting
This is the canonical counterexample separating two fundamental notions that beginners often conflate: connectedness (you cannot split the space into two disjoint open sets) and path-connectedness (any two points can be joined by a continuous path). is connected โ intuitively "one piece" โ yet no path can cross from the vertical segment to the sine part. The obstruction is purely topological, not geometric, and reveals that the closure of a path-connected set need not be path-connected.
Answer: view
Answer: The Topologist's Sine Curve
Intuition First
Why is connected?
Picture the sine curve wiggling forever as , its oscillations getting compressed tighter and tighter. The vertical segment is the "ghost" of all those oscillations โ every point on the segment is a limit of points on . You can get arbitrarily close to any point on the vertical segment by walking along the sine curve far enough to the left.
So cannot be split into two separated pieces: the vertical segment is glued to by proximity, even though it never actually "touches" . The space is one piece โ connected.
Why is not path-connected?
Now imagine trying to draw a continuous path from a point on the vertical segment to a point on the sine curve. At some moment your path has to "make the jump" โ it's on the segment () and then, an instant later, it's on the sine curve ().
The moment your -coordinate leaves zero and creeps toward , your -coordinate is forced to be , which oscillates infinitely between and as . No matter how slowly you move, you can't control those oscillations โ will be thrashing wildly between even as is barely moving.
But a continuous path must have settling down to a single value as . That's a contradiction. The sine curve simply oscillates too fast near for any continuous path to "land" from the segment onto it.
One-line summary: the vertical segment is a limit point of but not reachable from by a continuous path โ closeness in the limiting sense is weaker than closeness via a path.
Formal Proof
Part 1: is Connected
is path-connected (hence connected): the map for is a continuous parameterization of all of .
Lemma: The closure of a connected set is connected.
Proof. Suppose with open, disjoint, and nonempty. Since is connected, lies entirely in or โ say . Every point of is a limit point of . Since is closed in (complement of the open ), it contains all its limit points, so the vertical segment . Then , a contradiction.
Part 2: is Not Path-Connected
Suppose for contradiction there is a continuous path:
Write and define:
By continuity of , we have , so is on the vertical segment. For all , we have (by definition of ), so:
As , continuity of gives . Choose any . In , the function attains both and , so by the intermediate value theorem applied to the continuous function , takes all values in on the interval .
This holds for every , so does not converge as . But continuity of requires . Contradiction.
Summary
| Property | | | |----------|-----|-----------| | Connected | Yes | Yes | | Path-connected | Yes | No |
Moral: Connectedness is preserved by taking closures. Path-connectedness is not โ a limit point can be "infinitely close" to a set without being reachable by any continuous path.