Prove, for any element $a$ in a boolean algebra expression, that $a + a = a$. Prove also, for any two elements, $a$ and $b$, of a boolean algebra expression, that $(a * b)' = a' + b'$.
2026-04-01 20:00:36.1775073636
Boolean Algebra Proof for a + a = a and (a * b)' = a' + b'
11.6k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Idempotent law a + a = a
Proof: x + x
= (x + x) • 1
= (x + x) • (x + x')
= x + (x • x')
= x + 0 = x
And for other prove see de-morgan's law.