Back to Index
-
Boolean Algebra is a mathematical representation of logic gates.
-
Any logic circuit can be condensed into Boolean Algebra.
-
Results of a boolean expression can be represented by a truth table.
Example: The expression \(Z = \overline A B + A \overline B\) has the following truth table:
A
|
B
|
Z
|
0
|
0
|
0
|
0
|
1
|
1
|
1
|
0
|
1
|
1
|
1
|
0
|
-
AND function
-
Theorem #1
-
Theorem #2
-
Theorem #3
-
Theorem #4
-
\(X \cdot \overline X = 0\)
-
OR function
-
Theorem #5
-
Theorem #6
-
Theorem #7
-
Theorem #8
-
Invert Function
-
Theorem #9
-
\(\overline{\overline{X}} = X\)
-
Communative Law
-
Theorem #11 (AND Function)
-
\(X \cdot Y = Y \cdot X\)
-
Theorem #12 (OR Function)
-
Associative Law
-
Theorem #13 (AND Function)
-
Theorem #14 (OR Function)
-
\(X + (Y + Z) = (X + Y) + Z\)
-
Distributive Law
-
Theorem #15 (AND Function)
-
Theorem #16 (OR Function)
-
\((X + Y)(W + Z) = XW + XZ + YW + YZ\)
-
Consensus Theorem
-
Theorem #16
-
\(X + \overline X Y = X + Y\)
-
Theorem #17
-
\(\overline X + XY + \overline X + Y\)
-
Theorem #18
-
\(X + \overline X \overline Y = X + \overline Y\)
-
Theorem #19
-
\(\overline X + X \overline Y = \overline X + \overline Y\)
-
DeMorgan's Theorems
-
Theorem #20
-
\(\overline{XY} = \overline X + \overline Y\)
-
Theorem #21
-
\(\overline{X+Y} = \overline X \cdot \overline Y\)
Copyright © 2023 Taylor Kerrihard. All Rights Reserved