theorem
  z1 <> z2 implies 0 < |.z1 - z2.|
proof
  assume z1 <> z2;
  then 0 <> |.z1 - z2.| by Th101;
  hence thesis by Th94;
end;
