let X, Y be ComplexNormSpace; for f, g, h being Point of (C_NormSpace_of_BoundedLinearOperators (X,Y)) holds
( h = f - g iff for x being VECTOR of X holds h . x = (f . x) - (g . x) )
let f, g, h be Point of (C_NormSpace_of_BoundedLinearOperators (X,Y)); ( h = f - g iff for x being VECTOR of X holds h . x = (f . x) - (g . x) )
reconsider f9 = f, g9 = g, h9 = h as Lipschitzian LinearOperator of X,Y by Def7;
hereby ( ( for x being VECTOR of X holds h . x = (f . x) - (g . x) ) implies h = f - g )
end;
assume A2:
for x being VECTOR of X holds h . x = (f . x) - (g . x)
; h = f - g
then
f = h + g
by Th34;
then
f - g = h + (g - g)
by RLVECT_1:def 3;
then
f - g = h + (0. (C_NormSpace_of_BoundedLinearOperators (X,Y)))
by RLVECT_1:15;
hence
h = f - g
by RLVECT_1:4; verum