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
.
def
SimplexCategory.toTopObj
(x : SimplexCategory)
:
Set ((CategoryTheory.forget SimplexCategory).obj x → NNReal)
The topological simplex associated to x : SimplexCategory
.
This is the object part of the functor SimplexCategory.toTop
.
Equations
Instances For
A morphism in SimplexCategory
induces a map on the associated topological spaces.
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[simp]
theorem
SimplexCategory.coe_toTopMap
{x y : SimplexCategory}
(f : x ⟶ y)
(g : ↑x.toTopObj)
(i : (CategoryTheory.forget SimplexCategory).obj y)
:
↑(toTopMap f g) i = ∑ j ∈ Finset.filter (fun (x_1 : (CategoryTheory.forget SimplexCategory).obj x) => f x_1 = i) Finset.univ, ↑g j
theorem
SimplexCategory.continuous_toTopMap
{x y : SimplexCategory}
(f : x ⟶ y)
:
Continuous (toTopMap f)
The functor 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]