Chapter 19 Additional rules for TFL

In chapter 17, we introduced the basic rules of our proof system for TFL. In this section, we will add some additional rules to our system. Our extended proof system is a bit easier to work with. (However, in chapter 21 we will see that they are not strictly speaking necessary.)

19.1 Disjunctive syllogism

Here is a very natural argument form.

  • Elizabeth is either in Massachusetts or in DC.

  • She is not in DC.

  • She is in Massachusetts.

This is called disjunctive syllogism. We add it to our proof system as follows:

Line number
Subproof level
Formula
Justification
m
0
𝒜
n
0
¬𝒜
  
0
DS m, n

and

Line number
Subproof level
Formula
Justification
m
0
𝒜
n
0
¬
  
0
𝒜
DS m, n

As usual, the disjunction and the negation of one disjunct may occur in either order and need not be adjacent. However, we always cite the disjunction first.

19.2 Modus tollens

Another useful pattern of inference is embodied in the following argument:

  • If Hilary has won the election, then she is in the White House.

  • She is not in the White House.

  • She has not won the election.

This inference pattern is called modus tollens. The corresponding rule is:

Line number
Subproof level
Formula
Justification
m
0
𝒜
n
0
¬
  
0
¬𝒜
MT m, n

As usual, the premises may occur in either order, but we always cite the conditional first.

19.3 Double-negation elimination

Another useful rule is double-negation elimination. It does exactly what it says on the tin:

Line number
Subproof level
Formula
Justification
m
0
¬¬𝒜
0
𝒜
DNE m

The justification for this is that, in natural language, double-negations tend to cancel out.

That said, you should be aware that context and emphasis can prevent them from doing so. Consider: ‘Jane is not not happy’. Arguably, one cannot infer ‘Jane is happy’, since the first sentence should be understood as meaning the same as ‘Jane is not unhappy’. This is compatible with ‘Jane is in a state of profound indifference’. As usual, moving to TFL forces us to sacrifice certain nuances of English expressions.

19.4 Excluded middle

Suppose that we can show that if it’s sunny outside, then Bill will have brought an umbrella (for fear of burning). Suppose we can also show that, if it’s not sunny outside, then Bill will have brought an umbrella (for fear of rain). Well, there is no third way for the weather to be. So, whatever the weather, Bill will have brought an umbrella.

This line of thinking motivates the following rule:

Line number
Subproof level
Formula
Justification
i
open subproof, 1
𝒜
AS
j
1
k
close subproof, open subproof, 1
¬𝒜
AS
l
1
  
close subproof, 0
LEM ij, kl

The rule is sometimes called the law of excluded middle, since it encapsulates the idea that 𝒜 may be true or ¬𝒜 may be true, but there is no middle way where neither is true.11 1 You may sometimes find logicians or philosophers talking about “tertium non datur.” That’s the same principle as excluded middle; it means “no third way.” Logicians who have qualms about indirect proof also have qualms about LEM. There can be as many lines as you like between i and j, and as many lines as you like between k and l. Moreover, the subproofs can come in any order, and the second subproof does not need to come immediately after the first.

To see the rule in action, consider:

P(PD)(P¬D)

Here is a proof corresponding with the argument:

Line number
Subproof level
Formula
Justification
1
0
P
PR
2
open subproof, 1
D
AS
3
1
PD
I 1, 2
4
1
(PD)(P¬D)
I 3
5
close subproof, open subproof, 1
¬D
AS
6
1
P¬D
I 1, 5
7
1
(PD)(P¬D)
I 6
8
close subproof, 0
(PD)(P¬D)
LEM 24, 57

Here is another example:

Line number
Subproof level
Formula
Justification
1
0
A¬A
PR
2
open subproof, 1
A
AS
3
1
¬A
E 1, 2
4
close subproof, open subproof, 1
¬A
AS
5
1
¬A
R 4
6
close subproof, 0
¬A
LEM 23, 45

19.5 De Morgan Rules

Our final additional rules are called De Morgan’s Laws (named after Augustus De Morgan). The shape of the rules should be familiar from truth tables.

The first De Morgan rule is:

Line number
Subproof level
Formula
Justification
m
0
¬(𝒜)
  
0
¬𝒜¬
DeM m

The second De Morgan is the reverse of the first:

Line number
Subproof level
Formula
Justification
m
0
¬𝒜¬
  
0
¬(𝒜)
DeM m

The third De Morgan rule is the dual of the first:

Line number
Subproof level
Formula
Justification
m
0
¬(𝒜)
  
0
¬𝒜¬
DeM m

And the fourth is the reverse of the third:

Line number
Subproof level
Formula
Justification
m
0
¬𝒜¬
  
0
¬(𝒜)
DeM m

These are all of the additional rules of our proof system for TFL.

Practice exercises

A. The following proofs are missing their citations (rule and line numbers). Add them wherever they are required:

  1. 1.
    Line number
    Subproof level
    Formula
    Justification
    1
    0
    W¬B
    2
    0
    AW
    3
    0
    B(JK)
    4
    0
    W
    5
    0
    ¬B
    6
    0
    JK
    7
    0
    K
  2. 2.
    Line number
    Subproof level
    Formula
    Justification
    1
    0
    L¬O
    2
    0
    L¬O
    3
    open subproof, 1
    ¬L
    4
    1
    ¬O
    5
    1
    L
    6
    1
    7
    close subproof, 0
    ¬¬L
    8
    0
    L
  3. 3.
    Line number
    Subproof level
    Formula
    Justification
    1
    0
    Z(C¬N)
    2
    0
    ¬Z(N¬C)
    3
    open subproof, 1
    ¬(NC)
    4
    1
    ¬N¬C
    5
    1
    ¬N
    6
    1
    ¬C
    7
    open subproof, 2
    Z
    8
    2
    C¬N
    9
    2
    C
    10
    2
    11
    close subproof, 1
    ¬Z
    12
    1
    N¬C
    13
    1
    N
    14
    1
    15
    close subproof, 0
    ¬¬(NC)
    16
    0
    NC

B. Give a proof for each of these arguments:

  1. 1.

    EF, FG, ¬FEG

  2. 2.

    M(NM)¬M¬N

  3. 3.

    (MN)(OP), NP, ¬PMO

  4. 4.

    (XY)(XZ), ¬(XD), DMM