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