theorem Th22:
  p <> q implies dist(p,q) > 0
proof
  ex p9, q9 being Point of Euclid 2 st p9 = p & q9 = q & dist(p,q) = dist(
  p9,q9) by TOPREAL6:def 1;
  hence thesis by METRIC_1:7;
end;
