let M, N be AbGroup; for f, g, h being Element of Funcs ( the carrier of M, the carrier of N) holds
( h = (ADD (M,N)) . (f,g) iff for x being Element of the carrier of M holds h . x = (f . x) + (g . x) )
let f, g, h be Element of Funcs ( the carrier of M, the carrier of N); ( h = (ADD (M,N)) . (f,g) iff for x being Element of the carrier of M holds h . x = (f . x) + (g . x) )
hereby ( ( for x being Element of the carrier of M holds h . x = (f . x) + (g . x) ) implies h = (ADD (M,N)) . (f,g) )
end;
assume A3:
for x being Element of M holds h . x = (f . x) + (g . x)
; h = (ADD (M,N)) . (f,g)
hence
h = (ADD (M,N)) . (f,g)
; verum