I need to prove $(P \lor Q) \land (P \lor R) \vdash P \lor (Q \land R)$ using natural deduction and propositional logic. I should be able to do it using only AND and OR rules, but I am stuck on how to assume $Q$ and $R$. This is what I have:
$(P \lor Q) \land (P \lor R)$ ________premise
$P \lor Q$ ________________^e1___1
$P \lor R$ ________________^e2___1
...$P$__________________assumption
...$P \lor (Q \land R)$ ___________vi1___4
I know this is right so far. I just don't know how to introduce my assumptions for $Q$ and $R$. Do I assume $\neg P$? If so, which rule is applied, and what is the process, to conclude $Q \land R$? Thanks for any help you can give me