Documentation

Mathlib.CategoryTheory.Abelian.Opposite

The opposite of an abelian category is abelian. #

@[implicit_reducible]
Equations
  • One or more equations did not get rendered due to their size.
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.

Equations
  • One or more equations did not get rendered due to their size.
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.

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

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

      Equations
      Instances For

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

        Equations
        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.

          Equations
          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.

            Equations
            Instances For

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

              Equations
              Instances For

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

                Equations
                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.

                  Equations
                  • One or more equations did not get rendered due to their size.
                  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.

                    Equations
                    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.

                      Equations
                      Instances For

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

                        Equations
                        Instances For