I am attempting to complete the proof given here, and am attempting to prove the following:
The other direction is a little harder, and usually we use a lemma: every ideal maximal with respect to being disjoint from a multiplicative subset of R is a prime ideal of R.
I found that I can drop the maximal requirement if I already know that the complement of the multiplicative subset is an ideal. if I do not know that the complement of the multiplicative subset is an ideal, then I need to go for a more complicated proof as sketched here, as far as I can tell.
I am going to prove: Ideal $I$ is prime iff $S \equiv R / I$ is multiplicative.
Part 1: Ideal $I$ is prime $\implies S \equiv R \setminus I$ is multiplicative
A prime ideal $I$ is an ideal such that if $xy \in I$, then $x \in I \lor y \in I$. Now, consider $s_1, s_2 \in S$ (that is, $s_1, s_2 \not \in I$). We wish to show that $s_1 s_2 \in S$ for $S$ to be multiplicative.
For contraditction, assume $s_1 s_2 \not \in S$. Translating to statements in $I$, this means that $s_1 s_2 \in I$. However, if $s_1 s_2 \in I$, since $I$ is prime, we must have $s_1 \in I \lor s_2 \in I$, leading to a contradiction.
Hence, $S$ is a multiplicative subset of $R$.
Part 2: If $I$ is an ideal such that $S \equiv R \setminus I$ is multiplicative, then $I$ is prime.
Let $xy \in I$. For $I$ to be prime, we wish to show that $x \in I$ or $y \in I$.
For contradiction, assume $x \not \in I \land y \not \in I$. Hence, $x, y \in S$. Since $S$ is multiplicative, $xy \in S$. However, $S$ and $I$ are disjoint, hence $xy \not \in I$.
This contradicts our assumption.
Is the proof correct? I think it is, but I am worried that I somehow missed a need for maximality.
am I correct in my understanding of where the maximality is necessary? I feel it would be needed in Part 2 if we did not know that $I$ was an ideal. If the statement had been:
If $I$ is an ideal such that $S \equiv R \setminus I$ is multiplicative, then $I$ is is a prime ideal.
this is not provable, but the statement:
If $I$ is a subset such that $S \equiv R \setminus I$ is a maximal multiplicative subset, then $I$ is a prime ideal.