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 & 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 & 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 & 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 & z' = z & Ball z,r = { q where q is Element of M' : dist z',q < r } ) by METRIC_1:def 15;
{ q where q is Element of M' : dist z',q < r } = { y where y is Point of X : ||.(x - y).|| < r }
proof
now
let a be set ; :: thesis: ( a in { q where q is Element of M' : dist z',q < r } implies a in { y where y is Point of X : ||.(x - y).|| < r } )
assume a in { q where q is Element of M' : dist z',q < r } ; :: thesis: a in { y where y is Point of X : ||.(x - y).|| < r }
then consider q being Element of M' such that
A2: ( a = q & dist z',q < r ) ;
reconsider t = q as Point of X by A1;
||.(x - t).|| = dist z',q by A1, Def1;
hence a in { y where y is Point of X : ||.(x - y).|| < r } by A2; :: thesis: verum
end;
then A3: { 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;
now
let a be set ; :: thesis: ( a in { y where y is Point of X : ||.(x - y).|| < r } implies a in { q where q is Element of M' : dist z',q < r } )
assume a in { y where y is Point of X : ||.(x - y).|| < r } ; :: thesis: a in { q where q is Element of M' : dist z',q < r }
then consider y being Point of X such that
A4: ( a = y & ||.(x - y).|| < r ) ;
reconsider t = y as Element of M' by A1;
||.(x - y).|| = dist z',t by A1, Def1;
hence a in { q where q is Element of M' : dist z',q < r } by A4; :: thesis: verum
end;
then { 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;
hence { q where q is Element of M' : dist z',q < r } = { y where y is Point of X : ||.(x - y).|| < r } by A3, XBOOLE_0:def 10; :: thesis: verum
end;
hence ex x being Point of X st
( x = z & Ball z,r = { y where y is Point of X : ||.(x - y).|| < r } ) by A1; :: thesis: verum