How do I show $ \neg (P \rightarrow Q) \rightarrow (P ∧ \neg Q) $ in Fitch-style FOL proof system? I've been struggling with this for a few days now.
Thanks for the help!
(I'm pretty sure this property is called Negative Implication or something like that, if anybody knows that'd also be great)
EDIT: I'm not allowed to use Contradiction Elimination. Sorry for not specifying in original post!
EDIT 2: Apparently am allowed so thanks to Manx for the answer and to everybody else for the help!
$$\def\fitch#1#2{\quad\begin{array}{|l}#1\\\hline#2\end{array}} \fitch{0.~~}{\fitch{1.~~\neg(P\to Q)}{\fitch{2.~~\neg P}{\fitch{3.~~P}{4.~~\bot\hspace{10ex}\bot~\text{Intro 2,3}\\5.~~Q\hspace{10ex}\bot~\text{Elim 4}}\\6.~~P\to Q\hspace{6.5ex}\to\text{Intro 3-5}\\7.~~\bot\hspace{13.4ex}\bot~\text{Intro 1,6}}\\8.~~P\hspace{17.2ex}\neg~\text{Intro 2-7}\\\fitch{9.~~Q}{\fitch{10.~~P}{11.~~Q\hspace{11ex}\text{Reit 9}}\\12.~~P\to Q\hspace{5.5ex}\to\text{Intro 10-11}\\13.~~\bot\hspace{12.4ex}\bot~\text{Intro } 1,12}\\14.~~\neg Q\hspace{14.5ex}\neg~\text{Intro 9-13}\\15.~~P\land\neg Q\hspace{9.5ex}\land\text{Intro 8,14}}\\16.~~(1.\to 15.)\hspace{9.5ex}\to\text{Intro 1-15}}$$