Boolean Laws For Boolean Mathematics
Annulment
A + 1 = 1
A . 0 = 0
Identity
A + 0 = A
A . 1 = A
Idempotent
A + A = A
A . A = A
Double Negation
A̅̅ = A
Complement
A + A̅ = 1
A . A̅ = 0
Commutative
A + B = B + A
A . B = B . A
De Morgon's Theory
A̅+̅B̅ = A̅ + B̅
A̅ .̅B̅ = A̅ + B̅
Distributive
A (B + C) = AB + AC
A + (B . C) = (A + B) (A + C)
Absorptive
A + (A. B) = A
A (A + B) = A
Associative
A + B + C = (A + B) + C = A + B + C
A . B . C = (A . B) . C = A . B . C
This is unknown law i found in here. (If this law has name pleas be kind and teach me.
Unknown 1
A + A̅ B = A + B
A . (A̅ +B) = A . B
My Question : are these all Boolean laws that i would learn to solve Boolean mathematics? or there are another Boolean Laws that i missed? If there have please teach me.