I am working on a series of derivations demonstrating the equivalence of negated quantifiers, etc.
I've worked through a bunch, but am stuck on one that seems to have Demorgan's law in it when I get my proof going.
$-(\forall x)(Px \rightarrow -Qx) \vdash (\exists x)(Px \wedge Qx)$
From there, I started with the premise, and then assumed:
$-(\exists x)(Px\wedge Qx)$
And then to:
$-(Pa\wedge Qa)$
From there, I dont really know what steps I should take. I think I would like to get to contradict on each parts of the conjunction and end with showing a contradiction between $-(\forall x)(Px \rightarrow -Qx) \wedge (\forall x)(Px \rightarrow -Qx)$, but without the availability to freely use Demorgan's law, I feel like it would be more work to try to insert a sub-proof to break it apart.
Does anyone have any suggestions or know if I am going about this the right way at all?
My answer assumes that you are able to either assume or to prove that in general
$$(A \implies B) \iff [(-A) \vee B].$$
Using this property, you have
$$-(\forall x)(Px \implies -Qx) \iff -(\forall x)[(-Px) \vee (-Qx)] \iff$$
$$(\exists x)(Px \wedge Qx).$$