theorem Th33:
  (Newton_Coeff k).1 = 1
  proof
    ((1,1) In_Power k).1 = 1
    proof
      thus ((1,1) In_Power k).1 = 1|^k by NEWTON:28
      .= 1;
    end;
    hence thesis by NEWTON:31;
  end;
