Chapter 9 Characteristic truth tables

Any sentence of TFL is composed of sentence letters, possibly combined using sentential connectives. The truth value of the compound sentence depends only on the truth value of the sentence letters that comprise it. In order to know the truth value of ‘(DE)’, for instance, you only need to know the truth value of ‘D’ and the truth value of ‘E’.

We introduced five connectives in chapter 5. So we just need to explain how they map between truth values. For convenience, we abbreviate ‘True’ with ‘T’ and ‘False’ with ‘F’. (But, to be clear, the two truth values are True and False; the truth values are not letters!)

Negation

For any sentence 𝒜: If 𝒜 is true, then ¬𝒜 is false; and if ¬𝒜 is true, then 𝒜 is false. We can summarize this in the characteristic truth table for negation:

𝒜 ¬𝒜
T F
F T

Conjunction

For any sentences 𝒜 and , 𝒜 is true if and only if both 𝒜 and are true. We can summarize this in the characteristic truth table for conjunction:

𝒜 𝒜
T T T
T F F
F T F
F F F

Note that the truth value for 𝒜 is always the same as the truth value for 𝒜. Connectives that have this property are called commutative.

Disjunction

Recall that ‘’ always represents inclusive or. So, for any sentences 𝒜 and , 𝒜 is true if and only if either 𝒜 or is true. We can summarize this in the characteristic truth table for disjunction:

𝒜 𝒜
T T T
T F T
F T T
F F F

Like conjunction, disjunction is commutative.

Conditional

We’re just going to come clean and admit it: Conditionals are a mess in TFL. Exactly how much of a mess they are is philosophically contentious. We’ll discuss a few of the subtleties in sections 10.3 and 13. For now, we are going to stipulate the following: 𝒜 is false if and only if 𝒜 is true and is false. We can summarize this with a characteristic truth table for the conditional.

𝒜 𝒜
T T T
T F F
F T T
F F T

The conditional is not commutative. You cannot swap the antecedent and consequent without changing the meaning of the sentence; 𝒜 and 𝒜 have different truth tables.

Biconditional

Since a biconditional is to be the same as the conjunction of the conditionals running in both directions, we will want the truth table for the biconditional to be:

𝒜 𝒜
T T T
T F F
F T F
F F T

Unsurprisingly, the biconditional is commutative.