Documentation

Mathlib.AlgebraicTopology.TopologicalSimplex

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
    def SimplexCategory.toTopMap {x y : SimplexCategory} (f : x y) (g : x.toTopObj) :

    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

      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]
        theorem SimplexCategory.toTop_map {X✝ Y✝ : SimplexCategory} (f : X✝ Y✝) :
        toTop.map f = TopCat.ofHom { toFun := toTopMap f, continuous_toFun := }