Symbolize the given argument and then test its validity:
If I like mathematics, then I will study, either I study or I fail. But I failed, therefore I do not like mathematics.
Solution
The given argument is symbolized as follows:
- Let p: I like mathematics
- Let q: I will study
- Let r: I fail
Then the given argument is as follows:
p→q,q∨r,r∴¬p
Testing the validity
[(p→q)∧(q∨r)∧r]→¬p
| p | q | r | p → q | q ∨ r | (p → q) ∧ (q ∨ r) ∧ r | ¬p | [column 6] → ¬p |
|---|
| T | T | T | T | T | T | F | F |
| T | T | F | T | T | F | F | T |
| T | F | T | F | T | F | F | T |
| T | F | F | F | F | F | F | T |
| F | T | T | T | T | T | T | T |
| F | T | F | T | T | F | T | T |
| F | F | T | T | T | T | T | T |
| F | F | F | T | F | F | T | T |
Since column 8 is not a tautology, the given argument is not valid.