let S be RealNormSpace; :: thesis: for p being Element of S
for r being Real holds cl_Ball (p,r) = { y where y is Point of S : ||.(y - p).|| <= r }

let p be Element of S; :: thesis: for r being Real holds cl_Ball (p,r) = { y where y is Point of S : ||.(y - p).|| <= r }
let r be Real; :: thesis: cl_Ball (p,r) = { y where y is Point of S : ||.(y - p).|| <= r }
deffunc H1( object ) -> object = $1;
defpred S1[ Element of S] means ||.(p - $1).|| <= r;
defpred S2[ Element of S] means ||.($1 - p).|| <= r;
A1: for v being Element of the carrier of S holds
( S1[v] iff S2[v] ) by NORMSP_1:7;
{ H1(y) where y is Element of the carrier of S : S1[y] } = { H1(y) where y is Element of the carrier of S : S2[y] } from FRAENKEL:sch 3(A1);
hence cl_Ball (p,r) = { y where y is Point of S : ||.(y - p).|| <= r } ; :: thesis: verum