Boolean Algebra Flashcards
Identity Law
Keeps the variable unchanged when combined with neutral elements: A + 0 = A, A ⋅ 1 = A
Null Law
Combining with dominant elements gives the extreme result: A + 1 = 1, A ⋅ 0 = 0
Idempotent Law
A variable combined with itself gives the same result: A + A = A, A ⋅ A = A
Complement Law
A variable ORed/ANDed with its complement gives totality or null: A + ¬A = 1, A ⋅ ¬A = 0
Distributive Law
AND distributes over OR and vice versa: A ⋅ (B + C) = (A ⋅ B) + (A ⋅ C), A + (B ⋅ C) = (A + B) ⋅ (A + C)
De Morgan’s Theorem
Rules for negating groups: ¬(A ⋅ B) = ¬A + ¬B, ¬(A + B) = ¬A ⋅ ¬B
Absorption Law
Simplifies redundant expressions by absorbing terms: A + (A ⋅ B) = A, A ⋅ (A + B) = A