theorem :: Schwartz
  |.|(p,q)|.| <= |.p.|*|.q.|
proof
  len p = n & len q = n by CARD_1:def 7;
  hence thesis by Th14;
end;
