let X be non empty closed_interval Subset of REAL; for Y being RealNormSpace
for f, g, h being Point of (R_NormSpace_of_ContinuousFunctions (X,Y))
for f9, g9, h9 being continuous PartFunc of REAL,Y st f9 = f & g9 = g & h9 = h & dom f9 = X & dom g9 = X & dom h9 = X holds
( h = f - g iff for x being Element of X holds h9 /. x = (f9 /. x) - (g9 /. x) )
let Y be RealNormSpace; for f, g, h being Point of (R_NormSpace_of_ContinuousFunctions (X,Y))
for f9, g9, h9 being continuous PartFunc of REAL,Y st f9 = f & g9 = g & h9 = h & dom f9 = X & dom g9 = X & dom h9 = X holds
( h = f - g iff for x being Element of X holds h9 /. x = (f9 /. x) - (g9 /. x) )
let f, g, h be Point of (R_NormSpace_of_ContinuousFunctions (X,Y)); for f9, g9, h9 being continuous PartFunc of REAL,Y st f9 = f & g9 = g & h9 = h & dom f9 = X & dom g9 = X & dom h9 = X holds
( h = f - g iff for x being Element of X holds h9 /. x = (f9 /. x) - (g9 /. x) )
let f9, g9, h9 be continuous PartFunc of REAL,Y; ( f9 = f & g9 = g & h9 = h & dom f9 = X & dom g9 = X & dom h9 = X implies ( h = f - g iff for x being Element of X holds h9 /. x = (f9 /. x) - (g9 /. x) ) )
assume A1:
( f9 = f & g9 = g & h9 = h & dom f9 = X & dom g9 = X & dom h9 = X )
; ( h = f - g iff for x being Element of X holds h9 /. x = (f9 /. x) - (g9 /. x) )
A2:
now ( ( for x being Element of X holds h9 /. x = (f9 /. x) - (g9 /. x) ) implies f - g = h )end;
hence
( h = f - g iff for x being Element of X holds h9 /. x = (f9 /. x) - (g9 /. x) )
by A2; verum