let NORM1, NORM2 be Function of (ComplexBoundedFunctions X,Y),REAL ; ( ( for x being set st x in ComplexBoundedFunctions X,Y holds
NORM1 . x = sup (PreNorms (modetrans x,X,Y)) ) & ( for x being set st x in ComplexBoundedFunctions X,Y holds
NORM2 . x = sup (PreNorms (modetrans x,X,Y)) ) implies NORM1 = NORM2 )
assume that
A1:
for x being set st x in ComplexBoundedFunctions X,Y holds
NORM1 . x = sup (PreNorms (modetrans x,X,Y))
and
A2:
for x being set st x in ComplexBoundedFunctions X,Y holds
NORM2 . x = sup (PreNorms (modetrans x,X,Y))
; NORM1 = NORM2
A3:
for z being set st z in ComplexBoundedFunctions X,Y holds
NORM1 . z = NORM2 . z
( dom NORM1 = ComplexBoundedFunctions X,Y & dom NORM2 = ComplexBoundedFunctions X,Y )
by FUNCT_2:def 1;
hence
NORM1 = NORM2
by A3, FUNCT_1:9; verum