let X, Y be ComplexNormSpace; for f, g being Point of (C_NormSpace_of_BoundedLinearOperators (X,Y))
for c being Complex holds
( ( ||.f.|| = 0 implies f = 0. (C_NormSpace_of_BoundedLinearOperators (X,Y)) ) & ( f = 0. (C_NormSpace_of_BoundedLinearOperators (X,Y)) implies ||.f.|| = 0 ) & ||.(c * f).|| = |.c.| * ||.f.|| & ||.(f + g).|| <= ||.f.|| + ||.g.|| )
let f, g be Point of (C_NormSpace_of_BoundedLinearOperators (X,Y)); for c being Complex holds
( ( ||.f.|| = 0 implies f = 0. (C_NormSpace_of_BoundedLinearOperators (X,Y)) ) & ( f = 0. (C_NormSpace_of_BoundedLinearOperators (X,Y)) implies ||.f.|| = 0 ) & ||.(c * f).|| = |.c.| * ||.f.|| & ||.(f + g).|| <= ||.f.|| + ||.g.|| )
let c be Complex; ( ( ||.f.|| = 0 implies f = 0. (C_NormSpace_of_BoundedLinearOperators (X,Y)) ) & ( f = 0. (C_NormSpace_of_BoundedLinearOperators (X,Y)) implies ||.f.|| = 0 ) & ||.(c * f).|| = |.c.| * ||.f.|| & ||.(f + g).|| <= ||.f.|| + ||.g.|| )
A9:
||.(f + g).|| <= ||.f.|| + ||.g.||
A19:
||.(c * f).|| = |.c.| * ||.f.||
proof
reconsider f1 =
f,
h1 =
c * f as
Lipschitzian LinearOperator of
X,
Y by Def7;
A20:
( ( for
s being
Real st
s in PreNorms h1 holds
s <= |.c.| * ||.f.|| ) implies
upper_bound (PreNorms h1) <= |.c.| * ||.f.|| )
by SEQ_4:45;
A28:
now ( ( c <> 0c & |.c.| * ||.f.|| <= ||.(c * f).|| ) or ( c = 0c & ||.(c * f).|| = |.c.| * ||.f.|| ) )per cases
( c <> 0c or c = 0c )
;
case A41:
c = 0c
;
||.(c * f).|| = |.c.| * ||.f.||reconsider fz =
f as
VECTOR of
(C_VectorSpace_of_BoundedLinearOperators (X,Y)) ;
c * f =
(Mult_ ((BoundedLinearOperators (X,Y)),(C_VectorSpace_of_LinearOperators (X,Y)))) . [c,f]
by CLVECT_1:def 1
.=
c * fz
by CLVECT_1:def 1
.=
0. (C_VectorSpace_of_BoundedLinearOperators (X,Y))
by A41, CLVECT_1:1
.=
0. (C_NormSpace_of_BoundedLinearOperators (X,Y))
;
hence
||.(c * f).|| = |.c.| * ||.f.||
by A41, Th33, COMPLEX1:44;
verum end; end; end;
(BoundedLinearOperatorsNorm (X,Y)) . (c * f) = upper_bound (PreNorms h1)
by Th29;
then
||.(c * f).|| <= |.c.| * ||.f.||
by A27, A20;
hence
||.(c * f).|| = |.c.| * ||.f.||
by A28, XXREAL_0:1;
verum
end;
hence
( ( ||.f.|| = 0 implies f = 0. (C_NormSpace_of_BoundedLinearOperators (X,Y)) ) & ( f = 0. (C_NormSpace_of_BoundedLinearOperators (X,Y)) implies ||.f.|| = 0 ) & ||.(c * f).|| = |.c.| * ||.f.|| & ||.(f + g).|| <= ||.f.|| + ||.g.|| )
by A1, A19, A9; verum