The singular simplicial set of a topological space and geometric realization of a simplicial set #
The singular simplicial set TopCat.toSSet.obj X of a topological space X
has n-simplices which identify to continuous maps ⦋n⦌.toTop → X.
Here, ⦋n⦌.toTop is the standard topological n-simplex,
defined as { f : Fin (n+1) → ℝ≥0 // ∑ i, f i = 1 } with its subspace topology.
The geometric realization functor SSet.toTop.obj is left adjoint to TopCat.toSSet.
It is the left Kan extension of SimplexCategory.toTop along the Yoneda embedding.
Main definitions #
TopCat.toSSet : TopCat ⥤ SSetis the functor assigning the singular simplicial set to a topological space.SSet.toTop : SSet ⥤ TopCatis the functor assigning the geometric realization to a simplicial set.sSetTopAdj : SSet.toTop ⊣ TopCat.toSSetis the adjunction between these two functors.
TODO (@joelriou) #
- Show that the singular simplicial set is a Kan complex.
- Show the adjunction
sSetTopAdjis a Quillen equivalence.
The functor associating the singular simplicial set to a topological space.
Let X : TopCat.{u} be a topological space.
Then the singular simplicial set of X
has as n-simplices the continuous maps ULift.{u} ⦋n⦌.toTop → X.
Here, ⦋n⦌.toTop is the standard topological n-simplex,
defined as { f : Fin (n+1) → ℝ≥0 // ∑ i, f i = 1 } with its subspace topology.
Instances For
If X : TopCat.{u} and n : SimplexCategoryᵒᵖ,
then (toSSet.obj X).obj n identifies to the type of continuous
maps from the standard simplex n.unop.toTopObj to X.
Equations
Instances For
The geometric realization functor is
the left Kan extension of SimplexCategory.toTop along the Yoneda embedding.
It is left adjoint to TopCat.toSSet, as witnessed by sSetTopAdj.
Equations
Instances For
Geometric realization is left adjoint to the singular simplicial set construction.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The geometric realization of the representable simplicial sets agree with the usual topological simplices.
Equations
Instances For
The singular simplicial set of a totally disconnected space is the constant simplicial set.
Equations
- One or more equations did not get rendered due to their size.