let m, n be Element of NAT ; for f1, f2 being Function of (REAL m),(REAL n)
for g1, g2 being Point of (R_NormSpace_of_BoundedLinearOperators ((REAL-NS m),(REAL-NS n))) st f1 = g1 & f2 = g2 holds
f1 + f2 = g1 + g2
let f1, f2 be Function of (REAL m),(REAL n); for g1, g2 being Point of (R_NormSpace_of_BoundedLinearOperators ((REAL-NS m),(REAL-NS n))) st f1 = g1 & f2 = g2 holds
f1 + f2 = g1 + g2
let g1, g2 be Point of (R_NormSpace_of_BoundedLinearOperators ((REAL-NS m),(REAL-NS n))); ( f1 = g1 & f2 = g2 implies f1 + f2 = g1 + g2 )
assume AS:
( f1 = g1 & f2 = g2 )
; f1 + f2 = g1 + g2
P0:
( the carrier of (REAL-NS m) = REAL m & the carrier of (REAL-NS n) = REAL n )
by REAL_NS1:def 4;
then reconsider g12 = g1 + g2 as Function of (REAL m),(REAL n) by LOPBAN_1:def 10;
( g1 is LinearOperator of (REAL-NS m),(REAL-NS n) & g2 is LinearOperator of (REAL-NS m),(REAL-NS n) )
by LOPBAN_1:def 10;
then
( dom g1 = REAL m & dom g2 = REAL m )
by P0, FUNCT_2:def 1;
then P1:
(dom f1) /\ (dom f2) = dom g12
by AS, FUNCT_2:def 1;
for c being Element of REAL m st c in dom g12 holds
g12 /. c = (f1 /. c) + (f2 /. c)
hence
f1 + f2 = g1 + g2
by P1, INTEGR15:def 9; verum