theorem Th2: p is FinSequence of NAT
  proof
    l c= NAT* by HILBERT1:def 5;
    then p in NAT*;
    hence thesis by FINSEQ_1:def 11;
  end;
