let A be non empty set ; :: thesis: for h, f, g being Element of Funcs (A,REAL) holds
( h = (RealFuncAdd A) . (f,g) iff for x being Element of A holds h . x = (f . x) + (g . x) )

let h, f, g be Element of Funcs (A,REAL); :: thesis: ( h = (RealFuncAdd A) . (f,g) iff for x being Element of A holds h . x = (f . x) + (g . x) )
A1: now
assume A2: for x being Element of A holds h . x = (f . x) + (g . x) ; :: thesis: h = (RealFuncAdd A) . (f,g)
now
let x be Element of A; :: thesis: ((RealFuncAdd A) . (f,g)) . x = h . x
A3: x in dom (addreal .: (f,g)) by Lm1;
thus ((RealFuncAdd A) . (f,g)) . x = (addreal .: (f,g)) . x by Def2
.= addreal . ((f . x),(g . x)) by A3, FUNCOP_1:28
.= (f . x) + (g . x) by BINOP_2:def 9
.= h . x by A2 ; :: thesis: verum
end;
hence h = (RealFuncAdd A) . (f,g) by FUNCT_2:113; :: thesis: verum
end;
now
assume A4: h = (RealFuncAdd A) . (f,g) ; :: thesis: for x being Element of A holds h . x = (f . x) + (g . x)
let x be Element of A; :: thesis: h . x = (f . x) + (g . x)
A5: x in dom (addreal .: (f,g)) by Lm1;
thus h . x = (addreal .: (f,g)) . x by A4, Def2
.= addreal . ((f . x),(g . x)) by A5, FUNCOP_1:28
.= (f . x) + (g . x) by BINOP_2:def 9 ; :: thesis: verum
end;
hence ( h = (RealFuncAdd A) . (f,g) iff for x being Element of A holds h . x = (f . x) + (g . x) ) by A1; :: thesis: verum