Epi-mono factorization in the simplex category presented by generators and relations #
This file aims to establish that there is a nice epi-mono factorization in SimplexCategoryGenRel
.
More precisely, we introduce two morphism properties P_δ
and P_σ
that
single out morphisms that are compositions of δ i
(resp. σ i
).
The main result of this file is exists_P_σ_P_δ_factorization
, which asserts that every
moprhism as a decomposition of a P_σ
followed by a P_δ
.
δ i
is a split monomorphism thanks to the simplicial identities.
Equations
- SimplexCategoryGenRel.splitMonoδ i = { retraction := Fin.lastCases (SimplexCategoryGenRel.σ ↑n) (fun (i : Fin (n + 1)) => SimplexCategoryGenRel.σ i) i, id := ⋯ }
Instances For
δ i
is a split epimorphism thanks to the simplicial identities.
Equations
- SimplexCategoryGenRel.splitEpiσ i = { section_ := SimplexCategoryGenRel.δ i.castSucc, id := ⋯ }
Instances For
Auxiliary predicate to express that a morphism is purely a composition of σ i
s.
Instances For
Auxiliary predicate to express that a morphism is purely a composition of δ i
s.
Instances For
All P_σ
are split epis as composition of such.
All P_δ
are split monos as composition of such.
Any morphism in SimplexCategoryGenRel
can be decomposed as a P_σ
followed by a P_δ
.