3

I'm supposed to show that

$[(P \implies Q) \land P] \implies Q$ is a tautology.

I used the conditional law $$(P \implies Q) \iff \lnot(P \land \lnot Q)$$ to change this to: $$[(\lnot P \lor Q) \land P] \implies Q.$$

I've reduced this (using the distributive law) to: $$(P\land Q) \implies Q.$$

Is there another law to rid of this implication?

If not, how would I show this is a tautology?

Thank you

dfeuer
  • 9,069
muros
  • 417

3 Answers3

4

Hint: Use the conditional law again.

Cameron Buie
  • 102,994
2

You have $(P \land Q ) \to Q$, which becomes $\lnot(P \land Q) \lor Q$.

Using De Morgan's law, we have $\lnot(P \land Q) = (\lnot P) \lor (\lnot Q)$, so the above becomes $(\lnot P) \lor (\lnot Q) \lor Q) = (\lnot Q) \lor Q$, which is a tautology.

copper.hat
  • 172,524
0

$[(P \implies Q) \land P] \implies Q$ is a tautology.

Because $(P \implies Q) \equiv (\lnot P \lor Q)$

$[(\lnot P \lor Q) \land P] \implies Q$

$(\lnot P \land P) \lor (Q \land P) \implies Q$

Because $(\lnot P \land P)$ always false, then

$(Q \land P) \implies Q$

$\lnot(Q \land P) \lor Q$

$\lnot Q \lor \lnot P \lor Q$

enter image description here

Tian Na
  • 101