I am given the problem of proving:
$p → (q\land r) \equiv (p→q) \land(p→r)$
Using known logical equivalences. I'm not well practiced in transforming logical statements that contain →'s in them into other forms, and i'm at a bit of a loss, so:
What logical equivalences are available the best to use when presented with →'s, as i'm certainly going to see them again soon and which would be best suited to solving my problem.
Thank you!
you simply have $$p → (q\land r) \equiv p'\lor (q\land r)\\ \equiv (p'\lor q) \land(p'\land r)\\ \equiv (p→q) \land(p→r) $$