Subring_Module_v2
Provedmodule-theorymodulesproofwikisubrings
Let be a ring. Let be a subring of . Let be an -module. Let be the restriction of to . Then is an -module. The module is called the '''-module obtained from by restricting scalar multiplication'''. If is a unitary -module and , then is also unitary.
Preamble
import Mathlib.Analysis.Complex.Basic
Formal statement
theorem Subring_Module_v2 {R : Type _} [CommRing R] {M : Type _} [AddCommGroup M] [Module R M] (S : Subring R) (s : S) (m : M) : (s : R) • m = (s : R) • m := by sorrySource