Monomorphisms in Module R
#
This file shows that an R
-linear map is a monomorphism in the category of R
-modules
if and only if it is injective, and similarly an epimorphism if and only if it is surjective.
theorem
Module.ker_eq_bot_of_mono
{R : Type u}
[ring R]
{X Y : Module R}
(f : X ⟶ Y)
[category_theory.mono f] :
linear_map.ker f = ⊥
theorem
Module.range_eq_top_of_epi
{R : Type u}
[ring R]
{X Y : Module R}
(f : X ⟶ Y)
[category_theory.epi f] :
@[protected, instance]
@[protected, instance]