F6 - Boolean Algebra
F6 - Boolean Algebra
Boolean Algebra
• Boolean algebra is the category of algebra in
which the variable’s values are the truth
values, true and false, ordinarily denoted 1 and
0 respectively.
Boolean Algebra
• The concept of Boolean algebra was first introduced
by George Boole in his book, The Mathematical
Analysis of Logic, and further expanded upon in his
book, An Investigation of the Laws of Thought.
A. B = B. A
A+B=B+A
Laws of Boolean Algebra
• Associative Law
• It states that the order in which the logic operations
are performed is irrelevant as their effect is the same.
( A. B ). C = A . ( B . C )
( A + B ) + C = A + ( B + C)
Laws of Boolean Algebra
• Distributive Law
• Distributive law states the following conditions:
A. ( B + C) = (A. B) + (A. C)
A + (B. C) = (A + B) . ( A + C)
Laws of Boolean Algebra
• AND Law
• These laws use the AND operation. Therefore they are
called AND laws.
A .0 = 0
A.1=A
A. A = A
Laws of Boolean Algebra
• OR Law
• These laws use the OR operation. Therefore they are
called OR laws.
A +0=A
A+1=1
A+A=A
Laws of Boolean Algebra
• Inversion Law
• In Boolean algebra, the inversion law states that
double inversion of variable results in the original
variable itself.
Boolean Algebra Theorems