Exercise 1.6 | Q 5.1 | Page 16
Show that the following statement pattern is contingency.
(p∧~q) → (~p∧~q)
p | q | ~p | ~q | p∧~q | ~p∧~q | (p∧~q)→(~p∧~q) |
T | T | F | F | F | F | T |
T | F | F | T | T | F | F |
F | T | T | F | F | F | T |
F | F | T | T | F | T | T |
The truth values in the last column are not identical. Hence, it is contingency.