I need to prove the following expression is a tautology using propositional logic laws.
My current working out is as follows [not sure if it is correct]:
$$(p \land q)\land ( \lnot p \lor r) \rightarrow (q \lor r)$$
Taking the LHS: $(p \land q) \land (\lnot p \lor r)$
$( (p \land q) \land \lnot p) \lor ( (p \land q) \land r)$ [Using distributive law]
$( (p \land \lnot p) \land q) \lor ( (p \land q) \land r)$ [Using associative law]
$( F \land q) \lor ( (p \land q) \land r)$ [Using complement law]
$F \lor ( (p \land q) \land r)$ [Using identity law]
This is where I get stuck. Is this the correct working so far? What other laws am I missing to prove the expression is a tautology?
First note that $$F \lor ( (p \land q) \land r)=p \land q \land r$$ Then recall that How to prove that $P \rightarrow Q$ is equivalent with $\neg P \lor Q $?
Hence, from your work, $$(p \land q)\land ( \lnot p \lor r) \rightarrow (q \lor r)$$ is equivalent to $$\lnot(p \land q \land r)\lor (q \lor r)$$ that is, by using De Morgan's laws, $$(\lnot p \lor \lnot q \lor \lnot r) \lor (q \lor r)=\lnot p \lor (\lnot q \lor q) \lor (\lnot r\lor r)=T.$$