theorem
  for p being Point of TOP-REAL n holds dist(p,p) = 0
proof
  let p be Point of TOP-REAL n;
  ex a, b being Point of Euclid n st a = p & b = p & dist(a,b) = dist(p,p)
  by Def1;
  hence thesis by METRIC_1:1;
end;
