I am trying to figure out the derivation of: $(\exists x)Px \vdash -(\forall x)-Px$
This is my thought process so far is to establish a contradiction on Px and -Px, but i'm struggling with an assumption to contradict to get.
Here's my though process so far:
$ (\exists x) Px\\ -Px\\ Px \wedge -Px\\ contradiction? $
But Im not quite sure how to go from a contradiction on that to $-(\forall x)-Px$, I feel like it would just get me back to $--Px$.
Can anyone provide any suggestions or assistance on how to proceed?
$\def\fitch#1#2{~~~~\begin{array}{|l} #1 \\\hline #2\end{array}}$ That is almost correct, but a negation introduction subproof require assumption of the position you seek to negate.
That is: assume $\forall x~\lnot P(x)$.