let x', y' be Element of REAL ; :: thesis: for x, y being real number st x' = x & y' = y holds
+ x',y' = x + y

let x, y be real number ; :: thesis: ( x' = x & y' = y implies + x',y' = x + y )
assume A1: ( x' = x & y' = y ) ; :: thesis: + x',y' = x + y
consider x1, x2, y1, y2 being Element of REAL such that
A2: ( x = [*x1,x2*] & y = [*y1,y2*] ) and
A3: x + y = [*(+ x1,y1),(+ x2,y2)*] by XCMPLX_0:def 4;
( x2 = 0 & y2 = 0 ) by A2, Lm7;
then A4: + x2,y2 = 0 by ARYTM_0:13;
( x = x1 & y = y1 ) by A2, Lm7;
hence + x',y' = x + y by A1, A3, A4, ARYTM_0:def 7; :: thesis: verum