Read these sections to learn how to interpret, make, and apply truth tables to sentential logic formulas, note conditional statements in sentential logic, and translate the word "unless" into sentential logic. Be sure to note the difference between an antecedent and a consequent and between a necessary and sufficient condition.
Complete the exercises, checking your answers against the key.
Conditionals
So far, we have learned how to translate and construct truth tables for three
truth functional connectives. However, there is one more truth functional
connective that we have not yet learned: the conditional. The English phrase
that is most often used to express conditional statements is "if...then". For
example,
If it is raining then the ground it wet.
Like conjunctions and disjunctions, conditionals connect two atomic
propositions. There are two atomic propositions in the above conditional:
It is raining.
The ground it wet.
The proposition that follows the "if" is called the antecedent of the conditional
and the proposition that follows the "then" is call the consequent of the
conditional. The conditional statement above is not asserting either of these
atomic propositions. Rather, it is telling us about the relationship between
them. Let's symbolize "it is raining" as "R" and "the ground is wet" as "G".
Thus, our symbolization of the above conditional would be:
R ⊃ G
The "⊃" symbol is called the "horseshoe" and it represents what is called the "material conditional". A material conditional is defined as being true in every case except when the antecedent is true and the consequent is false. Below is the truth table for the material conditional. Notice that, as just stated, there is only one scenario in which we count the conditional false: when the antecedent is true and the consequent false.
p | q | p ⊃ q |
---|---|---|
T | T | T |
F | F | F |
F | T | T |
F | F | F |
R | G | R ⊃ G |
---|---|---|
T | T | T |
T | F | F |
F | T | T |
F | F | F |
It is sometimes helpful to think of the material conditional as a rule. For
example, suppose that I tell my class:
If you pass all the exams, you will pass the course.
Let's symbolize "you pass all the exams" as "E" and "you pass the course" as
"C". We would then symbolize the conditional as:
E ⊃ C
Under what conditions would my statement E ⊃ C be shown to be false? There are four possible scenarios:
R | G | E ⊃ C |
---|---|---|
T | T | T |
T | F | F |
F | T | T |
F | F | F |
Suppose that you pass all the exams and pass the class (first row). That would
confirm my conditional statement E ⊃ C. Suppose, on the other hand, that
although you passed all the exams, you did not pass the class (second row).
This would should my statement is false (and you would have legitimate grounds
for complaint!). How about if you don't pass all the exams and yet you do pass
the course (third row)? My statement allows this to be true and it is important to
see why. When I assert E ⊃ C I am not asserting anything about the situation in
which E is false. I am simply saying that one way of passing the course is by
passing all of the exams; but that doesn't mean there aren't other ways of
passing the course. Finally, consider the case in which you do not pass all the
exams and you also do not pass the course (fourth row). For the same reason,
this scenario is compatible with my statement being true. Thus, again, we see
that a material conditional is false in only one circumstance: when the
antecedent is true and the consequent is false.
There are other English phrases that are commonly used to express conditional
statements. Here are some equivalent ways of expressing the conditional, "if it
is raining then the ground is wet":
It is raining only if the ground is wet
The ground is wet if is raining
Only if the ground is wet is it raining
That it is raining implies that the ground is wet
That it is raining entails that the ground is wet
As long as it is raining, the ground will be wet
So long as it is raining, the ground will be wet
The ground is wet, provided that it is raining
Whenever it is raining, the ground is wet
If it is raining, the ground is wet
All of these conditional statements are symbolized the same way, namely R ⊃ G. The antecedent of a conditional statement always lays down what logicians call a sufficient condition. A sufficient condition is a condition that suffices for some other condition to obtain. To say that x is a sufficient condition for y is to say that any time x is present, y will thereby be present. For example, a sufficient condition for dying is being decapitated; a sufficient condition for being a U.S. citizen is being born in the U.S. The consequent of a conditional statement always lays down a necessary condition. A necessary condition is a condition that must be in present in order for some other condition to obtain. To say that x is a necessary condition for y is to say that if x were not present, y would not be present either. For example, a necessary condition for being President of the U.S. is being a U.S. citizen; a necessary condition for having a brother is having a sibling. Notice, however, that being a U.S. citizen is not a sufficient condition for being President, and having a sibling is not a sufficient condition for having a brother. Likewise, being born in the U.S. is not a necessary condition for being a U.S. citizen (people can become "naturalized citizens"), and being decapitated is not a necessary condition for dying (one can die without being decapitated).