Autology
Autology
Autology
Example 1: Is (p q) p a tautology?
p q p q (p q) p
T T T T
T F F T
F T F T
F F F T
Solution: The compound statement (p q) p consists of the individual statements p, q, and p q. The truth
table above shows that (p q) p is true regardless of the truth value of the individual statements. Therefore, (p
q) p is a tautology.
Example 2: Is x (x y) a tautology?
x y x y x (x y)
T T T T
T F T T
F T T T
F F F T
Solution: Yes; the truth values of x (x y) are {T, T, T, T}.
Example 3: Is ~b b a tautology?
b ~b ~b b
T F T
F T F
Solution: No; the truth values of ~b b are {T, F}.
Example 4: Is (p q) (p q) a tautology?
p q (p q) (p q) (p q) (p q)
T T T T T
T F T F F
F T T F F
F F F F T
Solution: No; the truth values of (p q) (p q) are {T, F, F, T}.
Example 5: Is [(p q) p] p a tautology?
p q p q (p q) p [(p q) p] p
T T T T T
T F F F T
F T T F T
F F T F T
Solution: Yes; the truth values of [(p q) p] p are {T, T, T, T}
Example 6: Is (r s) (s r) a tautology?
r s r s s r (r s) (s r)
T T T T T
T F F T F
F T T F F
F F T T T
Solution: No; the truth values of (r s) (s r) are {T, F, F, T}.
Example 7 Show that is a tautology.
I construct the truth table for and show that the formula is always true.
The last column contains only T's. Therefore, the formula is a tautology.
Example 8 Construct a truth table for