CSCI 255, ENGR 274, ECE 212 -- 29 August, 2000

The Boolean Algebra

History of Boolean Algebra

Laws of Boolean Algebra

Identity α + 0 = α α 1 = α
Annihilation α + 1 = 1 α 0 = 0
Idempotency α + α = α α α = α
Involution (α')' = α
Complementarity α + α' = 1 α α' = 0
Commutativity α + β = β + α α β = β α
Associativity α + (β + γ) = (α + β) + γ α (β γ) = (α β) γ
Distributivity α (β + γ) = α β + α γ α + β γ = (α + β) (α + γ)
de Morgan's law (α + β)' = α' β' (α β)' = α' + β'
absorption α + α β = α α (α + β) = α
α + α' β = α + β α (α' + β) = α β

Duality

Take a Boolean equation. Change AND's to OR's, OR's to AND's, 0's to 1's, and 1's to 0's. The equation still holds.

An example

Prove the uniting theorem, the equivalence of the following

Show the equivalence of the following two Boolean equations