theorem
  for f being sequence of D holds f|(Seg i) is FinSequence of D
  proof
    reconsider i as Nat by TARSKI:1;
    for f being sequence of D holds f|(Seg i) is FinSequence of D by Th23;
    hence thesis;
  end;
