let X be RealNormSpace; for x being Point of (DualSp X)
for v being Point of (R_NormSpace_of_BoundedLinearOperators (X,RNS_Real)) st x = v holds
||.x.|| = ||.v.||
let x be Point of (DualSp X); for v being Point of (R_NormSpace_of_BoundedLinearOperators (X,RNS_Real)) st x = v holds
||.x.|| = ||.v.||
let v be Point of (R_NormSpace_of_BoundedLinearOperators (X,RNS_Real)); ( x = v implies ||.x.|| = ||.v.|| )
assume AS:
x = v
; ||.x.|| = ||.v.||
BX:
R_NormSpace_of_BoundedLinearOperators (X,RNS_Real) = NORMSTR(# (BoundedLinearOperators (X,RNS_Real)),(Zero_ ((BoundedLinearOperators (X,RNS_Real)),(R_VectorSpace_of_LinearOperators (X,RNS_Real)))),(Add_ ((BoundedLinearOperators (X,RNS_Real)),(R_VectorSpace_of_LinearOperators (X,RNS_Real)))),(Mult_ ((BoundedLinearOperators (X,RNS_Real)),(R_VectorSpace_of_LinearOperators (X,RNS_Real)))),(BoundedLinearOperatorsNorm (X,RNS_Real)) #)
by LOPBAN_1:def 14;
reconsider x1 = x as Lipschitzian linear-Functional of X by DUALSP01:def 10;
reconsider v1 = v as Lipschitzian LinearOperator of X,RNS_Real by LOPBAN_1:def 9, BX;
then
upper_bound (PreNorms v1) <= ||.x.||
by SEQ_4:45;
then A4:
||.v.|| <= ||.x.||
by BX, LOPBAN_1:30;
then
upper_bound (PreNorms x1) <= ||.v.||
by SEQ_4:45;
then
||.x.|| <= ||.v.||
by DUALSP01:24;
hence
||.x.|| = ||.v.||
by A4, XXREAL_0:1; verum