The Nerve of a Codiscrete Category #
In the codiscrete category on a type X, every hom-type is given by Unit.
When we take the nerve of such a category, the n-simplices become equivalent to
X-vectors of length n + 1.
Therefore, if X has decidable equality, so does the type of n-simplices in this nerve.
Since the morphisms in a codiscrete category do not carry information, an n-simplex of coherentIso is equivalent to an X-vector of length (n + 1).
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[implicit_reducible]
instance
CategoryTheory.Codiscrete.instDecidableEqObjOppositeSimplexCategoryNerveOpMk
{X : Type u}
{n : ℕ}
[DecidableEq X]
:
DecidableEq ((nerve (Codiscrete X)).obj (Opposite.op { len := n }))
If a type X has decidable equality, the nerve of the codiscrete category on X
has decidable equality as well.