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 by VALUED_0:def 3;
  end;
