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.

Equations
  • One or more equations did not get rendered due to their size.

The topological simplex associated to x : SimplexCategory. This is the object part of the functor SimplexCategory.toTop.

Equations
  • One or more equations did not get rendered due to their size.
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 : SimplexCategory} {y : SimplexCategory} (f : x y) (g : (SimplexCategory.toTopObj x)) (i : (CategoryTheory.forget SimplexCategory).toPrefunctor.obj y) :
      (SimplexCategory.toTopMap f g) i = Finset.sum (Finset.filter (fun (x_1 : (CategoryTheory.forget SimplexCategory).toPrefunctor.obj x) => f x_1 = i) Finset.univ) fun (j : (CategoryTheory.forget SimplexCategory).toPrefunctor.obj x) => g j
      @[simp]

      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