Appendix B Alternative proof systems

In formulating our natural deduction system, we treated certain rules of natural deduction as basic, and others as derived. However, we could equally well have taken various different rules as basic or derived. We will illustrate this point by considering some alternative treatments of disjunction, negation, and the quantifiers. We will also explain why we have made the choices that we have.

B.1 Alternative disjunction elimination

Some systems take DS as their basic rule for disjunction elimination. Such systems can then treat the E rule as a derived rule. For they might offer the following proof scheme:

Line number
Subproof level
Formula
Justification
m
0
𝒜
i
open subproof, 1
𝒜
AS
j
1
𝒞
k
close subproof, open subproof, 1
AS
l
1
𝒞
n
close subproof, 0
𝒜𝒞
I ij
n+1
0
𝒞
I kl
n+2
open subproof, 1
¬𝒞
AS
n+3
open subproof, 2
𝒜
AS
n+4
2
𝒞
E n+3, n
n+5
2
¬E n+2, n+4
n+6
close subproof, 1
¬𝒜
¬I n+3n+5
n+7
1
DS m, n+6
n+8
1
𝒞
E n+7, n+1
n+9
1
¬E n+2, n+8
n+10
close subproof, 0
𝒞
IP n+2n+9

So why did we choose to take E as basic, rather than DS?11 1 P. D. Magnus’s original version of this book went the other way. Our reasoning is that DS involves the use of ‘¬’ in the statement of the rule. It is in some sense ‘cleaner’ for our disjunction elimination rule to avoid mentioning other connectives.

B.2 Alternative negation rules

Some systems take the following rule as their basic negation introduction rule:

Line number
Subproof level
Formula
Justification
m
open subproof, 1
𝒜
AS
n1
1
n
1
¬
  
close subproof, 0
¬𝒜
¬I* mn

and a corresponding version of the rule we called IP as their basic negation elimination rule:

Line number
Subproof level
Formula
Justification
m
open subproof, 1
¬𝒜
AS
n1
1
n
1
¬
  
close subproof, 0
𝒜
¬E* mn

Using these two rules, we could we could have avoided all use of the symbol ‘’ altogether.22 2 Again, P. D. Magnus’s original version of this book went the other way. The resulting system would have had fewer rules than ours.

Another way to deal with negation is to use either LEM or DNE as a basic rule and introduce IP as a derived rule. Typically, in such a system the rules are given different names, too. E.g., sometimes what we call ¬E is called I, and what we call X is called E.33 3 The version of this book due to Tim Button goes this route and replaces IP with LEM, which he calls TND, for “tertium non datur.”

So why did we chose our rules for negation and contradiction?

Our first reason is that adding the symbol ‘’ to our natural deduction system makes proofs considerably easier to work with. For instance, in our system it’s always clear what the conclusion of a subproof is: the sentence on the last line, e.g.,  in IP or ¬I. In ¬I* and ¬E*, subproofs have two conclusions, so you can’t check at one glance if an application of them is correct.

Our second reason is that a lot of fascinating philosophical discussion has focussed on the acceptability or otherwise of indirect proof IP (equivalently, excluded middle, i.e., LEM, or double negation elimination DNE) and explosion (i.e., X). By treating these as separate rules in the proof system, you will be in a better position to engage with that philosophical discussion. In particular: having invoked these rules explicitly, it would be much easier for us to know what a system which lacked these rules would look like.

This discussion, and in fact the vast majority of mathematical study on applications of natural deduction proofs beyond introductory courses, makes reference to a different version of natural deduction. This version was invented by Gerhard Gentzen in 1935 as refined by Dag Prawitz in 1965. Our set of basic rules coincides with theirs. In other words, the rules we use are those that are standard in philosophical and mathematical discussion of natural deduction proofs outside of introductory courses.

B.3 Alternative quantification rules

An alternative approach to the quantifiers is to take as basic the rules for I and E from chapter 36, and also two CQ rules which allow us to move from 𝓍¬𝒜 to ¬𝓍𝒜 and vice versa.44 4 Warren Goldfarb follows this line in Deductive Logic, 2003, Hackett Publishing Co.

Taking only these rules as basic, we could have derived the I and E rules provided in chapter 36. To derive the I rule is fairly simple. Suppose 𝒜 contains the name 𝒸, and contains no instances of the variable 𝓍, and that we want to do the following:

Line number
Subproof level
Formula
Justification
m
0
𝒜(𝒸𝒸)
k
0
𝓍𝒜(𝓍𝒸)

This is not yet permitted, since in this new system, we do not have the I rule. We can, however, offer the following:

Line number
Subproof level
Formula
Justification
m
0
𝒜(𝒸𝒸)
m+1
open subproof, 1
¬𝓍𝒜(𝓍𝒸)
AS
m+2
1
𝓍¬𝒜(𝓍𝒸)
CQ m+1
m+3
1
¬𝒜(𝒸𝒸)
E m+2
m+4
1
¬E m+3, m
m+5
close subproof, 0
𝓍𝒜(𝓍𝒸)
IP m+1m+4

To derive the E rule is rather more subtle. This is because the E rule has an important constraint (as, indeed, does the I rule), and we need to make sure that we are respecting it. So, suppose we are in a situation where we want to do the following:

Line number
Subproof level
Formula
Justification
m
0
𝓍𝒜(𝓍𝓍)
i
open subproof, 1
𝒜(𝒸𝒸)
AS
j
1
k
close subproof, 0

where 𝒸 does not occur in any undischarged assumptions, or in , or in 𝓍𝒜(𝓍𝓍). Ordinarily, we would be allowed to use the E rule; but we are not here assuming that we have access to this rule as a basic rule. Nevertheless, we could offer the following, more complicated derivation:

Line number
Subproof level
Formula
Justification
m
0
𝓍𝒜(𝓍𝓍)
i
open subproof, 1
𝒜(𝒸𝒸)
AS
j
1
k
close subproof, 0
𝒜(𝒸𝒸)
I ij
k+1
open subproof, 1
¬
AS
k+2
1
¬𝒜(𝒸𝒸)
MT k, k+1
k+3
1
𝓍¬𝒜(𝓍𝓍)
I k+2
k+4
1
¬𝓍𝒜(𝓍𝓍)
CQ k+3
k+5
1
¬E k+4, m
k+6
close subproof, 0
IP k+1k+5

We are permitted to use I on line k+3 because 𝒸 does not occur in any undischarged assumptions or in . The entries on lines k+4 and k+1 contradict each other, because 𝒸 does not occur in 𝓍𝒜(𝓍𝓍).

Armed with these derived rules, we could now go on to derive the two remaining CQ rules, exactly as in chapter 40.

So, why did we start with all of the quantifier rules as basic, and then derive the CQ rules?

Our first reason is that it seems more intuitive to treat the quantifiers as on a par with one another, giving them their own basic rules for introduction and elimination.

Our second reason relates to the discussion of alternative negation rules. In the derivations of the rules of I and E that we have offered in this section, we invoked IP. But, as we mentioned earlier, IP is a contentious rule. So, if we want to move to a system which abandons IP, but which still allows us to use existential quantifiers, we will want to take the introduction and elimination rules for the quantifiers as basic, and take the CQ rules as derived. (Indeed, in a system without IP, LEM, and DNE, we will be unable to derive the CQ rule which moves from ¬𝓍𝒜 to 𝓍¬𝒜.)