let X, Y, Z be ComplexNormSpace; :: thesis: for f being bounded LinearOperator of X,Y
for g being bounded LinearOperator of Y,Z holds
( g * f is bounded LinearOperator of X,Z & ( for x being VECTOR of X holds
( ||.((g * f) . x).|| <= (((BoundedLinearOperatorsNorm Y,Z) . g) * ((BoundedLinearOperatorsNorm X,Y) . f)) * ||.x.|| & (BoundedLinearOperatorsNorm X,Z) . (g * f) <= ((BoundedLinearOperatorsNorm Y,Z) . g) * ((BoundedLinearOperatorsNorm X,Y) . f) ) ) )
let f be bounded LinearOperator of X,Y; :: thesis: for g being bounded LinearOperator of Y,Z holds
( g * f is bounded LinearOperator of X,Z & ( for x being VECTOR of X holds
( ||.((g * f) . x).|| <= (((BoundedLinearOperatorsNorm Y,Z) . g) * ((BoundedLinearOperatorsNorm X,Y) . f)) * ||.x.|| & (BoundedLinearOperatorsNorm X,Z) . (g * f) <= ((BoundedLinearOperatorsNorm Y,Z) . g) * ((BoundedLinearOperatorsNorm X,Y) . f) ) ) )
let g be bounded LinearOperator of Y,Z; :: thesis: ( g * f is bounded LinearOperator of X,Z & ( for x being VECTOR of X holds
( ||.((g * f) . x).|| <= (((BoundedLinearOperatorsNorm Y,Z) . g) * ((BoundedLinearOperatorsNorm X,Y) . f)) * ||.x.|| & (BoundedLinearOperatorsNorm X,Z) . (g * f) <= ((BoundedLinearOperatorsNorm Y,Z) . g) * ((BoundedLinearOperatorsNorm X,Y) . f) ) ) )
reconsider ff = f as Point of (C_NormSpace_of_BoundedLinearOperators X,Y) by CLOPBAN1:def 8;
reconsider gg = g as Point of (C_NormSpace_of_BoundedLinearOperators Y,Z) by CLOPBAN1:def 8;
( 0 <= ||.gg.|| & 0 <= ||.ff.|| )
by CLVECT_1:106;
then A4:
0 <= ||.gg.|| * ||.ff.||
;
set K = ||.gg.|| * ||.ff.||;
reconsider gf = g * f as bounded LinearOperator of X,Z by A1, A4, Th1, CLOPBAN1:def 7;
( ( for s being real number st s in PreNorms gf holds
s <= ||.gg.|| * ||.ff.|| ) implies sup (PreNorms gf) <= ||.gg.|| * ||.ff.|| )
by SEQ_4:62;
hence
( g * f is bounded LinearOperator of X,Z & ( for x being VECTOR of X holds
( ||.((g * f) . x).|| <= (((BoundedLinearOperatorsNorm Y,Z) . g) * ((BoundedLinearOperatorsNorm X,Y) . f)) * ||.x.|| & (BoundedLinearOperatorsNorm X,Z) . (g * f) <= ((BoundedLinearOperatorsNorm Y,Z) . g) * ((BoundedLinearOperatorsNorm X,Y) . f) ) ) )
by A1, A8, CLOPBAN1:34; :: thesis: verum