Fundamental groupoid of a space #
Given a topological space X
, we can define the fundamental groupoid of X
to be the category with
objects being points of X
, and morphisms x ⟶ y
being paths from x
to y
, quotiented by
homotopy equivalence. With this, the fundamental group of X
based at x
is just the automorphism
group of x
.
For any path p
from x₀
to x₁
, we have a homotopy from the constant path based at x₁
to
p.symm.trans p
.
Equations
Instances For
For any path p
from x₀
to x₁
, we have a homotopy from p.trans (Path.refl x₁)
to p
.
Equations
Instances For
For any path p
from x₀
to x₁
, we have a homotopy from (Path.refl x₀).trans p
to p
.
Equations
Instances For
The fundamental groupoid of a space X
is defined to be a wrapper around X
, and we
subsequently put a CategoryTheory.Groupoid
structure on it.
- as : X
View a term of
FundamentalGroupoid X
as a term ofX
.
Instances For
The equivalence between X
and the underlying type of its fundamental groupoid.
This is useful for transferring constructions (instances, etc.)
from X
to πₓ X
.
Equations
Instances For
Equations
Equations
The functor sending a topological space X
to its fundamental groupoid.
Equations
Instances For
The functor sending a topological space X
to its fundamental groupoid.
Equations
Instances For
The fundamental groupoid of a topological space.
Equations
Instances For
The functor between fundamental groupoids induced by a continuous map.
Equations
Instances For
Help the typechecker by converting a point in a groupoid back to a point in the underlying topological space.
Equations
Instances For
Help the typechecker by converting a point in a topological space to a point in the fundamental groupoid of that space.
Equations
Instances For
Help the typechecker by converting an arrow in the fundamental groupoid of
a topological space back to a path in that space (i.e., Path.Homotopic.Quotient
).
Equations
Instances For
Help the typechecker by converting a path in a topological space to an arrow in the fundamental groupoid of that space.