1

I am trying to prove that if $I$ is an ideal of $\mathbb{Z}[x]$ then $I$ is generated by $x$ and the least positive integer in $I$. But I need help in finishing the proof.

If there are no positive integers, i.e., constant polynomials (other than $0$, of course) in $I$ then $I=(x)$. Otherwise, let $a$ be the least positive integer present in $I$.

Let $p(x)=a_n x^n + a_{n-1} x^{n-1} + \ldots + a_1 x + a_0$ be a polynomial in $I$. It is enough to show that $a$ divides $a_0$ to prove my claim. By the division algorithm, there are integers $q,r$ with $0\le r< a$ such that $a_0 = qa + r$. Thus, $p(x)=a_n x^n + a_{n-1} x^{n-1} + \ldots + a_1 x + qa + r$. Then $r= p(x)-a_n x^n - a_{n-1} x^{n-1} - \ldots - a_1 x - qa$.

Now, if $r$ was in $I$ then we would be done because then $r=0$. But how do I show that $r \in I$?

ashK
  • 3,985

1 Answers1

1

Extended hints. Let $I$ be an ideal of $\Bbb{Z}[x]$.

  • Let $J$ be the set of leading coefficients of polynomials in $I$. Prove that $J$ is an ideal of $\Bbb{Z}$.
  • Because $\Bbb{Z}$ is a PID we have $J=m\Bbb{Z}$ for some integer $m$. Let $p(x)\in I$ be a polynomial with leading coefficient $m$. Assume that $\deg p(x)=n$. Show that every polynomial $f(x)\in I$ can be written in the form $$f(x)=q(x)p(x)+r(x),$$ where $\deg r(x)<n.$
  • Show that the set $$R=\{r(x)\in I\mid \deg r(x)<n\}$$ is a finitely generated abelian group.
  • Conclude that $I$ is a finitely generated ideal.
Jyrki Lahtonen
  • 133,153
  • I couldn't find a proof of this with a quick search. Surely we have done this on our site already, hence CW. It is essentially the standard proof of Hlibert basis theorem. Because $\Bbb{Z}$ is a PID we can cut a few corners. – Jyrki Lahtonen Feb 23 '20 at 06:10