let X, Y be RealNormSpace; BoundedMultilinearOperatorsNorm (<*X*>,Y) = BoundedLinearOperatorsNorm ((product <*X*>),Y)
set n1 = BoundedMultilinearOperatorsNorm (<*X*>,Y);
set n2 = BoundedLinearOperatorsNorm ((product <*X*>),Y);
A1:
BoundedMultilinearOperators (<*X*>,Y) = BoundedLinearOperators ((product <*X*>),Y)
by Th23;
A2:
dom <*X*> = {1}
by FINSEQ_1:2, FINSEQ_1:38;
then reconsider i = 1 as Element of dom <*X*> by TARSKI:def 1;
for f being object st f in BoundedMultilinearOperators (<*X*>,Y) holds
(BoundedMultilinearOperatorsNorm (<*X*>,Y)) . f = (BoundedLinearOperatorsNorm ((product <*X*>),Y)) . f
proof
let f be
object ;
( f in BoundedMultilinearOperators (<*X*>,Y) implies (BoundedMultilinearOperatorsNorm (<*X*>,Y)) . f = (BoundedLinearOperatorsNorm ((product <*X*>),Y)) . f )
assume A4:
f in BoundedMultilinearOperators (
<*X*>,
Y)
;
(BoundedMultilinearOperatorsNorm (<*X*>,Y)) . f = (BoundedLinearOperatorsNorm ((product <*X*>),Y)) . f
reconsider f1 =
f as
Lipschitzian MultilinearOperator of
<*X*>,
Y by A4, LOPBAN10:def 11;
A5:
modetrans (
f,
<*X*>,
Y)
= f1
;
A6:
(BoundedMultilinearOperatorsNorm (<*X*>,Y)) . f = upper_bound (PreNorms f1)
by A4, A5, LOPBAN10:def 15;
reconsider f2 =
f as
Lipschitzian LinearOperator of
(product <*X*>),
Y by A1, A4, LOPBAN_1:def 9;
A7:
modetrans (
f,
(product <*X*>),
Y)
= f2
by A1, A4, LOPBAN_1:def 11;
A8:
(BoundedLinearOperatorsNorm ((product <*X*>),Y)) . f = upper_bound (PreNorms f2)
by A1, A4, A7, LOPBAN_1:def 13;
for
n being
object holds
(
n in PreNorms f1 iff
n in PreNorms f2 )
hence
(BoundedMultilinearOperatorsNorm (<*X*>,Y)) . f = (BoundedLinearOperatorsNorm ((product <*X*>),Y)) . f
by A6, A8, TARSKI:2;
verum
end;
hence
BoundedMultilinearOperatorsNorm (<*X*>,Y) = BoundedLinearOperatorsNorm ((product <*X*>),Y)
by Th23; verum