The covariant involution of the simplex category #
In this file, we introduce the functor rev : SimplexCategory ⥤ SimplexCategory
which, via the equivalence between the simplex category and the
category of nonempty finite linearly ordered types, corresponds to
the covariant functor which sends a type α
to αᵒᵈ
.
The covariant involution rev : SimplexCategory ⥤ SimplexCategory
which,
via the equivalence between the simplex category and the
category of nonempty finite linearly ordered types, corresponds to
the covariant functor which sends a type α
to αᵒᵈ
.
This functor sends the object ⦋n⦌
to ⦋n⦌
and a map f : ⦋n⦌ ⟶ ⦋m⦌
is sent to the monotone map (i : Fin (n + 1)) ↦ (f i.rev).rev
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The functor SimplexCategory.rev : SimplexCategory ⥤ SimplexCategory
is a covariant involution.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The functor SimplexCategory.rev : SimplexCategory ⥤ SimplexCategory
as an equivalence of category.
Equations
- One or more equations did not get rendered due to their size.