let S, T, W be RealNormSpace; for f being Point of (R_NormSpace_of_BoundedLinearOperators (S,W))
for g being Point of (R_NormSpace_of_BoundedLinearOperators (T,W))
for I being LinearOperator of S,T st I is one-to-one & I is onto & I is isometric & f = g * I holds
||.f.|| = ||.g.||
let f be Point of (R_NormSpace_of_BoundedLinearOperators (S,W)); for g being Point of (R_NormSpace_of_BoundedLinearOperators (T,W))
for I being LinearOperator of S,T st I is one-to-one & I is onto & I is isometric & f = g * I holds
||.f.|| = ||.g.||
let g be Point of (R_NormSpace_of_BoundedLinearOperators (T,W)); for I being LinearOperator of S,T st I is one-to-one & I is onto & I is isometric & f = g * I holds
||.f.|| = ||.g.||
let I be LinearOperator of S,T; ( I is one-to-one & I is onto & I is isometric & f = g * I implies ||.f.|| = ||.g.|| )
assume AS:
( I is one-to-one & I is onto & I is isometric & f = g * I )
; ||.f.|| = ||.g.||
P1:
dom I = the carrier of S
by FUNCT_2:def 1;
consider J being LinearOperator of T,S such that
P2:
( J = I " & J is one-to-one & J is onto & J is isometric )
by AS, LM020;
reconsider f0 = f as Lipschitzian LinearOperator of S,W by LOPBAN_1:def 9;
reconsider g0 = g as Lipschitzian LinearOperator of T,W by LOPBAN_1:def 9;
reconsider gI = g * I as Lipschitzian LinearOperator of S,W by LOPBAN_1:def 9, AS;
Y1:
for x being object holds
( x in { ||.(g0 . t).|| where t is VECTOR of T : ||.t.|| <= 1 } iff x in { ||.(gI . w).|| where w is VECTOR of S : ||.w.|| <= 1 } )
X0:
PreNorms f0 = PreNorms g0
by AS, Y1, TARSKI:2;
X1: PreNorms (modetrans (f,S,W)) =
PreNorms f0
by LOPBAN_1:29
.=
PreNorms (modetrans (g,T,W))
by X0, LOPBAN_1:29
;
thus ||.f.|| =
upper_bound (PreNorms (modetrans (f,S,W)))
by LOPBAN_1:def 13
.=
||.g.||
by X1, LOPBAN_1:def 13
; verum