
theorem
  for N being RealNormSpace,
      x being Point of MetricSpaceNorm N,
      n being Nat st n <> 0 holds
  Ball (x,1/n) = {q where q is Element of MetricSpaceNorm N : dist(x,q) < 1/n}
  by METRIC_1:def 14;
