theorem
  for f being integer-valued FinSequence holds f is FinSequence of INT
  proof
    let f be integer-valued FinSequence;
    thus rng f c= INT by VALUED_0:def 5;
  end;
