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.
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.
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]
theorem
SimplexCategory.toTop_obj
(X : SimplexCategory)
:
toTop.{u}.obj X = TopCat.uliftFunctor.obj (TopCat.of ↑(stdSimplex ℝ (Fin (X.len + 1))))
@[implicit_reducible]
@[implicit_reducible]