Basic_Results_about_Modules
Provedbasic-resultsmodule-theorymodulesproofwiki
Let be an abelian group whose identity is . Let be a ring whose zero is . Let be an -module. Let . Let be a sequence of elements of . Let be a sequence of elements of that is, scalars. Then
Preamble
import Mathlib.Analysis.Complex.Basic
Formal statement
theorem Basic_Results_about_Modules {R : Type _} [Ring R] {M : Type _} [AddCommGroup M] [Module R M] (r : R) (m : M) : r • (0 : M) = 0 ∧ (0 : R) • m = 0 := by sorrySource