$[(P \cup Q) \cap (P \rightarrow R) \cap (\neg Q \cup R)] \rightarrow R $ Logical Equivalences.
$[(P \cup Q) \cap (\neg P \cup R) \cap (\neg Q \cup R)] \rightarrow R$ Logical Equivalences.
$\neg[(P \cup Q) \cap (\neg P \cup R) \cap (\neg Q \cup R)] \cup R$ Logical Equivalences.
$[\neg(P \cup Q) \cup \neg (\neg P \cup R) \cup \neg (\neg Q \cup R)] \cup R$ De Morgan’s Laws.
$(\neg P \cap \neg Q) \cup (P \cap \neg R) \cup (Q \cap \neg R) \cup R$ De Morgan’s Laws.
I'm thinking I can use the distributive property here, but I don't know how I would set that up.
$(\neg P \cup P) \cap (\neg P \cup ¬R) \cap (\neg Q \cup P) \cap (\neg Q \cup \neg R)$ $\leftarrow$ That is as far as I have gotten as I am unsure if I continue to distribute the letters throughout the entire thing or not like this instead:
$(\neg P \cup P \cup Q \cup R) \cap (\neg P \cup \neg R \cup \neg R \cup R) \cap (\neg Q \cup P \cup Q \cup R) \cap (\neg Q \cup \neg R \cup \neg R \cup R).$
Now that I look at it, I think the second way looks correct, but I'm still unsure.
For logical Equivalences, we're only allowed to use P->Q = ~P v Q and P <-> Q = (P -> Q) ^ (Q-> P)
– SqualoredToad Feb 10 '23 at 20:55