let n be Element of NAT ; :: thesis: for q1, q2 being Point of (TOP-REAL n) holds abs (|.q1.| - |.q2.|) <= |.(q1 - q2).|
let q1, q2 be Point of (TOP-REAL n); :: thesis: abs (|.q1.| - |.q2.|) <= |.(q1 - q2).|
per cases ( |.q1.| >= |.q2.| or |.q1.| < |.q2.| ) ;
end;