<?xml version="1.0" encoding="UTF-8"?>

<record version="21" id="2602">
 <title>Boolean ring</title>
 <name>BooleanRing</name>
 <created>2002-02-24 15:36:16</created>
 <modified>2008-12-06 13:03:41</modified>
 <type>Definition</type>
 <creator id="2760" name="yark"/>
 <author id="2760" name="yark"/>
 <author id="3" name="drini"/>
 <classification>
	<category scheme="msc" code="06E99"/>
	<category scheme="msc" code="03G05"/>
 </classification>
 <related>
	<object name="Idempotency"/>
	<object name="BooleanLattice"/>
	<object name="BooleanIdeal"/>
 </related>
 <preamble>\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}

\newcommand{\Z}{\mathbb{Z}}</preamble>
 <content>\PMlinkescapeword{boolean}
\PMlinkescapeword{commutative}
\PMlinkescapeword{equivalent}
\PMlinkescapeword{isomorphic}

A \emph{Boolean ring} is a ring $R$ that has a multiplicative identity,
and in which every element is idempotent, that is, 
$$x^2=x\text{ for all }x\in R.$$
Boolean rings are necessarily \PMlinkname{commutative}{CommutativeRing}.
Also, if $R$ is a Boolean ring, then $x=-x$ for each $x\in R$.

Boolean rings are equivalent to Boolean algebras (or \PMlinkname{Boolean lattices}{BooleanLattice}).
Given a Boolean ring $R$, 
define $x \land y = xy$ and $x \lor y = x + y + xy$ and $x'=x+1$
for all $x,y\in R$, 
then $(R,\land,\lor,\phantom{i}',0,1)$ is a Boolean algebra.
Given a Boolean algebra $(L,\land,\lor,\phantom{i}',0,1)$,
define $x\cdot y = x \land y$ and $x + y = (x' \land y) \lor (x \land y')$,
then $(L,\cdot,+)$ is a Boolean ring.
In particular, the category of Boolean rings is isomorphic to the category of Boolean lattices.

\section*{Examples}

As mentioned above, every Boolean algebra can be considered as a Boolean ring. In particular, if $X$ is any set, then the power set ${\cal P}(X)$ forms a Boolean ring, with intersection as multiplication and symmetric difference as addition.

Let $R$ be the ring $\Z_2\times\Z_2$ with the operations being coordinate-wise.
Then we can check:
\begin{eqnarray*}
(1,1)\times(1,1)&amp;=&amp;(1,1)\\
(1,0)\times(1,0)&amp;=&amp;(1,0)\\
(0,1)\times(0,1)&amp;=&amp;(0,1)\\
(0,0)\times(0,0)&amp;=&amp;(0,0)
\end{eqnarray*}
the four elements that form the ring are idempotent. So $R$ is Boolean.</content>
</record>
