let X, Y be RealNormSpace; :: thesis: for f being Point of (R_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 (R_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 Th32;
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: ||.t.|| = 0 ;
g . t = g . (0 * (0. X)) by A3, RLVECT_1:23
.= 0 * (g . (0. X)) by Def6
.= 0. Y by RLVECT_1:23 ;
hence ||.(g . t).|| <= ||.f.|| * ||.t.|| by A4; :: thesis: verum
end;
case A5: t <> 0. X ; :: thesis: ||.(g . t).|| <= ||.f.|| * ||.t.||
reconsider t1 = (||.t.|| " ) * t as VECTOR of X ;
A6: ||.t.|| <> 0 by A5, NORMSP_1:def 2;
then A7: ||.t.|| > 0 by NORMSP_1:8;
A8: abs (||.t.|| " ) = abs (1 * (||.t.|| " ))
.= abs (1 / ||.t.||) by XCMPLX_0:def 9
.= 1 / (abs ||.t.||) by ABSVALUE:15
.= 1 / ||.t.|| by A7, ABSVALUE:def 1
.= 1 * (||.t.|| " ) by XCMPLX_0:def 9
.= ||.t.|| " ;
A9: ||.(g . t).|| / ||.t.|| = ||.(g . t).|| * (||.t.|| " ) by XCMPLX_0:def 9
.= ||.((||.t.|| " ) * (g . t)).|| by A8, NORMSP_1:def 2
.= ||.(g . t1).|| by Def6 ;
||.t1.|| = (abs (||.t.|| " )) * ||.t.|| by NORMSP_1:def 2
.= 1 by A6, A8, XCMPLX_0:def 7 ;
then ||.(g . t).|| / ||.t.|| in { ||.(g . s).|| where s is VECTOR of X : ||.s.|| <= 1 } by A9;
then ||.(g . t).|| / ||.t.|| <= sup (PreNorms g) by A2, SEQ_4:def 4;
then ||.(g . t).|| / ||.t.|| <= (BoundedLinearOperatorsNorm X,Y) . g by Th36;
then A10: ||.(g . t).|| / ||.t.|| <= ||.f.|| by A1, NORMSP_1:def 1;
(||.(g . t).|| / ||.t.||) * ||.t.|| = (||.(g . t).|| * (||.t.|| " )) * ||.t.|| by XCMPLX_0:def 9
.= ||.(g . t).|| * ((||.t.|| " ) * ||.t.||)
.= ||.(g . t).|| * 1 by A6, XCMPLX_0:def 7
.= ||.(g . t).|| ;
hence ||.(g . t).|| <= ||.f.|| * ||.t.|| by A7, A10, 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