
theorem Th2:
  for M being non empty MetrSpace, x being Point of M holds (dist x ) . x = 0
proof
  let M be non empty MetrSpace, x be Point of M;
  (dist x).x = dist (x, x) by WEIERSTR:def 4
    .= 0 by METRIC_1:1;
  hence thesis;
end;
