The semi-simplex category #
We define a category SemiSimplexCategory so that semi-simplicial objects
can be defined (TODO) as functors from SemiSimplexCategoryᵒᵖ similarly
as simplicial objects are functors from SimplexCategory.
The category whose objects are denoted ⦋n⦌ₛ for n : ℕ and
morphisms ⦋n⦌ₛ ⟶ ⦋m⦌ₛ are order embeddings Fin (n.len + 1) ↪o Fin (m.len + 1).
(This identifies to a wide subcategory of the category SemiSimplex, which
has the "same" objects, and morphisms Fin (n.len + 1) →o Fin (m.len + 1),
see the faithful functor SemiSimplexCategory.toSimplexCategory.)
- len : ℕ
The length of an object in
SemiSimplexCategory
Instances For
The object of SemiSimplexCategory corresponding to n : ℕ is denoted ⦋n⦌ₛ.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The type of morphisms in the semi-simplex category are order embeddings.
This type is made irreducible: use SemiSimplexCategory.homEquiv to make
the conversion.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Morphisms n ⟶ m in SemiSimplexCategory identify to order embeddings
Fin (n.len + 1) ↪o Fin (m.len + 1).
Equations
Instances For
The inclusion functor SemiSimplexCategory ⥤ SimplexCategory.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Constructor for morphisms in SemiSimplexCategory which takes as an input
a monomorphism in SimplexCategory.