
theorem Th11:
  for F be FinSequence of REAL holds F is FinSequence of ExtREAL
proof
  let F be FinSequence of REAL;
  rng F c= ExtREAL by NUMBERS:31;
  hence thesis by FINSEQ_1:def 4;
end;
