Documentation

Mathlib.CategoryTheory.Abelian.SerreClass.MorphismProperty

The class of isomorphisms modulo a Serre class #

Let C be an abelian category and P : ObjectProperty C a Serre class. We define P.isoModSerre : MorphismProperty C, which is the class of morphisms f such that kernel f and cokernel f satisfy P. We show that P.isoModSerre is multiplicative, satisfies the two out of three property and is stable under retracts. (Similarly, we define P.monoModSerre and P.epiModSerre.)

TODO #

The class of monomorphisms modulo a Serre class: given a Serre class P : ObjectProperty C, this is the class of morphisms f such that kernel f satisfies P.

Equations
Instances For

    The class of epimorphisms modulo a Serre class: given a Serre class P : ObjectProperty C, this is the class of morphisms f such that cokernel f satisfies P.

    Equations
    Instances For

      The class of isomorphisms modulo a Serre class: given a Serre class P : ObjectProperty C, this is the class of morphisms f such that kernel f and cokernel f satisfy P.

      Equations
      Instances For