Article: Tautologies, contradictions and contingent statements (Dr. Van Cleave)
By Matthew Van Cleave
Matt is either 40 years old or not 40 years old.
That statement is a tautology, and it has a particular form, which can be represented symbolically like this:
p v ~p
In contrast, consider a statement like:
Matt is both 40 years old and not 40 years old.
That statement is a contradiction, and it has a particular form, which can be represented symbolically like this:
p ⋅ ~p
Finally, consider a statement like:
Matt is either 39 years old or 40 years old
That statement is a contingent statement. It doesn’t have to be true (as tautologies do) or false (as contradictions do). Instead, its truth depends on the way the world is. Suppose that Matt is 39 years old. In that case, the statement is true. But suppose he is 37 years old. In that case, the statement is false (since he is neither 39 or 40). We can use truth tables to determine whether a statement is a tautology, contradiction or contingent statement. In a tautology, the truth table will be such that every row of the truth table under the main operator will be true. In a contradiction, the truth table will be such that every row of the truth table under the main operator will be false. And contingent statements will be such that there is mixture of true and false under the main operator of the statement.
The following two truth tables are examples of tautologies and contradictions, respectively.
A |
B |
(A ⊃ B) v A |
T |
T |
T T |
T |
F |
F T |
F |
T |
T T |
F |
F |
T T |
A |
B |
(A v B) ⋅ (~A ⋅ ~B) |
T |
T |
T F F F F |
T |
F |
T F F F T |
F |
T |
T F T F F |
F |
F |
F F T T T |
Notice that in the second truth table, I had to do quite a lot of work before I could figure out what the truth values of the main operator were. I had to first determine the left conjunct (A v B) and then the right conjunct (~A ⋅ ~B), but in order to figure out the truth values of the right conjunct (which is itself a conjunct), I had to determine the negations of A and B. Constructing truth tables can sometimes be a chore, but once you understand what you are doing (and why), it certainly isn’t very difficult.
Do Quiz 9c before moving further in the course.