theorem Th29:
  |.w1 + w2.| <= |.w1.| + |.w2.|
proof
  reconsider s1 = w1, s2 = w2 as Element of REAL N by EUCLID:22;
  w1 + w2 = s1 + s2;
  hence thesis by EUCLID:12;
end;
