theorem Th18:
  x in T implies x is FinSequence of NAT
proof
  T c= NAT* by Def3;
  hence thesis by FINSEQ_1:def 11;
end;
