reserve m,n for Nat;
reserve r for Real;
reserve c for Element of F_Complex;

theorem Th20:
  for f being INT -valued Polynomial of F_Complex holds
  f is Polynomial of INT.Ring
  proof
    let f be INT -valued Polynomial of FC;
    rng f c= INT by RELAT_1:def 19;
    then reconsider f1 = f as sequence of IR by FUNCT_2:6;
    f1 is finite-Support by Lm1,ALGSEQ_1:def 1;
    hence thesis;
  end;
