theorem
  len((Newton_Coeff n)|n) = n
  proof
    len (Newton_Coeff n) = n+1 by NEWTON:def 5; then
    n < len (Newton_Coeff n) by NAT_1:13;
    hence thesis by FINSEQ_1:59;
  end;
