In Boolean algebra, certain theorems help simplify and analyze Boolean expressions, similar to algebraic theorems in traditional mathematics. These theorems are foundational for understanding and manipulating digital logic circuits.
Theorem Number
Theorem
Description
1.1
( A + 0 = A )
The identity law for addition. Adding 0 to any variable ( A ) leaves ( A ) unchanged.
1.2
( A \cdot 1 = A )
The identity law for multiplication. Multiplying any variable ( A ) by 1 leaves ( A ) unchanged.
1.3
( A + 1 = 1 )
The domination law for addition. Adding 1 to any variable ( A ) results in 1.
1.4
( A \cdot 0 = 0 )
The domination law for multiplication. Multiplying any variable ( A ) by 0 results in 0.
1.5
( A + A = A )
The idempotent law for addition. Adding a variable ( A ) to itself results in ( A ).
1.6
( A \cdot A = A )
The idempotent law for multiplication. Multiplying a variable ( A ) by itself results in ( A ).
1.7
( A + \overline{A} = 1 )
The complement law for addition. A variable ( A ) OR-ed with its complement ( \overline{A} ) results in 1.
1.8
( A \cdot \overline{A} = 0 )
The complement law for multiplication. A variable ( A ) AND-ed with its complement ( \overline{A} ) results in 0.