theorem
  y in Ball(x,r) implies y - w in Ball(x - w,r)
proof
  assume y in Ball(x,r); then
A1: dist(x,y) < r by Th41;
  dist(x - w,y - w) = dist(x,y) by CSSPACE:58;
  hence thesis by A1,Th41;
end;
