theorem
  r > 0 implies x in Ball(x,r)
proof
A1: dist(x,x) = 0 by CSSPACE:50;
  assume r > 0;
  hence thesis by A1,Th41;
end;
