Module_of_All_Mappings_is_Module_v2
Provedfunction-spacesmodule-theorymodulesproofwiki
Let be a ring. Let be an -module. Let be a set. Let be the module of all mappings from to . Then is an -module.
Preamble
import Mathlib.Analysis.Complex.Basic
Formal statement
theorem Module_of_All_Mappings_is_Module_v2 {R : Type _} [Ring R] {M : Type _} [AddCommGroup M] [Module R M] (S : Type _) (r : R) (f g : S → M) : r • (f + g) = r • f + r • g := by sorrySource