set C = CosetSet (V,W);
let f1, f2 be Function of (CosetSet (V,W)),REAL; ( ( for A being Element of CosetSet (V,W)
for v being VECTOR of V st A = v + W holds
f1 . A = lower_bound (NormVSets (V,W,v)) ) & ( for A being Element of CosetSet (V,W)
for v being VECTOR of V st A = v + W holds
f2 . A = lower_bound (NormVSets (V,W,v)) ) implies f1 = f2 )
assume that
A5:
for A being Element of CosetSet (V,W)
for a being VECTOR of V st A = a + W holds
f1 . A = lower_bound (NormVSets (V,W,a))
and
A6:
for A being Element of CosetSet (V,W)
for a being VECTOR of V st A = a + W holds
f2 . A = lower_bound (NormVSets (V,W,a))
; f1 = f2
set C = CosetSet (V,W);
hence
f1 = f2
; verum