What is the identity law (Boolean algebra)?
1.A = A 0+A = A
What is the null law (Boolean algebra)?
0.A = 0 1+A = 1
What is the idempotent law?
A.A = A
A+A = A
What is the inverse law (Boolean algebra)?
A.A’ = 0 A+A’ = 1
What is the communitive law (Boolean algebra)?
A.B = B.A A+B = B+A
What is the involution law (Boolean algebra)?
A’’ = A
What is the distributive law (Boolean algebra)?
A + (B.C) = (A + B).(A + C)
A.(B + C) = A.B + A.C
What is the absorption law (Boolean algebra)?
A.B + A = A
A’.B + A = A+B
What is the associative law (Boolean algebra)?
(A.B).C = A.(B.C) (A+B)+C = A+(B+C)
What is De Morgan’s law (Boolean algebra)?
(A+B)’ = A’.B’ (A.B)’ = A’+B’