theorem
  for f being ext-real-valued FinSequence holds f is FinSequence of ExtREAL
  proof
    let f be ext-real-valued FinSequence;
    thus rng f c= ExtREAL by VALUED_0:def 2;
  end;
