theorem :: FINSEQ_1:13
  len(p|n) <= n
 proof
   Segm len(p|n) c= Segm n by RELAT_1:58;
  hence thesis by NAT_1:39;
 end;
