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

The category of R-modules is abelian.

Equations