Boolean Algebra - Introduction
Introduction The algebra of logic, which deals with the study of binary variables and logical operations, and also manipulates them is known as Boolean Algebra. This makes it possible to tr...
# First Theorem
It states that “The complement of a sum equals to the product of the complements.”
i.e.,
➡ (A + B)’ = A’.B’
# Second Theorem
It states that “The complement of a product is equal to the sum of the complements.”
i.e.,
➡ (A.B)’ = A’ + B’