I am trying to determine whether the following argument is valid:
P ⇒ ((∼Q) ∧ R)
Q ⇒ (P ∨ R)
therefore P ⇒ R
I have constructed truth tables for each statement. However, I am confused on how to proceed as I have only seen Modus Ponens in its most basic definition.



If you know that $$P \implies (\neg Q \wedge R),$$ then in particular you know
$$P \implies R.$$