theorem
  0 < r implies x in Ball(x,r)
proof
  assume
A1: 0 < r;
  |.x - x.| = 0 by Th101;
  hence thesis by A1;
end;
