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