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...
It states that when the sum is performed between a variable and its complement, the result is 1. Likewise, when a multiplication is performed between a variable and its complement, the result is zero.
i.e.,
➡ A + A' = 1
➡ A.A' = 0
Proof:
Hence, A + A' = 1 & A.A' = 0.