Simply connected spaces #
This file defines simply connected spaces.
A topological space is simply connected if its fundamental groupoid is equivalent to Unit.
We also define the corresponding predicate for sets.
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
A simply connected space is one whose fundamental groupoid is equivalent to Discrete Unit
- equiv_unit : Nonempty (FundamentalGroupoid X ≌ CategoryTheory.Discrete Unit)
Instances
Alias of simplyConnectedSpace_iff.
In a simply connected space, any two paths are homotopic
A space is simply connected iff it is path connected, and there is at most one path up to homotopy between any two points.
Another version of simply_connected_iff_paths_homotopic
A space is simply connected if and only if it is path-connected and every loop at any basepoint is null-homotopic (i.e., homotopic to the constant loop).
Simply connected sets #
We say that a set is simply connected if it's a simply connected topological space in the induced topology.
Equations
Instances For
A set is simply connected iff it's path connected
and any loop is homotopic to the constant path within s.