theorem
  for p being FinSequence of D holds p is Function of dom p, D
proof
  let p be FinSequence of D;
  rng p c= D by FINSEQ_1:def 4;
  hence thesis by FUNCT_2:2;
end;
