3

I'm training to prove this statement , but first I need to know if this statement can be proved in :

1 - both in classical and Intuitionistic logic ( in this case i need to provide demonstration in Intuitionistic logic )

2 - classical logic but not Intuitionistic logic ( in this case i need to provide a Kripke Counter-Models )

3 - not provable in either classic and Intuitionistic logic ( in this case i need to provide a classic Counter-Models )

My question is how to distinguish if a statement is provable in one of this cases ?

PS : I know the Intuitionistic logic doesn't allow the elimination of double negation

$ \neg ( \neg \alpha \wedge \neg \neg \alpha ) $

ZEE
  • 193
  • 1
    The question is trick", because it alludes to the intuitionistically "forbidden" doble negation elimination rule; but we do not need it to see that $\lnot \alpha \land \lnot \lnot \alpha$ is a contradiction : thus, its negation must be valid. – Mauro ALLEGRANZA Apr 26 '15 at 08:22
  • 1
    You can prove it in Natural Deduction assuming : 1) $¬α∧¬¬α$, deriving by $\land$-eliminartion both : 2) $¬α$ and 3) $¬¬α$ , i.e. $\lnot \alpha \to \bot$; deriving 4) $\bot$ from 2) and 3) by $\to$-elimination and finally : 5) $(¬α∧¬¬α) \to \bot$, i.e. $¬(¬α∧¬¬α)$ from 1) and 4) by $\to$-introduction. All the rules used are intuitionistically valid (no RAA, EM or Double Negation). – Mauro ALLEGRANZA Apr 26 '15 at 12:04

3 Answers3

8

This statement can be proved in minimal logic. When you rewrite the negations as implications in the usual way, the statement is $$ ((\alpha \to \bot) \land ((\alpha \to \bot) \to \bot) \to \bot $$ which is really of the form $$ (X \land X \to Y) \to Y $$ which is just a form of modus ponens. The provability of the statement has nothing to do with negation, really, apart from rewriting the negations as implications in the usual way.

Carl Mummert
  • 81,604
  • 1
    @ZeRubeus As the name suggests minimal logic has fewer rules even then intuitionistic logic, and the given proof is therefore valid in both deduction systems. – Marc van Leeuwen Apr 26 '15 at 05:11
2

For every proposition $P$, the deduction that $P\land\lnot P\to\bot$, that is, that $\lnot(P\land\lnot P)$, is simply applying modus ponens, therefore intuitionistically valid; this is because $\lnot P$ just means $P\to\bot$. Apply this for $P=\lnot\alpha$.

0

Hint: Assume $\neg\alpha \wedge \neg\neg \alpha$, derive a contradiction. Does the resulting proof requires some use of the double negation elimation rule?