theorem :: Triangle
  |.p+q.| <= |.p.| + |.q.|
proof
A1: len p = n & len q = n by CARD_1:def 7;
  thus thesis by A1,Th15;
end;
