I need to prove that given $$ f_1 = c + a'd' + bd' \quad\text{and}\quad f_2 = a'b'd' + a'bd' + ab'c + abd' $$ that $f_1 = f_2$. How do I manipulate $f_2$ to be exactly like $f_1$? I have tried a lot with no success. Thanks.
2026-04-04 02:44:53.1775270693
Basic boolean prove
62 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Assuming that $+$, $\cdot$ and $'$ stand for the logical OR, AND and NOT operations respectively, then $f_1 \neq f_2$. Try for example $(a,b,c,d) = (0,0,1,1)$.
Tip: When you fail to prove something, try to disprove it. You will either succeed or hopefully get an idea why you can't (so then you can go on and prove it).