I'm trying to show that (P∧R)⇒¬(Q∧¬(P∧R)) is a tautology, which according to Wolfram Alpha it is. However, I'm getting stuck with my calculations, I have some ideas but can't figure out how to apply the rules to achieve my answer.
Show with a calculation that (P∧R)⇒¬(Q∧¬(P∧R)) is a tautology. I have tried:
{Implication}
¬(P∧R)∨¬(Q∧¬(P∧R))
{De Morgan, 2x}
(¬P∨¬R)∨(¬Q∨¬¬(P∧R))
{Double negation}
(¬P∨¬R)∨(¬Q∨(P∧R))
{Associativity}
¬Q∨(¬P∨¬R)∨(P∧R)
{Distributivity}
¬Q∨(P∧(¬P∨¬R))∨(R∧(¬P∨¬R))
{Distributivity, 2x}
¬Q∨(P∧¬P)∨(P∧¬R)∨(R∧¬P)∨(R∧¬R)
I could apply {Contradiction} twice, however don't see where this will help me. I don't really know how to go on from here, so some explanation would be greatly appreciated.
From $\neg Q\lor(\neg P\lor\neg R)\lor(P\land R)$ you can get $\neg Q\lor\big(\neg(P\land R)\lor(P\land R)\big)$, and from there $\neg Q\lor\top$ and then $\top$. (Thus, your first application of De Morgan is unnecessary.)