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