I need to show that $(\phi \rightarrow \psi), (\phi \rightarrow \neg \psi) \vdash \neg \phi$ using the axioms: For any formula $\psi,\theta, \phi$ $$ 1.:(\psi \rightarrow (\theta \rightarrow \psi))$$ $$2.:(\psi \rightarrow (\phi\rightarrow\theta)) \rightarrow((\psi\rightarrow\phi)\rightarrow(\psi\rightarrow\theta)))$$ $$3.: ((\neg \psi \rightarrow \neg \theta) \rightarrow (\theta \rightarrow \psi))$$
I'm allowed to use Thinning Rule, Contradiction and Deduction.
Looking at this, I'm thinking this has to be by contradiction. But I have no idea how to start this.
Can anyone please help me? Thank you!
In your previous post you have proved Double Negation elimination :
with axioms 1 and 3; so we assume that we can use it.
We assume also the Proof by contradiction theorem :
Proof
1) $(φ → ψ)$ --- assumed
2) $(φ → ¬ψ)$ --- assumed
3) $\vdash \lnot \lnot φ → φ$ --- DN
4) $(φ → ψ), \lnot \lnot φ \vdash ψ$ - from 3) by modus ponens
5) $(φ → ¬ψ), \lnot \lnot φ \vdash ¬ψ$ - from 3) by modus ponens
Now we apply Thinning and then Proof by contradiction to 4) and 5) with $\Gamma = \{ (φ → ψ), (φ → ¬ψ) \}$ to derive :