Prime ideal $\implies$ maximal in a Boolean ring

1k Views Asked by At

I want to show that a prime ideal in a non-unital Boolean ring $B$ is maximal ideal.

If the ring contains unity then it is easy. As Boolean rings are commutative, for a prime ideal $P$ the ring $B/P$ is both integral domain aswell as Boolean ring. The only non trivial integral domain and Boolean ring is $\mathbb{Z}_2$ which is a field, so $P$ is maximal in $B$.

But there are Boolean rings without unity. For example consider all the finite subsets of real numbers with symmetric difference and intersection; this is a Boolean ring without unity. (This is also the subring of $\mathcal{P}(\mathbb{R})$, the power set of real numbers under the same operations).

Generally for rings with unity, there is a technique to show that an ideal $I$ is maximal ideal. We consider an ideal which strictly contains $I$ and somehow show that it contains unity, so that it is an improper ideal. In the above case this way doesn't work. I'm looking for a technique which can be applied in a wider settings for similar problems such as in non Commutative rings etc..

2

There are 2 best solutions below

5
On BEST ANSWER

Note that $P$ being prime is the same as $B/P$ being a ring without nontrivial zero divisors, so multiplication by a fixed nonzero element is injective.

We will show that a nonzero boolean ring $B$ without nontrivial zero divisors has a unit, so it is in fact isomorphic to $\mathbb Z/2\mathbb Z$:

Let $j\in B$ be some nonzero element, then $j$ is the multiplicative identity:
For all $x\in B$, we have $xj=xjj$ therefore $x=xj$ (since multiplication by $j$ is injective), similarly we have $jjx=jx$ so $jx=x$. (This also shows that there is only one nonzero element, since the multiplicative identity is unique)

The point is that in a ring with no nontrivial zero divisors, the only idempotent elements are $0$ and the multiplicative identity.

0
On

Here is the elementary proof:

First note that $$\forall x,y \in R:\ xy(x+y)=x^2y +xy^2=xy+xy=0$$

Suppose $I$ is a prime ideal:

$$\forall x,y \not \in I: xy \not \in I $$ but $$xy(x+y)=0 \in I$$ so $$\forall x,y \not \in I: x+y \in I.$$

Suppose $J$ is an ideal that strictly includes $I$. Pick $j \in J$ but $j \not \in I$. $$\forall r \not \in I: r+j \in I \Rightarrow r+j \in J \Rightarrow r \in J.$$ That implies that $J=R$, so $I$ is maximal.