let X, Y be ComplexNormSpace; :: thesis: 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); :: thesis: ( h = f - g iff for x being VECTOR of X holds h . x = (f . x) - (g . x) )
reconsider f' = f, g' = g, h' = h as bounded LinearOperator of X,Y by Def8;
assume A2:
for x being VECTOR of X holds h . x = (f . x) - (g . x)
; :: thesis: h = f - g
then
f = h + g
by Th39;
then
f - g = h + (g - g)
by RLVECT_1:def 6;
then
f - g = h + (0. (C_NormSpace_of_BoundedLinearOperators X,Y))
by RLVECT_1:28;
hence
h = f - g
by RLVECT_1:10; :: thesis: verum