Suppose someone says "John and Mary are both in the black room." Call this statement "Q". When is Q true and when is Q false? We might classify all possible states of the universe into five types :

Now suppose Q is the statement "John is in the black room and John is not in the black room." This is an inconsistent statement, and it is obvious that it is false in all five situations.
Similarly, when we draw a truth-table for a WFF in SL, we are trying to determine when the WFF is true (if ever) and when it is false (if ever). What you need to do is to remember the steps involved in the procedure, and practice on a few WFFs yourself.
|
|
|
|
Region #3
|
Region #4
|
To complete the truth-table for a WFF, you need to fill in the four regions according to this procedure:
So for example, given the WFF "(P→(PvQ))", the truth-table would look like this after the first two steps:
|
|
|
|
Region #3
|
Region #4
|
If there are n sentence letters in region #1, each of which can have the truth-value T or F, then we know that there are 2n possible assignments of truth-values (21=2, 22=4, 23=8, 24=16, etc.). So in the truth-table above, there should be four assignments. We write them down one on each row in region #3:
|
|
|
|
T F F T F F |
|
On each row, we write down under each sentence letter a truth-value which is the truth-value that the sentence letter receives under that assignment. So "T F" on the second row indicates an assignment where "P" is T and "Q" is F, and "F T" on the third row indicates an assignment where "P" is F and "Q" is T.
In writing down the assignments it is important to use a systematic method to list all of them. Without such a method it is easy to miss some of them if there are many rows in the truth-table.
When you compare the truth-tables of two or more WFFs, it is important to use the same method to list the truth-value assignments in the same order.The standard method is as follows: Start with the rightmost sentence letter in region #1. Write "T" down under the letter on the first row of region #3, and then "F" on the second row, alternating for every row until the last row. Then move on to the second sentence letter, and again start with "T". But this time alternate the truth-value only every two rows. If there is a third sentence letter, alternate between "T"s and "F"s every four rows. In general then, for the nth sentence letter (starting from the right hand side), alternate between "T"s and "F"s every 2n-1 row.
Here are some flash animations to show how you should write down the assignments:
Before continuing, make sure that you can do the same thing.
First, let us define the length of a WFF as the number of symbols of SL it contains. Each occurrence of a connective or sentence letter counts as a single symbol,and the open and close brackets are different symbols. So "P" has length 1, "~~Q" has length 3, and "((P&Q)→R)" has length 9 (not 10).
We then apply this procedure. First, write down beneath each sentence letter of the WFF the truth-value it has under each assignment:
|
|
|
|
T F F T F F |
T T F F F T F F F |
Sentence letters are of course WFFs of length 1. We then look for the next shortest WFFs which are part of the whole WFF, and calculate their truth-values under each assignment. The next shortest WFFs should be of length 2, such as "~Q", but since there are no such WFFs, the next shortest WFF is "(PvQ)" of length 5. We write down its truth-value for each assignment under its main operator. Remember that the main operator of a WFF is the occurrence of a connective that has the widest scope.
|
|
|
|
T F F T F F |
T TTF F FTT F FFF |
We then repeat this procedure with the next shortest WFF until we are finished with the whole WFF:
|
|
|
|
T F F T F F |
T T TTF F T FTT F T FFF |
The last column of truth-value we write down indicates the truth-values of the whole WFF under each of the assignments. This particular truth-table we have completed shows that the WFF is true under all the four possible assignments.
If you can mentally carry out calculations of truth-values quickly, you can leave out writing the truth-values of the parts of WFF and just write down the truth-value of the whole WFF under each assignment. Then you will end up with this truth-table.
|
|
|
|
T F F T F F |
T T T |
SL04.3 Exercises
If "P" means switch 1 is up, "Q" means switch 2 is up, and "R" means switch 3 is up, which complex WFF can be used to describe all conditions under which the light is on?
[Show answer]
|
|
Of course there are cases where the brackets do not matter. For example, it should be obvious that with P&Q&R&S, no matter where you place the brackets to turn it into a WFF, the resulting truth-table is always the same.
A problem well stated is a problem half solved.

Charles Franklin Kettering