Kreizhn
- 714
- 1
Homework Statement
Let I,J be ideals in a commutative ring R. Assume that R/(IJ) is reduced (so that it contains no nilpotent elements). Prove that IJ = I \cap J
Homework Equations
For two ideals I and J, we have
IJ = \left\{ a_1 b_1 + \cdots + a_n b_n : a_i \in I, b_i \in J, i=1,\ldots,n \ n \in \mathbb N \right\}
The Attempt at a Solution
I've been thinking about this problem for some time. I think I've narrowed it down to show a small result, but perhaps someone could comment on whether I'm thinking in the right direction.
It seems unlikely that we will be able to use the fact that R/(IJ) is reduced to create a constructive proof, so we move to prove via contradiction. Since it is always true that IJ \subseteq I \cap J let us assume for the sake of contradiction that the inclusion is strict, and show that there is a nilpotent element in R/(IJ).
Now by looking at the definition of the product ideal, it seems that the best choice for a candidate element would be to find two elements s,t \in I \cap J such that (s+t) \in (I \cap J)\setminus IJ if such an element exists (this is what I have yet to prove). Then the projection map \pi: R \to R/(IJ) would yield
\pi(s+t) = (s+t) + IJ \neq IJ
because we chose s+t to not be in IJ. On the other hand
[(s+t) + IJ]^2 = (s+t)^2 +IJ = s^2 + st + ts + t^2 + IJ = IJ
where the equality to IJ follows because s and t are both in I and J, and the ring is commutative. Hence (s+t)^2 + IJ = IJ and so this is a nonzero nilpotent element which is a contradiction.
I think this is all correct. However, I'm a bit stuck on showing that \exists s, t \in I \cap J, (s+t) \in (I\cap J)\setminus IJ. Certainly, we know there exists at least one element, so it remains to show that there is a second, and that we can choose them such that the sum is not in the product ideal. Any thoughts? I'm also open to other suggestions.