Documentation

Mathlib.CategoryTheory.Abelian.Opposite

The opposite of an abelian category is abelian. #

noncomputable def CategoryTheory.kernelOpUnop {C : Type u_1} [Category.{v_1, u_1} C] [Abelian C] {X Y : C} (f : X Y) :

The kernel of f.op is the opposite of cokernel f.

Instances For
    noncomputable def CategoryTheory.cokernelOpUnop {C : Type u_1} [Category.{v_1, u_1} C] [Abelian C] {X Y : C} (f : X Y) :

    The cokernel of f.op is the opposite of kernel f.

    Instances For

      The kernel of g.unop is the opposite of cokernel g.

      Instances For

        The cokernel of g.unop is the opposite of kernel g.

        Instances For
          noncomputable def CategoryTheory.kernelOpOp {C : Type u_1} [Category.{v_1, u_1} C] [Abelian C] {X Y : C} (f : X Y) :

          The kernel of f.op is the opposite of cokernel f.

          Instances For
            noncomputable def CategoryTheory.cokernelOpOp {C : Type u_1} [Category.{v_1, u_1} C] [Abelian C] {X Y : C} (f : X Y) :

            The cokernel of f.op is the opposite of kernel f.

            Instances For

              The kernel of g.unop is the opposite of cokernel g.

              Instances For

                The cokernel of g.unop is the opposite of kernel g.

                Instances For
                  noncomputable def CategoryTheory.imageUnopOp {C : Type u_1} [Category.{v_1, u_1} C] [Abelian C] {A B : Cᵒᵖ} (g : A B) :

                  The opposite of the image of g.unop is the image of g.

                  Instances For
                    noncomputable def CategoryTheory.imageOpOp {C : Type u_1} [Category.{v_1, u_1} C] [Abelian C] {X Y : C} (f : X Y) :

                    The opposite of the image of f is the image of f.op.

                    Instances For
                      noncomputable def CategoryTheory.imageOpUnop {C : Type u_1} [Category.{v_1, u_1} C] [Abelian C] {X Y : C} (f : X Y) :

                      The image of f.op is the opposite of the image of f.

                      Instances For

                        The image of g is the opposite of the image of g.unop.

                        Instances For