PlanetMath (more info)
 Math for the people, by the people. Sponsor PlanetMath
Encyclopedia | Requests | Forums | Docs | Wiki | Random | RSS  
Login
create new user
name:
pass:
forget your password?
Main Menu
Viewing Version 18 of 'Boolean ring'
[ view 'Boolean ring' | back to history ]

Title of object: Boolean ring
Canonical Name: BooleanRing
Type: Definition

Created on: 2002-02-24 15:36:16
Modified on: 2004-03-17 05:52:21

Creator: yark
Modifier: yark
Author: yark
Author: drini

Classification: msc:06E99, msc:03G05

Revision comment (for changes between this and next version):

accept a correction

Preamble:

\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}

\newcommand{\Z}{\mathbb{Z}}
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}.

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)$ froms 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)&=&(1,1)\\
(1,0)\times(1,0)&=&(1,0)\\
(0,1)\times(0,1)&=&(0,1)\\
(0,0)\times(0,0)&=&(0,0)
\end{eqnarray*}
the four elements that form the ring are idempotent. So $R$ is Boolean.