theorem Th119:
  0 < r & x in A implies x in Ball(A,r)
proof
  assume that
A1: 0 < r and
A2: x in A;
  dist(x,A) = 0 by A2,Th115;
  hence thesis by A1;
end;
