I'm a beginner in logic, so forgive me for the inevitable incompetence!
I am trying to do a conditional proof with the sequence below, and had hoped to equivocate $\lnot(P \lor Q)$ with $\ (\lnot P \land \lnot Q)$. Do I need an additional subproof to do this?
$Q\leftrightarrow R \vdash \lnot(P \lor Q) \to \lnot (P \lor R)$
I'm also unsure whether I can apply $\land E$ to $(Q\iff\ R)$ and extract $(Q\to R)$ in a single operation, or if it requires multiple steps.
Thanks for any time taken to read my question.






If you want to use $\neg Q$, you can't pull it straight out of $\neg (P\vee Q)$. If you want it, you can infer $\neg P\wedge \neg Q$ by the De Morgan law (DeM).
I'm not a huge fan of pulling apart biconditionals in natural deduction. You can just use $\leftrightarrow E$ to replace one side with the other in a proof. This example is harder, because you want to replace $\neg Q$ with $\neg R$ and those sentences aren't part of the biconditional. The easiest way around it is to assume $R$, derive $\bot$ from it, then infer $\neg R$ by $\neg I$.
Here's my entire proof, when you're ready for it.