Documentation

Mathlib.CategoryTheory.Abelian.Exact

Exact sequences in abelian categories #

In an abelian category, we get several interesting results related to exactness which are not true in more general settings.

Main results #

In an abelian category, a short complex S is exact iff imageSubobject S.f = kernelSubobject S.g.

If (f, g) is exact, then Abelian.image.ι S.f is a kernel of S.g.

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    If (f, g) is exact, then Abelian.coimage.π g is a cokernel of f.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      theorem CategoryTheory.Abelian.tfae_mono {C : Type u₁} [Category.{v₁, u₁} C] [Abelian C] {X Y : C} (f : X Y) (Z : C) :
      theorem CategoryTheory.Abelian.tfae_epi {C : Type u₁} [Category.{v₁, u₁} C] [Abelian C] {X Y : C} (f : X Y) (Z : C) :

      A functor which preserves exactness preserves monomorphisms.

      A functor which preserves exactness preserves epimorphisms.

      A functor which preserves the exactness of short complexes preserves homology.

      A functor preserving zero morphisms, monos, and cokernels preserves homology.

      A functor preserving zero morphisms, epis, and kernels preserves homology.