Two - Valued - Boolean Algebra
Two - Valued - Boolean Algebra
x+y = y+x, x · y = y · x
4. Distributive of (.) over (+), and (+) over (.)
AND OR NOT
x y x .y x y x+y x x’
0 0 0 0 0 0 0 1
0 1 0 0 1 1 1 0
1 0 0 1 0 1
1 1 1 1 1 1
Verify Huntington postulates are valid for the set B = {0, 1}with the two binary
operators (+) and (.)
1.Closure is obvious from the tables since the result of each operation is either 1 or
0 and 1, 0 B.
3.The commutative laws are obvious from the symmetry of the binary operator
tables.
x. x. (x . y)+
x y z y+z x . (y+z)
y z (x . z)
0 0 0 0 0 0 0 0
0 0 1 1 0 0 0 0
0 1 0 1 0 0 0 0
0 1 1 1 0 0 0 0
1 0 0 0 0 0 0 0
1 0 1 1 1 0 1 1
b. The distributive law of + over • can be shown to hold true by means of a truth table
1 to1the one
similar 0 above.
1 1 1 0 1
1 1 1 1 1 1 1 1
5. Complement
x+x'=1 → 0+0'=0+1=1; 1+1'=1+0=1
x.x'=0 → 0.0'=0.1=0; 1.1'=1.0=0