Unit 5-Part2-Boolean Algebra
Unit 5-Part2-Boolean Algebra
A B Y=A+B B A Y=B+A
0 0 0 0 0 0
0 1 1 0 1 1
1 0 1 1 0 1
1 1 1 1 1 1
B A
A B Y=A.B B A Y=B.A
0 0 0 0 0 0
0 1 0 0 1 0
1 0 0 1 0 0
1 1 1 1 1 1
A B
B C
C A
A B C A+B (A+B)+C A B C B+C A+(B+C)
0 0 0 0 0 0 0 0 0 0
0 0 1 0 1 0 0 1 1 1
0 1 0 1 1 0 1 0 1 1
0 1 1 1 1 0 1 1 1 1
1 0 0 1 1 1 0 0 0 1
1 0 1 1 1 1 0 1 1 1
1 1 0 1 1 1 1 0 1 1
1 1 1 1 1
BEEE-Unit
1
5-Dr. Leena G.
1 1 1 1138
5
Boolean Algebra
Proof:
(A.B).C A.(B.C)
A B
B C C A
B A A
C
(A+B)
A B C BC A+BC A B C A+B A+C
(A+C)
0 0 0 0 0 0 0 0 0 0 0
0 0 1 0 0 0 0 1 0 1 0
0 1 0 0 0 0 1 0 1 0 0
0 1 1 1 1 0 1 1 1 1 1
1 0 0 0 1 1 0 0 1 1 1
1 0 1 0 1 1 0 1 1 1 1
1 1 0 0 1 1 1 0 1 1 1
1 9/10/201 14
8 1 1 1 1 1 1 1 1 1 41
DeMorgan’s Theorems
First theorem 𝐴 + 𝐵 = 𝐴 ∙ 𝐵
This theorem states that the complement of a sum of
variables is equal to the product of their individual
complements.
What it means is that the complement of two or
more variables ORed together, is the same as the
AND of the complements of each of the individual
variables.
This law can be extended to any number of variables.
13
First theorem 𝐴+𝐵 =𝐴∙𝐵
A B 𝐴 𝐵 𝐴 𝐵
A B A+B 𝐴+𝐵
0 0 0 1 0 0 1 1 1
0 1 1 0 0 1 1 0 0
1 0 0 1 0
1 0 1 0
1 1 0 0 0
1 1 1 0
14
DeMorgan’s Theorems
Second theorem 𝐴∙𝐵 =𝐴+𝐵
This theorem states that the complement of a
product of variables is equal to the sum of their
individual complements.
What it means is that the complement of two or
more variables ANDed together, is the same as the
OR of the complements of each of the individual
variables
15
Second theorem 𝐴 ∙ 𝐵 = 𝐴 + 𝐵
A B 𝐴 𝐵 𝐴 +𝐵
A B AB 𝐴∙𝐵
0 0 0 1 0 0 1 1 1
0 1 0 1 0 1 1 0 1
1 0 0 1 1
1 0 0 1
1 1 0 0 0
1 1 1 0
16
BEEE-Unit 5-Dr. Leena G. 17
Boolean Algebra Theorems