Documentation

Mathlib.RingTheory.SimpleRing.DivisionRing

Simple modules over division rings #

This file contains some results about simple modules over division rings.

Main results #

Tags #

Noncommutative algebra, simple module, division ring

theorem isSimpleModule_iff_eq_zero_or_injective (R : Type u) (M : Type v) [Ring R] [AddCommGroup M] [Module R M] :
IsSimpleModule R M Nontrivial M ∀ (N : Type v) [inst : AddCommGroup N] [inst_1 : Module R N] (f : M →ₗ[R] N), f = 0 Function.Injective f