L9 Propositional Logic
L9 Propositional Logic
Dr Siu-Fan Lee
Steps:
1. Translate the argument into symbols.
- Identify atomic propositions
- Give a symbol for each
- Identify the connectives among them
2. Draw each premise and conclusion into a truth-table.
- Decide how many rows are needed
- List all possible truth assignments
- Calculate the truth-values of each proposition under each possible assignment
3. Decide validity, i.e. if it is possible that when all premises are true, the conclusion is false.
Examples:
A→B A→B
~A A
~B B
A B A→B ~A ~B A B A→B A B
T T T F F T T T T T
T F F F T T F F T F
F T T T F F T T F T
F F T T T F F T F F
The third row shows the possibility that There is not a case in which the argument
the premises are true but the conclusion has all true premises but a false
is false. Hence, the argument is invalid. conclusion. The argument is not invalid.
This is the fallacy of denying the antecedent. Therefore, it is valid. This is modus ponens.
Modus Tollens:
If it rains, then the ground is wet. The ground is not wet. Therefore, it does not rain.
If P then Q, not Q, therefore not P.
Hypothetical syllogism:
If the storm comes, then the river is flooded. If the river is flooded, then the houses are
destroyed. Therefore, if the storm comes, the houses are destroyed.
If P then Q, if Q then R, therefore if P then R.
1
Critical Thinking
Dr Siu-Fan Lee
Conjunctive inference:
P, Q, therefore P & Q.
P & Q, therefore P. P & Q, therefore Q.
Disjunctive syllogism:
Either Tom was naughty to play in mud or he fell into it by accident. Tom was not
naughty. Therefore, he must have fallen into it by accident.
P or Q, not P, therefore Q.
Truth-table gives the proof to validity of arguments. For more examples, please see the
PowerPoint.