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 topological simplex associated to x : SimplexCategory
.
This is the object part of the functor SimplexCategory.toTop
.
Equations
Instances For
instance
SimplexCategory.instCoeFunElemForallToTypeOrderHomFinHAddNatLenOfNatNNRealToTopObj
(x : SimplexCategory)
:
CoeFun ↑x.toTopObj fun (x_1 : ↑x.toTopObj) => CategoryTheory.ToType x → NNReal
Equations
The one-dimensional topological simplex is homeomorphic to the unit interval.
Equations
Instances For
A morphism in SimplexCategory
induces a map on the associated topological spaces.
Equations
Instances For
@[simp]
theorem
SimplexCategory.coe_toTopMap
{x y : SimplexCategory}
(f : x ⟶ y)
(g : ↑x.toTopObj)
(i : CategoryTheory.ToType y)
:
↑(toTopMap f g) i = ∑ j : (fun (X : SimplexCategory) => Fin (X.len + 1)) x with (CategoryTheory.ConcreteCategory.hom f) j = i, ↑g j
theorem
SimplexCategory.continuous_toTopMap
{x y : SimplexCategory}
(f : x ⟶ y)
:
Continuous (toTopMap f)
@[simp]
@[simp]