defpred S1[ set , set ] means for v being VECTOR of V st $1 = v + W holds
$2 = lower_bound (NormVSets (V,W,v));
set C = CosetSet (V,W);
consider f being Function of (CosetSet (V,W)),REAL such that
A4:
for A being Element of CosetSet (V,W) holds S1[A,f . A]
from FUNCT_2:sch 3(A1);
take
f
; for A being Element of CosetSet (V,W)
for v being VECTOR of V st A = v + W holds
f . A = lower_bound (NormVSets (V,W,v))
let A be Element of CosetSet (V,W); for v being VECTOR of V st A = v + W holds
f . A = lower_bound (NormVSets (V,W,v))
let v be VECTOR of V; ( A = v + W implies f . A = lower_bound (NormVSets (V,W,v)) )
assume
A = v + W
; f . A = lower_bound (NormVSets (V,W,v))
hence
f . A = lower_bound (NormVSets (V,W,v))
by A4; verum