Currently I'm stuck on these two problems and currently have no clue on how I'd go about figuring them out. These were previous homework problems.
$p \vee q \rightarrow r \Leftrightarrow (p \rightarrow r) \wedge (q \rightarrow r)$
$(p \rightarrow q) \wedge (q \rightarrow r) \wedge q \Leftrightarrow p \wedge q \wedge r$
I could only get this far with both. How would you go about doing these? And how would I go about approaching these types of problems?
1. \begin{align*} p \vee q \rightarrow r &\Leftrightarrow (p \rightarrow r) \wedge (q \rightarrow r)\\ &\Leftrightarrow (\neg p \vee r) \wedge (\neg q \vee r) &\text{Law of Implication}\\ &\Leftrightarrow (\neg p \vee \neg q) \wedge r &\text{Distributive Laws} \end{align*}
- \begin{align*} &(p \rightarrow q) \wedge (q \rightarrow r) \wedge q \Leftrightarrow p \wedge q \wedge r\\ &(\neg p \vee q) \wedge (\neg q \vee r) \wedge p \text{ via Law of Implication} \end{align*}