The supporting lemma: $$ ((p \land q) \Rightarrow r) \Leftrightarrow(q \Rightarrow(\neg p \lor r)) $$
\begin{align} &(p \land q) \Rightarrow r && \text{Start} \\ &p\rightarrow(q\rightarrow r) && \text{given (outside source)} \\ &\neg p \lor (q\rightarrow r) && \text{implication} \\ &\neg p \lor (\neg q \lor r) && \text{implication} \\ &(\neg p \lor \neg q) \lor r && \text{associative} \\ &(\neg q \lor \neg p) \lor r && \text{commutative} \\ &\neg q \lor (\neg p \lor r) && \text{associative} \\ &\neg q \lor (\neg p \lor r) && \text{associative} \\ &q \rightarrow(\neg p \lor r) && \text{implication} \end{align}
Is to be used to prove the distributive property, where the distributive property is written as:
$$ a \land (b \lor c) \Rightarrow (a \land b) \lor (a \land c) $$
$$ a \lor (b \land c) \Rightarrow (a \lor b) \land (a \lor c) $$