I am contemplating on the relation between the above formulae schema in the setting of minimal logic (which is just classical logic stripped of efq and DNE; thus, $\bot$ is just some constant formula) using natural deduction. Note that DS stands for Disjunctive Syllogism.
Firstly, I present the relations I believe I have proven (I will gladly present my proofs if needed1):
- DNE $\implies$ LEM $\implies$ DS $\iff$ efq
- LEM + DS $\implies$ DNE
But then, this means that LEM $\iff$ DNE, without any "explicit" need of efq, which refutes a convincing negative stance that DNE requires LEM + efq, leading to obvious confusion.
Question: I am not at all experienced in logic, and my proofs might be erroneous. Thus, if someone can confirm if the above relations are indeed correct in minimal logic, I will be able to sleep alright. I'd also appreciate if you can say something about the correctness of the other implications.
1Let me show how I seem to have proven LEM $\implies$ DS:
Assume $A\vee B$ and $\neg A$. Goal is $B$. Since we have LEM, the goal becomes $\neg\neg B$. Thus, assume $\neg B$ with the goal of $\bot$. Now that we have $\neg A$ and $\neg B$, we may conclude $\neg(A\vee B)$ (this version of De Margan is easily proven in minimal logic). Denoting $A\vee B$ by $P$, we thus have $P\wedge\neg P$, and since we have $\neg(P\wedge\neg P)$ (again easily proven in minimal logic), we can conclude $\bot$.