Topological simplices #
We define the natural functor from SimplexCategory to TopCat sending ⦋n⦌ to the
topological n-simplex.
This is used to define TopCat.toSSet in AlgebraicTopology.SingularSet.
The functor SimplexCategory ⥤ TopCat.{0}
associating the topological n-simplex to ⦋n⦌ : SimplexCategory.
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[simp]
@[simp]
theorem
SimplexCategory.toTop₀_map
{X✝ Y✝ : SimplexCategory}
(f : X✝ ⟶ Y✝)
:
toTop₀.map f = TopCat.ofHom { toFun := stdSimplex.map ⇑(CategoryTheory.ConcreteCategory.hom f), continuous_toFun := ⋯ }
The functor SimplexCategory ⥤ TopCat.{u}
associating the topological n-simplex to ⦋n⦌ : SimplexCategory.
Equations
Instances For
@[simp]
theorem
SimplexCategory.toTop_map
{X✝ Y✝ : SimplexCategory}
(f : X✝ ⟶ Y✝)
:
toTop.{u}.map f = TopCat.uliftFunctor.map
(TopCat.ofHom { toFun := stdSimplex.map ⇑(CategoryTheory.ConcreteCategory.hom f), continuous_toFun := ⋯ })
@[simp]