Documentation

Mathlib.CategoryTheory.Abelian.Images

The abelian image and coimage. #

In an abelian category we usually want the image of a morphism f to be defined as kernel (cokernel.π f), and the coimage to be defined as cokernel (kernel.ι f).

We make these definitions here, as Abelian.image f and Abelian.coimage f (without assuming the category is actually abelian), and later relate these to the usual categorical notions when in an abelian category.

There is a canonical morphism coimageImageComparison : Abelian.coimage f ⟶ Abelian.image f. Later we show that this is always an isomorphism in an abelian category, and conversely a category with (co)kernels and finite products in which this morphism is always an isomorphism is an abelian category.

@[inline, reducible]

The kernel of the cokernel of f is called the (abelian) image of f.

Equations
Instances For
    @[inline, reducible]

    There is a canonical epimorphism p : P ⟶ image f for every f.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      @[inline, reducible]

      The cokernel of the kernel of f is called the (abelian) coimage of f.

      Equations
      Instances For
        @[inline, reducible]

        There is a canonical monomorphism i : coimage f ⟶ Q.

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

          The canonical map from the abelian coimage to the abelian image. In any abelian category this is an isomorphism.

          Conversely, any additive category with kernels and cokernels and in which this is always an isomorphism, is abelian.

          See

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

            An alternative formulation of the canonical map from the abelian coimage to the abelian image.

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