The "topologist's sine curve" is connected but not path-connected #
We give an example of a closed subset T
of ℝ × ℝ
which is connected but not path-connected: the
closure of the set { (x, sin x⁻¹) | x ∈ Ioi 0 }
.
Main results #
TopologistsSineCurve.isConnected_T
: the setT
is connected.TopologistsSineCurve.not_isPathConnected_T
: the setT
is not path-connected.
This formalization is part of the UniDistance Switzerland bachelor thesis of Daniele Bolla. A similar result has also been independently formalized by Vlad Tsyrklevich (https://leanprover.zulipchat.com/#narrow/channel/113489-new-members/topic/golf.20request.3A.20Topologist's.20sine.20curve).
A sequence of x
-values tending to 0 at which the sine curve has a given y
-coordinate.
Equations
- TopologistsSineCurve.xSeq y k = 1 / (Real.arcsin y + (↑k + 1) * (2 * Real.pi))
Instances For
The set T
is not path-connected.