How would I simplify / reduce the following equation using boolean identities/proofs? $$a \vee (a \wedge b) = a$$ So far I've used the distributivity identity and got $$(a\vee a) \wedge (a\vee b)$$ I then used the idempotence law to get $$a \wedge (a\vee b)$$ Now I can't think of what to do next.
2026-03-29 17:24:58.1774805098
Boolean Logic - Reduction - $a \vee (a \wedge b) = a$
206 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
You're probably looking for this and not for truth-tables or what I'd written previously:
$$a \lor (a \land b)$$ $$(a \land \top) \lor (a \land b)$$ $$a \land (\top \lor b)$$ $$a \land \top$$ $$a$$