Documentation

InfinityCosmos.ForMathlib.AlgebraicTopology.SimplicialCategory.Basic

Simplicial categories #

A simplicial category is a category C that is enriched over the category of simplicial sets in such a way that morphisms in C identify to the 0-simplices of the enriched hom.

TODO #

References #

@[reducible, inline]
noncomputable abbrev CategoryTheory.SimplicialCategory.sHomWhiskerRight {C : Type u} [Category.{v, u} C] [SimplicialCategory C] {K K' : C} (f : K K') (L : C) :
sHom K' L sHom K L

The morphism sHom K' L ⟶ sHom K L induced by a morphism K ⟶ K'.

Equations
Instances For
    @[reducible, inline]
    noncomputable abbrev CategoryTheory.SimplicialCategory.sHomWhiskerLeft {C : Type u} [Category.{v, u} C] [SimplicialCategory C] (K : C) {L L' : C} (g : L L') :
    sHom K L sHom K L'

    The morphism sHom K L ⟶ sHom K L' induced by a morphism L ⟶ L'.

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