let M, N be AbGroup; for f, g being Element of Funcs ( the carrier of M, the carrier of N) holds (ADD (M,N)) . (f,g) = (ADD (M,N)) . (g,f)
let f, g be Element of Funcs ( the carrier of M, the carrier of N); (ADD (M,N)) . (f,g) = (ADD (M,N)) . (g,f)
for x being Element of M holds ((ADD (M,N)) . (f,g)) . x = ((ADD (M,N)) . (g,f)) . x
proof
let x be
Element of
M;
((ADD (M,N)) . (f,g)) . x = ((ADD (M,N)) . (g,f)) . x
((ADD (M,N)) . (f,g)) . x =
(f . x) + (g . x)
by Th1
.=
((ADD (M,N)) . (g,f)) . x
by Th1
;
hence
((ADD (M,N)) . (f,g)) . x = ((ADD (M,N)) . (g,f)) . x
;
verum
end;
hence
(ADD (M,N)) . (f,g) = (ADD (M,N)) . (g,f)
; verum