let X be RealNormSpace; for z being Element of
for r being real number ex x being Point of st
( x = z & cl_Ball z,r = { y where y is Point of : ||.(x - y).|| <= r } )
let z be Element of ; for r being real number ex x being Point of st
( x = z & cl_Ball z,r = { y where y is Point of : ||.(x - y).|| <= r } )
let r be real number ; ex x being Point of st
( x = z & cl_Ball z,r = { y where y is Point of : ||.(x - y).|| <= r } )
reconsider x = z as Point of ;
consider M' being non empty MetrStruct , z' being Element of such that
A1:
M' = MetricSpaceNorm X
and
A2:
z' = z
and
A3:
cl_Ball z,r = { q where q is Element of : dist z',q <= r }
by METRIC_1:def 16;
then A5:
{ y where y is Point of : ||.(x - y).|| <= r } c= { q where q is Element of : dist z',q <= r }
by TARSKI:def 3;
then
{ q where q is Element of : dist z',q <= r } c= { y where y is Point of : ||.(x - y).|| <= r }
by TARSKI:def 3;
then
{ q where q is Element of : dist z',q <= r } = { y where y is Point of : ||.(x - y).|| <= r }
by A5, XBOOLE_0:def 10;
hence
ex x being Point of st
( x = z & cl_Ball z,r = { y where y is Point of : ||.(x - y).|| <= r } )
by A3; verum