Questions tagged [boolean-ring]

Use this tag for questions related to Boolean rings such as the ring of integers modulo $2$ $\mathbb Z/2\mathbb Z$.

A Boolean ring R is a ring for which $x^2 = x$ for all $x\in R$. That is, $R$ consists of idempotent elements only.

Every Boolean ring gives rise to a Boolean algebra with ring multiplication corresponding to conjunction or meet ∧, and ring addition to exclusive disjunction or symmetric difference (not disjunction ∨, which would constitute a semiring).

Examples of Boolean rings include

  • $\mathbb Z/2\mathbb Z$ (AND is multiplication, XOR is addition)
  • the power set of any set X where addition is symmetric difference, and multiplication is intersection, and
  • the set of all finite or co-finite subsets of X, again with symmetric difference and intersection as operations.

More generally, with the operations of the last two examples, any field of sets is a Boolean ring. By Stone's representation theorem, every Boolean ring is isomorphic to a field of sets treated as a ring with those operations.

69 questions
0
votes
1 answer

Is Zero ring a Boolean ring?

I have a simple doubt. Is zero ring a Boolean ring? ( We do have $0 ^2 =0$ ). Or do we assume a Boolean ring to be non-zero?. The doubt came in my mind while showing that in a Boolean ring every prime ideal is maximal.
0
votes
2 answers

A Boolean ring in which if $2a=0$ then $a=0$

In every Boolean ring we have $a^2=a$ for every $a$ in the ring. In some Boolean rings, if $2a=0$ then $a=0$. How to show this ring has just one member? Thanks in advance
Navide
  • 41