Documentation

Mathlib.Algebra.Category.ModuleCat.Abelian

The category of left R-modules is abelian. #

Additionally, two linear maps are exact in the categorical sense iff range f = ker g.

In the category of modules, every monomorphism is normal.

Equations
    Instances For
      def ModuleCat.normalEpi {R : Type u} [Ring R] {M N : ModuleCat R} (f : M N) (hf : CategoryTheory.Epi f) :

      In the category of modules, every epimorphism is normal.

      Equations
        Instances For

          The category of R-modules is abelian.

          Equations