let NORM1, NORM2 be Function of (BoundedFunctions X),REAL ; :: thesis: ( ( for x being set st x in BoundedFunctions X holds
NORM1 . x = sup (PreNorms (modetrans x,X)) ) & ( for x being set st x in BoundedFunctions X holds
NORM2 . x = sup (PreNorms (modetrans x,X)) ) implies NORM1 = NORM2 )

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