let S be RealUnitarySpace; for x being Point of S
for y being Point of (MetricSpaceNorm (RUSp2RNSp S))
for r being Real st x = y holds
Ball (x,r) = Ball (y,r)
let x be Point of S; for y being Point of (MetricSpaceNorm (RUSp2RNSp S))
for r being Real st x = y holds
Ball (x,r) = Ball (y,r)
let y be Point of (MetricSpaceNorm (RUSp2RNSp S)); for r being Real st x = y holds
Ball (x,r) = Ball (y,r)
let r be Real; ( x = y implies Ball (x,r) = Ball (y,r) )
assume A1:
x = y
; Ball (x,r) = Ball (y,r)
set PM = MetricSpaceNorm (RUSp2RNSp S);
A2:
Ball (y,r) = { z where z is Element of (MetricSpaceNorm (RUSp2RNSp S)) : dist (y,z) < r }
by METRIC_1:def 14;
for p being object holds
( p in Ball (x,r) iff p in Ball (y,r) )
hence
Ball (x,r) = Ball (y,r)
by TARSKI:2; verum