Quite often when I am making a natural deduction proof, and I have no fixed idea on how to continue. I find myself thinking:
"lets start with some form of the law of the excluded middle (LEM) and take it from there."
But recently I more and more realise that most proofs can be done simpler and shorter in other ways, even if you may add forms of LEM as one line theorems into a proof. (like in some Fitch setups)
With LEM you standard get into an $ \lor$ elimination proof, (giving two subproofs) while without LEM, you can do the same with a single $\lnot$ introduction subproof.
This made me wonder are there proofs where introducing some form of LEM does shorten the proof?
(off course this is except proofs of the law of excluded middle itself or a closely related theorems like $\forall x (F(x) \lor \lnot F(x)) $)
My question is about "normal" natural deductions containing just the standard introduction and elimination rules for connectives:
- $ \land $ introduction and elimination
- $ \lor $ introduction and elimination
- $ \to $ introduction and elimination
- $ \equiv $ introduction and elimination
- $ \bot $ introduction and elimination
- $ \lnot$ introduction and
- $ \lnot \lnot $ elimination
So without recourse to de DeMorgan laws and other derrived rules.
Sure. There exist natural deduction proofs which have all sorts of irrelevant hypotheses and blow up to thousands, or hundreds of lines long. But, there exist proofs which use the law of the excluded middle which are shorter.
Perhaps better let's consider this formula CCpqCCrqCAprq which can replace the A-elimination rule. We can "commute the antecedents" a few times and obtain CApqCCprCCqrr. Consequently, CCpqCCNpqq is a theorem. Using the law of the excluded middle we can write a proof like this:
But does there exist any natural deduction proof which after introduction the hypophthesis "Cpq" and "CNpq" allows use to deduce "q" in just two more steps? I don't see how such a proof could exist. A proof of CCNpqCCpqq will also take 6 steps here, but without the law of the excluded middle, I don't see how you could find a shorter proof. So, it almost surely holds that the law of the excluded middle can sometimes lead to the shortest proof of a theorem.