My textbook says that the product of two ideals $I$ and $J$ is the set of all finite sums of elements of the form $ab$ with $a \in I$ and $b \in J$. What does this mean exactly? Can you give examples?
-
2The particular case of $I$ and $J$ being principal is easy to understand and could be helpful, see here. – Watson Nov 10 '16 at 20:37
-
So, according to the definition, if $x,y\in AB$ then $x=a_1b_1 + \ldots +a_nb_n$ and $y=a'_1b'_1 + \ldots +a'_mb'_m$? where m and n may be different? – miyagi_do May 20 '18 at 10:57
-
Related: https://math.stackexchange.com/questions/21440 – Watson Nov 30 '18 at 08:19
7 Answers
One would like the product ideal to be $$IJ=\{ij\mid i\in I,j\in J\}$$ but we can easily see that there is a problem. It must be closed under addition, so $ij+i'j'$ must be in $IJ$. Can you find $i''\in I$, $j''\in J$ such that $ij+i'j'=i''j''$ so that it's in $IJ$ as defined above? Not in general, no. The natural way to allow for additive closure is to define $IJ$ as you did, including arbitrary finite sums of products.
- 8,568
- 2
- 24
- 40
-
Can this also be written as $\sum_{i \in I, j \in J} (ij)$? (where $(ij)$ is the ideal generated by $ij$). – user5826 Jun 16 '19 at 17:47
-
@user5826 I believe so, yes. This is because $I=\sum_{i\in I}(i)$, $J=\sum_{j\in J}(j)$, and $(i)(j)=(ij)$. – Akiva Weinberger Aug 21 '24 at 17:54
For a complete answer let me add an example: $I=(2,X)$ and $J=(3,X)$ in $\mathbb Z[X]$. Then $IJ=(6,X)$ (why?), thus $X\in IJ$ and $X$ can't be written as $ij$ with $i\in I, j\in J$ (why?). (Note that if one of the ideals is principal one can't get such an example.)
-
3This is a good example, 1+! Almost the same, of course, works with $R[X,Y]$ and the two ideals $(X,Y)$ and $(1-X,Y)$. Geometrically, $Y$ vanishes on ${(0,0),(1,0)} \subseteq \mathbb{A}^2_R$, but cannot be written as a product of two polynomials which vanish on $(0,0)$ resp. $(1,0)$. Are there $1$-dimensional examples? – Martin Brandenburg Jan 30 '13 at 10:44
-
1A big +1 for actually giving an example of when $IJ$ is not simply the set of all products $ij$. – Pete L. Clark May 09 '13 at 17:10
-
4
-
2
-
1
-
2@user782709 The notation $(n,X)$ denotes the ideal generated by the elements $n, X \in \mathbb{Z}[X]$, i.e. the intersection of all ideals in $\mathbb{Z}[X]$ that contain $n$ and $X$. – Danny Jan 24 '22 at 22:15
Another way to phrase this: The product ideal $IJ$ is the smallest ideal containing all the products of elements of $I$ with elements of $J$.
As for examples: In $\mathbb{Z}$, we have $$\langle a\rangle\langle b\rangle=\langle ab\rangle$$
- 30,884
-
2I like your version better, the other one I can't understand if it means that there can be multiple sums added together, like would $ax+by \in IJ$ if $a,b \in I$ and $x,y \in J$? – Jan 30 '13 at 01:45
-
1@AllisonCameron yes, by (your) definition of the product of two ideals, that sum would be in the product. – ferson2020 Jan 30 '13 at 01:48
-
2Notice that my definition is equivalent, because if an ideal contains some elements, then it contains all their finite sums. :) – pre-kidney Jan 30 '13 at 01:49
Since it was also asked for examples, let me mention how to compute the product of two ideals (beyond the already mentioned principal ideals).
If $I$ is generated by elements $\{a_i\}$ and $J$ is generated by elements $\{b_j\}$, then $I \cdot J$ is generated by the elements $\{a_i \cdot b_j\}$. You can verify this either using the element definition of $I \cdot J$, or using the more elegant definition of $I \cdot J$ as the smallest ideal containing all products.
For example, in $\mathbb{Q}[x,y]$, one computes $(x,y) \cdot (x^2,y^2)=(x^3,x y^2,x^2 y,y^3)$.
In general, one observes that $I \cdot J \subseteq I \cap J$. This is not an equality in general; in the above example the intersection is just $(x,y)$. However, one has (in the commutative case) $\sqrt{I \cdot J} = \sqrt{I \cap J}$.
- 181,922
-
7I wished that abstract algebra books were written with this clarity. Clarity requires mastery of the subject. – nilo de roock Sep 17 '14 at 21:06
-
3Wait, how is the intersection $(x,y)$? Since $(x^2,y^2)\subset (x,y)$, shouldn't $(x,y)\cap (x^2,y^2)=(x^2,y^2)$? – user2154420 Feb 15 '18 at 15:20
The main thing to notice is that it is not always, as a student might first guess, just $\{ab\mid a\in I, b\in J\}$. That works for groups, but in a ring you have two operations going on. Certainly in addition to having all the pairwise products, it would also have to have all possible sums of those products. Otherwise, given $ab$ and $a'b'$, you would be at a loss to write $ab+a'b'$ in the form $a''b''$ (the $a$'s are from $I$, the $b$'s are from $J$).
Just try it out: show that $\{\sum a_ib_i\mid a_i\in I, b_i\in J\}$ (finite sums) forms an ideal. Then show it's the smallest ideal containing the pairwise products.
- 160,592
-
Why is the ideal $IJ$ not $\left{\sum r_ia_ib_i \mid r_i \in R, a_i \in I, b_i \in J\right}$? – user5826 Jun 16 '19 at 17:53
-
2@AlJebr what is the point of writing $r_ia_i$ when it is already in $I$? – rschwieb Jun 16 '19 at 18:04
-
Why only finite sums? If one of the ideals is infinite, then one can form infinitely many sums of sort you mentioned. – Dhiraj Rao Apr 13 '23 at 12:24
-
@DhirajRao Each sum only involves finitely many nonzero terms. I am not talking about how many such sums exist. In the polynomial ring $\mathbb Q[x]$, each element is a finite sum of nonzero monomials, but of course there are infinitely many polynomials. – rschwieb Apr 13 '23 at 13:56
This means that the product $IJ$ is the set of all sums $a_1b_1 + a_2b_2 + ... + a_nb_n$ where $a_1, a_2, ..., a_n \in I$, $b_1, b_2, ..., b_n \in J$.
- 1,066
Here's an example that goes all the way back to Dedekind's favorite pedagogical example of failure of unique factorization in number rings: $(2+\sqrt{-5})(2-\sqrt{-5}) = 9 = (3)(3)$ in $ℤ[\sqrt{-5}]$. The ideals $I=(3,2+\sqrt{-5})$ and $J=(3,2-\sqrt{-5})$ are non-principal ideals with product $(3)$, but if we just multiply elements of $I$ by elements of $J$ we get a proper subset of $(3)$ that's missing 3 itself.
To see why 3 can't be written as an element of $I$ times an element of $J$, it's enough to look at elements of $I$ and $J$ of small norm (where the norm of $a+b\sqrt{-5}$ is $a^2+5b^2$). The nonzero elements of $I$ of smallest norm are $1+\sqrt{-5}$ (with norm 6), $2-\sqrt{-5}$ (with norm 9), and 3 (with norm 9). Likewise, a nonzero element of $J$ must have norm 6 or norm at least 9. So there's no way to multiply nonzero elements of $I$ and $J$ to get something of norm 9, specifically 3.
- 457