let X be non empty set ; for Y being ComplexNormSpace
for f, g being Point of (C_NormSpace_of_BoundedFunctions (X,Y))
for c being Complex holds
( ( ||.f.|| = 0 implies f = 0. (C_NormSpace_of_BoundedFunctions (X,Y)) ) & ( f = 0. (C_NormSpace_of_BoundedFunctions (X,Y)) implies ||.f.|| = 0 ) & ||.(c * f).|| = |.c.| * ||.f.|| & ||.(f + g).|| <= ||.f.|| + ||.g.|| )
let Y be ComplexNormSpace; for f, g being Point of (C_NormSpace_of_BoundedFunctions (X,Y))
for c being Complex holds
( ( ||.f.|| = 0 implies f = 0. (C_NormSpace_of_BoundedFunctions (X,Y)) ) & ( f = 0. (C_NormSpace_of_BoundedFunctions (X,Y)) implies ||.f.|| = 0 ) & ||.(c * f).|| = |.c.| * ||.f.|| & ||.(f + g).|| <= ||.f.|| + ||.g.|| )
let f, g be Point of (C_NormSpace_of_BoundedFunctions (X,Y)); for c being Complex holds
( ( ||.f.|| = 0 implies f = 0. (C_NormSpace_of_BoundedFunctions (X,Y)) ) & ( f = 0. (C_NormSpace_of_BoundedFunctions (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_BoundedFunctions (X,Y)) ) & ( f = 0. (C_NormSpace_of_BoundedFunctions (X,Y)) implies ||.f.|| = 0 ) & ||.(c * f).|| = |.c.| * ||.f.|| & ||.(f + g).|| <= ||.f.|| + ||.g.|| )
A9:
||.(f + g).|| <= ||.f.|| + ||.g.||
A14:
||.(c * f).|| = |.c.| * ||.f.||
proof
reconsider f1 =
f,
h1 =
c * f as
bounded Function of
X, the
carrier of
Y by Def5;
A15:
( ( for
s being
Real st
s in PreNorms h1 holds
s <= |.c.| * ||.f.|| ) implies
upper_bound (PreNorms h1) <= |.c.| * ||.f.|| )
by SEQ_4:45;
A19:
now ( ( c <> 0c & |.c.| * ||.f.|| <= ||.(c * f).|| ) or ( c = 0c & ||.(c * f).|| = |.c.| * ||.f.|| ) )per cases
( c <> 0c or c = 0c )
;
case A28:
c = 0c
;
||.(c * f).|| = |.c.| * ||.f.||reconsider fz =
f as
VECTOR of
(C_VectorSpace_of_BoundedFunctions (X,Y)) ;
c * f =
(Mult_ ((ComplexBoundedFunctions (X,Y)),(ComplexVectSpace (X,Y)))) . [c,f]
by CLVECT_1:def 1
.=
c * fz
by CLVECT_1:def 1
.=
0. (C_VectorSpace_of_BoundedFunctions (X,Y))
by A28, CLVECT_1:1
.=
0. (C_NormSpace_of_BoundedFunctions (X,Y))
;
hence
||.(c * f).|| = |.c.| * ||.f.||
by A28, Th19, COMPLEX1:44;
verum end; end; end;
(ComplexBoundedFunctionsNorm (X,Y)) . (c * f) = upper_bound (PreNorms h1)
by Th15;
then
||.(c * f).|| <= |.c.| * ||.f.||
by A18, A15;
hence
||.(c * f).|| = |.c.| * ||.f.||
by A19, XXREAL_0:1;
verum
end;
hence
( ( ||.f.|| = 0 implies f = 0. (C_NormSpace_of_BoundedFunctions (X,Y)) ) & ( f = 0. (C_NormSpace_of_BoundedFunctions (X,Y)) implies ||.f.|| = 0 ) & ||.(c * f).|| = |.c.| * ||.f.|| & ||.(f + g).|| <= ||.f.|| + ||.g.|| )
by A1, A14, A9; verum