let X, Y be ComplexNormSpace; :: thesis: for f being Point of (C_NormSpace_of_BoundedLinearOperators X,Y)
for g being bounded LinearOperator of X,Y st g = f holds
for t being VECTOR of X holds ||.(g . t).|| <= ||.f.|| * ||.t.||

let f be Point of (C_NormSpace_of_BoundedLinearOperators X,Y); :: thesis: for g being bounded LinearOperator of X,Y st g = f holds
for t being VECTOR of X holds ||.(g . t).|| <= ||.f.|| * ||.t.||

let g be bounded LinearOperator of X,Y; :: thesis: ( g = f implies for t being VECTOR of X holds ||.(g . t).|| <= ||.f.|| * ||.t.|| )
assume A1: g = f ; :: thesis: for t being VECTOR of X holds ||.(g . t).|| <= ||.f.|| * ||.t.||
A2: ( not PreNorms g is empty & PreNorms g is bounded_above ) by Th30;
now
let t be VECTOR of X; :: thesis: ||.(g . t).|| <= ||.f.|| * ||.t.||
now
per cases ( t = 0. X or t <> 0. X ) ;
case A3: t = 0. X ; :: thesis: ||.(g . t).|| <= ||.f.|| * ||.t.||
then A4: g . t = g . (0c * (0. X)) by CLVECT_1:2
.= 0c * (g . (0. X)) by Def4
.= 0. Y by CLVECT_1:2 ;
||.t.|| = 0 by A3, CLVECT_1:def 11;
hence ||.(g . t).|| <= ||.f.|| * ||.t.|| by A4, CLVECT_1:def 11; :: thesis: verum
end;
case t <> 0. X ; :: thesis: ||.(g . t).|| <= ||.f.|| * ||.t.||
then A5: ||.t.|| <> 0 by CLVECT_1:def 11;
then A6: ||.t.|| > 0 by CLVECT_1:106;
reconsider t0 = (||.t.|| " ) + (0 * <i> ) as Element of COMPLEX by XCMPLX_0:def 2;
A7: |.t0.| = abs (1 * (||.t.|| " ))
.= abs (1 / ||.t.||) by XCMPLX_0:def 9
.= 1 / (abs ||.t.||) by ABSVALUE:15
.= 1 / ||.t.|| by A6, ABSVALUE:def 1
.= 1 * (||.t.|| " ) by XCMPLX_0:def 9
.= ||.t.|| " ;
reconsider t1 = t0 * t as VECTOR of X ;
A8: ||.t1.|| = |.t0.| * ||.t.|| by CLVECT_1:def 11
.= 1 by A5, A7, XCMPLX_0:def 7 ;
||.(g . t).|| / ||.t.|| = ||.(g . t).|| * |.t0.| by A7, XCMPLX_0:def 9
.= ||.(t0 * (g . t)).|| by CLVECT_1:def 11
.= ||.(g . t1).|| by Def4 ;
then ||.(g . t).|| / ||.t.|| in { ||.(g . s).|| where s is VECTOR of X : ||.s.|| <= 1 } by A8;
then ||.(g . t).|| / ||.t.|| <= sup (PreNorms g) by A2, SEQ_4:def 4;
then ||.(g . t).|| / ||.t.|| <= (BoundedLinearOperatorsNorm X,Y) . g by Th34;
then A9: ||.(g . t).|| / ||.t.|| <= ||.f.|| by A1, CLVECT_1:def 10;
(||.(g . t).|| / ||.t.||) * ||.t.|| = (||.(g . t).|| * (||.t.|| " )) * ||.t.|| by XCMPLX_0:def 9
.= ||.(g . t).|| * ((||.t.|| " ) * ||.t.||)
.= ||.(g . t).|| * 1 by A5, XCMPLX_0:def 7
.= ||.(g . t).|| ;
hence ||.(g . t).|| <= ||.f.|| * ||.t.|| by A6, A9, XREAL_1:66; :: thesis: verum
end;
end;
end;
hence ||.(g . t).|| <= ||.f.|| * ||.t.|| ; :: thesis: verum
end;
hence for t being VECTOR of X holds ||.(g . t).|| <= ||.f.|| * ||.t.|| ; :: thesis: verum