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 #
- show that a localized category with respect to
P.isoModSerreis abelian.
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
- P.monoModSerre f = P (CategoryTheory.Limits.kernel f)
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
- P.epiModSerre f = P (CategoryTheory.Limits.cokernel f)
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
- P.isoModSerre = P.monoModSerre ⊓ P.epiModSerre