theorem Th87:
  for D being set holds D* is FinSequenceSet of D
proof
  let D be set;
  D* is FinSequenceSet of D
  proof
    let a;
    thus thesis by FINSEQ_1:def 11;
  end;
  hence thesis;
end;
