Boolean algebra, my first experience.

Today I returned a bit too late from FIITJEE considering that I had to give the evaluation forms to my teachers. After returning home, I picked up a book titled “An Unusual Algebra” by I.M. Yaglom. It is an excellent work that introduces Boolean algebra. I have finished half the book. Here is what I learned:

2 + 3 = 5

3 + 4 = 7

If we have sets like A, B and C and if we define addition to be union, and multiplication to be intersection, then we have the following properties associated with the operations addition and multiplication:

1. Commutative property:

A + B = B + A or A + C = C + A or B + C = C + B

AB = BA or AC = CA or BC = CB

2. Associative propery:

(A + B) + C = A + (B + C)

(AB)C = A(BC)

3. Distributive property:

(A + B)C = AC + BC

(A + C)(B + C) = AB + C

4. Idempotent property:

AA = A, BB = B and CC = C

A + A = A, B + B = B and C + C = C

So we go on to state that the operation “addition” and “multiplication” are to have the above properties and if we go on to apply this operation “addition” to a set of numbers {0, 1}, then we have the following:

0 + 1 = 1

0 + 0 = 0

1 + 1 = 1

1 + 0 = 1

Now these satisfy the properties stated above. There’s Boolean algebra in a nutshell.

I was then musing that those properties that we stated for sets form the peoperties for operations in Boolean algebra. However I did find a catch in that. We have what is known as the Identity element for addition and multiplication, 0 and 1 respectively. But there is no such set X such that X + A = A or XA = A. If there were such a set, it would be the superset of every set. There you go.

I need to learn a bit more. I will be posting more about this book here. Till then, goodbye


About this entry