Chapter 20 Proof-theoretic concepts

In this chapter we will introduce some new vocabulary. The following expression:

𝒜1,𝒜2,,𝒜n𝒞

means that there is some proof which ends with 𝒞 whose undischarged assumptions are among 𝒜1,𝒜2,,𝒜n. When we want to say that it is not the case that there is some proof which ends with 𝒞 from 𝒜1, 𝒜2, …, 𝒜n, we write:

𝒜1,𝒜2,,𝒜n𝒞

The symbol ‘’ is called the single turnstile. We want to emphasize that this is not the double turnstile symbol (‘’) that we introduced in chapter 12 to symbolize entailment. The single turnstile, ‘’, concerns the existence of proofs; the double turnstile, ‘’, concerns the existence of valuations (or interpretations, when used for FOL). They are very different notions.

Armed with our ‘’ symbol, we can introduce some more terminology. To say that there is a proof of 𝒜 with no undischarged assumptions, we write: 𝒜. In this case, we say that 𝒜 is a theorem .

𝒜 is a theorem if⁠f 𝒜

To illustrate this, suppose we want to show that ‘¬(A¬A)’ is a theorem. So we need a proof of ‘¬(A¬A)’ which has no undischarged assumptions. However, since we want to prove a sentence whose main logical operator is a negation, we will want to start with a subproof within which we assume ‘A¬A’, and show that this assumption leads to contradiction. All told, then, the proof looks like this:

Line number
Subproof level
Formula
Justification
1
open subproof, 1
A¬A
AS
2
1
A
E 1
3
1
¬A
E 1
4
1
¬E 3, 2
5
close subproof, 0
¬(A¬A)
¬I 14

We have therefore proved ‘¬(A¬A)’ on no (undischarged) assumptions. This particular theorem is an instance of what is sometimes called the Law of Non-Contradiction.

To show that something is a theorem, you just have to find a suitable proof. It is typically much harder to show that something is not a theorem. To do this, you would have to demonstrate, not just that certain proof strategies fail, but that no proof is possible. Even if you fail in trying to prove a sentence in a thousand different ways, perhaps the proof is just too long and complex for you to make out. Perhaps you just didn’t try hard enough.

Here is another new bit of terminology:

Two sentences 𝒜 and are provably equivalent if⁠f each can be proved from the other; i.e., both 𝒜 and 𝒜.

As in the case of showing that a sentence is a theorem, it is relatively easy to show that two sentences are provably equivalent: it just requires a pair of proofs. Showing that sentences are not provably equivalent would be much harder: it is just as hard as showing that a sentence is not a theorem.

Here is a third, related, bit of terminology:

The sentences 𝒜1,𝒜2,,𝒜n are jointly inconsistent if⁠f the contradiction  can be proved from them, i.e., 𝒜1,𝒜2,,𝒜n. If they are not inconsistent , we call them jointly consistent .

It is easy to show that some sentences are inconsistent: you just need to prove the contradiction , assuming all the sentences as premises. Showing that some sentences are not inconsistent is much harder. It would require more than just providing a proof or two; it would require showing that no proof of a certain kind is possible.

This table summarizes whether one or two proofs suffice, or whether we must reason about all possible proofs.

Yes No
theorem? one proof all possible proofs
inconsistent? one proof all possible proofs
equivalent? two proofs all possible proofs
consistent? all possible proofs one proof

Practice exercises

A. Show that each of the following sentences is a theorem:

  1. 1.

    OO

  2. 2.

    N¬N

  3. 3.

    J[J(L¬L)]

  4. 4.

    ((AB)A)A

B. Provide proofs to show each of the following:

  1. 1.

    C(EG),¬CGG

  2. 2.

    M(¬N¬M)(NM)¬M

  3. 3.

    (ZK)(YM),D(DM)YZ

  4. 4.

    (WX)(YZ),XY,¬ZWY

C. Show that each of the following pairs of sentences are provably equivalent:

  1. 1.

    RE, ER

  2. 2.

    G, ¬¬¬¬G

  3. 3.

    TS, ¬S¬T

  4. 4.

    UI, ¬(U¬I)

  5. 5.

    ¬(CD),C¬D

  6. 6.

    ¬GH, ¬(GH)

D. If you know that 𝒜, what can you say about (𝒜𝒞)? What about (𝒜𝒞)? Explain your answers.

E. In this chapter, we claimed that it is just as hard to show that two sentences are not provably equivalent, as it is to show that a sentence is not a theorem. Why did we claim this? (Hint: think of a sentence that would be a theorem if⁠f 𝒜 and were provably equivalent.)