I'm trying to prove that $\bigcap\limits_{P\in \mathcal{P}}P\subseteq Nil(R)$, where $R$ is a commutative unital ring and $\mathcal{P}$ is a collection of prime ideals of $R$.
Suppose $a\not\in Nil(R)$ and let $\mathcal{S}=\{I: I \text{ is an ideal of $R$, such that } I\ne R, a^n\not\in I \text{ for all $n>0$} \}$. Then $\mathcal{S}$ is non-empty because $0\in Nil(R)$, so $0\in I$ for some $I\in \mathcal{S}$, thus $\langle 0\rangle\in \mathcal{S}$. Also, by Zorn's Lemma, since $R$ is an upper bound for any chain in the poset $(\mathcal{S}, \subseteq)$, there exists a maximal set $M\in \mathcal{S}$ (which, I think, must be an ideal, since $\mathcal{S}$ is a collection of ideals).
Now the part I don't get. I need to prove in this part that $x,y\not\in M$ implies that $\exists n,m>0$ such that $a^n\in M\cup\{x\}$ and $a^m\in M\cup\{y\}$. We know that, since $x,y\not\in M$ and $\mathcal{S}$ contains only sets with nilpotent elements, and $M$ is maximal (and it is related to all other sets in $\mathcal{S}$ by inclusion), then $a^n$ must be equal to $x$ and $a^m$ must be equal to $y$, and that $x,y$ must be non-nilpotent. But here's the part I don't understand:
- How can it possibly be the case that for two arbitrary $x$ and $y$, there must necessarily exist some element $a$ such that $a^n=x$ and $a^m=y$? What is the mystery here?
"Lemma — Suppose a partially ordered set P has the property that every chain has an upper bound in P. Then the set P contains at least one maximal element."
This must imply that every chain in $P$ is finite.
– sequence Mar 19 '17 at 00:15After egreg's pointing out that $a$ is just a single element, not "every element", I could prove the theorem almost easily, except that I couldn't prove that $\exists n,m >0$ such that $x=a^n$, $y=a^m$ if $x,y\not\in M$. In fact, I argued in that part that if $x\not\in M$ then $x\in R\backslash M$, but consider $p\in R\backslash M$ such that $p\ne a$ is prime or irreducible, and let $x:=ap$, then $x\ne a^n$. Maybe I missed some detail, but that's the way I saw it then.
– sequence Mar 20 '17 at 03:43