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 allows for the removal of brackets from an expression and regrouping of the variables.
i.e.
➡ (A + B) + C = A + (B + C)
➡ (A.B).C = A.(B.C)
Proof:
Hence, (A + B) + C = A + (B + C) & (A.B).C = A.(B.C)