let f, g, h be VECTOR of R_Algebra_of_Big_Oh_poly; for f9, g9, h9 being Function of NAT,REAL st f9 = f & g9 = g & h9 = h holds
( h = f + g iff for x being Nat holds h9 . x = (f9 . x) + (g9 . x) )
reconsider f1 = f, g1 = g, h1 = h as VECTOR of (RAlgebra NAT) by LM12;
let f9, g9, h9 be Function of NAT,REAL; ( f9 = f & g9 = g & h9 = h implies ( h = f + g iff for x being Nat holds h9 . x = (f9 . x) + (g9 . x) ) )
assume A2:
( f9 = f & g9 = g & h9 = h )
; ( h = f + g iff for x being Nat holds h9 . x = (f9 . x) + (g9 . x) )
A3:
now ( h = f + g implies for x being Nat holds h9 . x = (f9 . x) + (g9 . x) )end;
now ( ( for x being Nat holds h9 . x = (f9 . x) + (g9 . x) ) implies h = f + g )end;
hence
( h = f + g iff for x being Nat holds h9 . x = (f9 . x) + (g9 . x) )
by A3; verum