theorem Th32:
  for p1,p2 being Point of TOP-REAL 2
  holds |.p1-p2.|<=|.p1`1-p2`1.|+|.p1`2-p2`2.|
proof
  let p1,p2 be Point of TOP-REAL 2;
  p1`1-p2`1=(p1-p2)`1 & p1`2-p2`2=(p1-p2)`2 by TOPREAL3:3;
  hence thesis by Th31;
end;
