logo

Boolean Ring 📂Abstract Algebra

Boolean Ring

Definition 1

Let’s call RR a ring.

  1. If rRr \in R satisfies r2=rr^2 = r, then rr is called an Idempotent Element.
  2. If all elements of RR are idempotent, RR is called a Boolean Ring.

Explanation

Although ‘Boolean ring’ could be translated phonetically in Korean, the term sounds awkward, hence the English pronunciation was used directly.

The property of projection in linear algebra is known to be very useful, needless to say in generalized abstract algebra.

The most famous example of a Boolean ring is, of course, what is also referred to as ‘Boolean algebra’ ({True,False},OR,AND) (\left\{ \text{True}, \text{False} \right\} , \text{OR}, \text{AND} ) As well-known True AND True=TrueFalse AND False=False \text{True AND True} = \text{True} \\ \text{False AND False} = \text{False} thus, this ring becomes a Boolean ring. A more familiar example for mathematicians is Z2\mathbb{Z}_{2}, which, of course, is isomorphic to the Boolean ring.

Meanwhile, the following property of the Boolean ring is known.

Theorem

The Boolean ring is a commutative ring.

Proof

For the Boolean ring RR, if a,bRa, b \in R then (a+b)R(a+b) \in R and (a+b)2=(a+b) (a + b)^2 = (a+b) by the distributive law (a+b)2=(a+b)a+(a+b)b=a2+ba+ab+b2=(a+b) (a + b)^2 = (a+b)a + (a+b)b = a^2 + ba + ab + b^2 = (a+b) a2=aa^2 = a and b2=bb^2 = b hence a+ba+ab+b=a+b a+ ba + ab + b = a+ b aa and bb exist as additive inverses, thus summarizing ba+ab=0 ba +ab = 0 Adding the inverse (ba)(-ba) of baba to both sides gives ab=baab = -ba hence ab=(ab)2=(ba)2=(ba)2=ba ab = (ab)^2 = (-ba)^2 = (ba)^2 = ba

See Also


  1. Fraleigh. (2003). A first course in abstract algebra(7th Edition): p176. ↩︎