Documentation

Mathlib.AlgebraicTopology.SimplexCategory.GeneratorsRelations.EpiMono

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
Instances For

    δ i is a split epimorphism thanks to the simplicial identities.

    Equations
    Instances For
      @[reducible, inline]

      Auxiliary predicate to express that a morphism is purely a composition of σ is.

      Equations
      Instances For
        @[reducible, inline]

        Auxiliary predicate to express that a morphism is purely a composition of δ is.

        Equations
        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_δ.