For a proof by contradiction, we suppose $P \wedge \forall x \in X: \neg Q(x) \lor \neg R(x)$.
Is the following proof outline sound?
We show that for a particular $a \in X$, chosen and specified,
Assume $P \wedge \neg Qa$ and reach (if any) a contra $A \wedge \neg A$,
Assume $P \wedge \neg Ra$ and reach (if any) a contra $A \wedge \neg A$
while noting that the contra in 1. and 2. have been achieved with the chosen $a \in X$.
The issue that I have is that I’m specifying a particular $a \in X$ a-priori, rather then for any $x \in X$. Is this enough since we have universal quantification?
How I’m understanding it, you’re assuming that some $A$ holds when the negation is true for all $x \in X$, however you have constructed one $a \in X$ for which we can conclude $\neg A$.
Many thanks in advance.
Assume $P$
Assume $\forall x\in X: [\neg Q(x) \lor \neg R(x)]$
Obtain contradiction $A \land \neg A$
Conclude $\neg\forall x \in X: [\neg Q(x) \lor \neg R(x)]$ (discharging 2)
$\exists x\in X: [ Q(x) \land R(x)]$ (from 4)
Conclude $P \implies \exists x\in X: [ Q(x) \land R(x)]$ (discharging 1)