theorem Th7:
  i is Nat of n iff i in Seg(n+1)
proof
  i is Nat of n iff 1<=i & i<=n+1 by Def2;
  hence thesis by FINSEQ_1:1;
end;
