theorem
  for F being real-valued FinSequence holds F is FinSequence of REAL
proof
  let F be real-valued FinSequence;
  thus rng F c= REAL;
end;
