theorem :: FINSEQ_2:10
  len p <= n implies (p|n) = p
proof
  assume len p<=n;
   then Segm len p c= Segm n by NAT_1:39;
  hence thesis by RELAT_1:68;
end;
