Simply connected spaces #
This file defines simply connected spaces.
A topological space is simply connected if its fundamental groupoid is equivalent to Unit
.
Main theorems #
simply_connected_iff_unique_homotopic
- A space is simply connected if and only if it is nonempty and there is a unique path up to homotopy between any two pointsSimplyConnectedSpace.ofContractible
- A contractible space is simply connected
instance
SimplyConnectedSpace.instSubsingletonQuotient
{X : Type u_1}
[TopologicalSpace X]
[SimplyConnectedSpace X]
(x y : X)
:
@[instance 100]
instance
SimplyConnectedSpace.instPathConnectedSpace
{X : Type u_1}
[TopologicalSpace X]
[SimplyConnectedSpace X]
:
theorem
SimplyConnectedSpace.paths_homotopic
{X : Type u_1}
[TopologicalSpace X]
[SimplyConnectedSpace X]
{x y : X}
(p₁ p₂ : Path x y)
:
p₁.Homotopic p₂
In a simply connected space, any two paths are homotopic
@[instance 100]
instance
SimplyConnectedSpace.ofContractible
(Y : Type u)
[TopologicalSpace Y]
[ContractibleSpace Y]
:
A space is simply connected iff it is path connected, and there is at most one path up to homotopy between any two points.