Documentation

Mathlib.Algebra.Category.ModuleCat.Kernels

The concrete (co)kernels in the category of modules are (co)kernels in the categorical sense. #

The kernel cone induced by the concrete kernel.

Equations

The kernel of a linear map is a kernel in the categorical sense.

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

The cokernel cocone induced by the projection onto the quotient.

Equations

The projection onto the quotient is a cokernel in the categorical sense.

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

The category of R-modules has kernels, given by the inclusion of the kernel submodule.

The category of R-modules has cokernels, given by the projection onto the quotient.

noncomputable def ModuleCat.kernelIsoKer {R : Type u} [Ring R] {G H : ModuleCat R} (f : G H) :

The categorical kernel of a morphism in ModuleCat agrees with the usual module-theoretical kernel.

Equations
theorem ModuleCat.kernelIsoKer_inv_kernel_ι_apply {R : Type u} [Ring R] {G H : ModuleCat R} (f : G H) (x : (CategoryTheory.forget (ModuleCat R)).obj (of R (LinearMap.ker f.hom))) :
noncomputable def ModuleCat.cokernelIsoRangeQuotient {R : Type u} [Ring R] {G H : ModuleCat R} (f : G H) :

The categorical cokernel of a morphism in ModuleCat agrees with the usual module-theoretical quotient.

Equations
theorem ModuleCat.cokernel_π_ext {R : Type u} [Ring R] {M N : ModuleCat R} (f : M N) {x y : N} (m : M) (w : x = y + f.hom m) :