let R be comRing; for M, N, M1 being LeftMod of R
for f, g being Element of Funcs ( the carrier of M, the carrier of N)
for u being Element of Funcs ( the carrier of M1, the carrier of M) holds ((ADD (M,N)) . (f,g)) * u = (ADD (M1,N)) . ((f * u),(g * u))
let M, N, M1 be LeftMod of R; for f, g being Element of Funcs ( the carrier of M, the carrier of N)
for u being Element of Funcs ( the carrier of M1, the carrier of M) holds ((ADD (M,N)) . (f,g)) * u = (ADD (M1,N)) . ((f * u),(g * u))
let f, g be Element of Funcs ( the carrier of M, the carrier of N); for u being Element of Funcs ( the carrier of M1, the carrier of M) holds ((ADD (M,N)) . (f,g)) * u = (ADD (M1,N)) . ((f * u),(g * u))
let u be Element of Funcs ( the carrier of M1, the carrier of M); ((ADD (M,N)) . (f,g)) * u = (ADD (M1,N)) . ((f * u),(g * u))
reconsider fg = (ADD (M,N)) . (f,g) as Element of Funcs ( the carrier of M, the carrier of N) ;
reconsider fu = f * u, gu = g * u as Element of Funcs ( the carrier of M1, the carrier of N) ;
for x being Element of the carrier of M1 holds (fg * u) . x = ((ADD (M1,N)) . (fu,gu)) . x
hence
((ADD (M,N)) . (f,g)) * u = (ADD (M1,N)) . ((f * u),(g * u))
; verum