22

How do you construct, for each $n\geq 1$, an ideal in $\mathbb Z[x]$ of the form $(a_1,a_2,\dots,a_n)$ with $a_i\in \mathbb Z[x]$ such that it is impossible to have $(b_1,b_2,\dots,b_m)=(a_1,a_2,\dots,a_n)$ with $m<n$ and $b_j\in\mathbb Z[x]$?

Thank you!

Watson
  • 23,793
rad
  • 223
  • 2
  • 5
  • What if you consider the ideal $I = (p, f)$ where $p$ is a prime number and $f$ is an irreducible polynomial mod $p$? –  Feb 17 '12 at 19:55
  • I did a body & title edit. If my edit gets reviewed, then it is worth noting that I changed the title from "Construction of a special ideal" to ``... with least number of generators'' to reflect (my interpretation of) the condition "impossible .. with $m < n$". –  Feb 17 '12 at 19:57
  • Without any extra requirement on the ideal, any principal ideal will work. – bzc Feb 17 '12 at 19:57
  • @BenjaminLim: So something like $(2,x)$? what about for some arbitrary $n$? – rad Feb 17 '12 at 20:00
  • @BrandonCarter: Are you saying that any principal ideal cannot b generated by any fewer elements? – rad Feb 17 '12 at 20:01
  • @rad: Of course: a (nonzero) principal ideal is generated by $1$ element; the only ideal generated buy fewer than $1$ elements is ${0}$. So any nonzero principal ideal is an example of an ideal that is generated by $n$ (with $n=1$) elements, that cannot be generated by fewer than $n$ elements. – Arturo Magidin Feb 17 '12 at 20:05
  • @ArturoMagidin: I can see that, perhaps it's my phrasing, but I am really looking for a general form for an *arbitrary* $n$. So $n$ can equal to $2,3,...$ – rad Feb 17 '12 at 20:10
  • @rad: Your phrasing is still off. What you want is, for each $n\gt 0$, an ideal that is $n$-generated but cannot be $m$-generated with $m\lt n$ (or, "minimally $n$-generated"). "Each" to signal that each $n$ will give a different ideal. – Arturo Magidin Feb 17 '12 at 20:12
  • @ArturoMagidin: Thanks for editing! – rad Feb 17 '12 at 20:25
  • I'm sure everybody is thinking about something like the ideal $$(p^n, p^{n-1}x, p^{n-2}x^2,\ldots,x^n),$$ but how to show that a lower number of generators won't work? Hmm... – Jyrki Lahtonen Feb 17 '12 at 20:49
  • @rad Yes I think you can show that the ideal I stated above cannot be generated by a single element of $\mathbb{Z}[x]$. If it were to be at least it would have to be generated by $g$ a polynomial. But then no way would you get $p \in (g)$ I think. –  Feb 17 '12 at 22:11
  • @BenjaminLim: Thank you, but I think my original phrasing of the question was misleading/unclear. I am actually trying to consider the case for a *general* $n$ – rad Feb 17 '12 at 22:24
  • @rad At least you have it for $n=2$ now! Half a loaf of bread is better than none :D –  Feb 17 '12 at 22:49
  • @BenjaminLim: Indeed, thanks :) Random browsing has led me to this on mathoverflow. It is the solution as suggested by Jyrki above, but even with the hint, I don't understand how to prove that that is the form. Could you help me out? – rad Feb 17 '12 at 22:54
  • @JyrkiLahtonen: I have found this on mathoverflow. It is the solution you suggested. They gave a hint on how to prove your suggestion, but I don't quite understand it still. Perhaps you can? Also, how did you come up with that intuition in the first place? – rad Feb 17 '12 at 22:55
  • @rad I don't understand from the thread what is $I/mI$. What are we viewing the ideal $I$ as and how can I take the quotient of an ideal by another ideal..... –  Feb 17 '12 at 23:07
  • @Benjamin: (i) Ideals of a ring are also modules of a ring; if you view $I$ as a module, then $mI$ is a submodule of $I$, and as such we can take the quotient. (ii) Ideals are rings (without unity) themselves, and so if $mI$ is an ideal of $R$ that is contained in $R$ (it is), then you can take the quotient, just like you can take a quotient $N/M$ of subgroups, with $N,M\triangleleft G$. – Arturo Magidin Feb 18 '12 at 00:53
  • Thanks arturo I was confused about multiplication of elements from the ring but now it's ok : D –  Feb 18 '12 at 02:06
  • @ArturoMagidin: Thanks for the clarification. Would you mind explaining what the argument is in this? MOreover, I don't really understand the connection between vector spaces and ideals, as mentioned. – rad Feb 18 '12 at 09:04
  • @BenjaminLim: Could you help me out with the article now that the definition is clarified? Thanks. – rad Feb 18 '12 at 09:05
  • @rad: The hint had rather bad notation (I didn't realize $m$ was supposed to be an ideal, and not denote the sum of $I$ with itself $m$ times...); They are related because $\mathbb{Z}[x]/(p)\cong \mathbb{Z}_p[x]$, which is a vector space over $\mathbb{Z}_p$, and in vector spaces, we have a very rigid notion of "minimal number of generators" (to wit, the dimension). – Arturo Magidin Feb 18 '12 at 22:51

1 Answers1

14

This is just an elucidation of the hint given in this MO post.

Let $p$ be a prime. The claim is that the ideal $I_n=(p^n, p^{n-1}x, p^{n-2}x^2,\ldots, px^{n-1}, x^{n})$ cannot be generated by fewer than $n+1$ elements.

Claim. $I_n=(p,x)^n$.

Proof of claim. Induction on $n$: if $n=1$, then $I_1=(p,x)$ and we are done.

Assume the result holds for $n$, and let $I_{n+1}=(p^{n+1},p^{n}x,\ldots,px^{n},x^{n+1})$. Then $$I_{n+1} = I_n(p,x) = (p^n,p^{n-1}x,\ldots,px^{n-1},x^n)(p,x);$$ indeed, elements of the right hand side are sums of the form $$\sum_{i=1}^n a_ib_i$$ where $a_i\in (p^n,p^{n-1}x,\ldots,x^n)$ and $b_i\in (p,x)$ for each $i$. If $a_i = k_0p^n + k_1p^{n-1}x + \cdots + k_{n-1}px^{n-1} + x^ng(x)$ and $b_i = \ell_0p + xh(x)$, then the constant term of $a_ib_i$ is congruent to $0$ modulo $p^{n+1}$; the linear term is congruent to $0$ modulo $p^n$; the quadratic term is congruent to $0$ modulo $p^{n-1}$; etc. so $a_ib_i\in I_{n+1}$ for each $i$, hence the sum is in $I_{n+1}$.

Conversely, any element of $I_{n+1}$ can be written as $$b_0p^{n+1}+b_1p^nx + \cdots + b_npx^{n} + x^{n+1}g(x).$$ Since $b_ip^{n+1-i}x^i = (b_ip^{n-i}x^i)p \in (p^n,p^{n-1}x,\ldots,x^n)(p,x)$, each of the first $n+1$ summands lie in the product; and $x^{n+1}g(x) = (x^ng(x))x$, which also lies in the product. Thus, $I_{n+1}$ is contained in the product, giving equality.

By the Induction Hypothesis, $$I_{n+1} = (p^n,p^{n-1}x,\ldots,px^{n-1},x^n)(p,x)= I_n(p,x) = (p,x)^n(p,x) = (p,x)^{n+1}.$$ This proves the claim. $\Box$

Now consider $I_{n}/I_{n+1} = (p,x)^n/(p,x)^{n+1}$. This makes sense, since in general $IJ\subseteq I\cap J\subseteq I$, so $I_{n+1}$ is contained in $I$.

Consider the generators: $p^n\in I_n$ maps to an element of order dividing $p$ in the quotient (since $p^{n+1} = pp^n\in (p,x)^{n+1}$); $p^nx$ likewise maps to an element of order $p$; and so on; every generator of $I_n$ is of order dividing $p$ in the quotient. That means that, as an abelian group, $I_n/I_{n+1}$ is of exponent $p$.

Since we have a finitely generated abelian group of exponent $p$, it is isomorphic, as an abelian group, to a direct sum of copies of the cyclic group of order $p$. The number of cyclic summands is equal to the dimension of $I_n/I_{n+1}$ as a vector space over $\mathbb{F}_p$, the field with $p$ elements.

I claim that the images of the generating set of $I_n$ are linearly independent in $I_n/I_{n+1}$. Indeed, suppose that $\alpha_0,\ldots,\alpha_n\in\mathbb{F}_p$ are such that $$\alpha_0[p^n] + \alpha_1[p^{n-1}x] + \cdots + \alpha_n[x^n] = [0],$$ where $[r]$ denotes the image of $r\in I_n$ in the quotient. Replacing $\alpha_i$ with an integer, $0\leq \alpha_i\lt p$, this amounts to saying that $$\alpha_0p^n + \alpha_1p^{n-1}x + \cdots + \alpha_nx^n \in I_{n+1}.$$ In order for this polynomial to lie in $I_{n+1}$, we need $p^{n+1}|\alpha_0p^n$, $p^n|\alpha_1p^{n-1},\ldots,p|\alpha_n$. Since $\alpha\neq 0$ implies $(p,\alpha_i)=1$ by construction, this is only possible if $\alpha_i=0$ for each $i$. Thus, the images of the generators of $I_n$ are linearly independent in $I_n/I_{n+1}$.

Therefore, $\dim_{\mathbb{F}_p}(I_n/I_{n+1})\geq n+1$. Since the dimension is less than or equal to the size of any generating set for $I_n$, it follows that if $I_n$ can be generated by $m$ elements, then $m\geq n+1$; since we know $I_n$ can be generated by $n+1$ elements, it follows that the minimum size of a generating set for $I_n$ is $n+1$, as desired.

Arturo Magidin
  • 398,050
  • I wonder if this can be modified to work for $(x^n,2x^{n-1},6x^{n-2},30x^{n-3},\dots,(2)(3)(5)\cdots(p_n))$, where the coefficient of $x^{n-k}$ is the product of the first $k$ primes. – Gerry Myerson Feb 18 '12 at 23:27
  • @Gerry: I think it would. – Arturo Magidin Feb 19 '12 at 22:32
  • Where is the claim that $I_n = (p,x)^n$ used in the subsequent argument? I thought the facts $I_{n+1} \subseteq I_n$ and $I_n / I_{n+1}$ having exponent $p$ may be shown directly without using the claim? – hwhm Dec 21 '12 at 15:42
  • The claim is trivial and follows from the definition of the ideal product $I_1 \cdot \dotsc \cdot I_n$ as the smallest ideal containing all products $a_1 \cdot \dotsc \cdot a_n$ with $a_i \in I_i$, neither induction nor sums are needed. What neads more reasoning is the sentence "In order for this polynomial to lie in $I_{n+1}$, we need ...". – Martin Brandenburg Feb 11 '13 at 16:46