Please help to check my understanding of Example 1.2.3 from "How to prove it" by Daniel Velleman.
Determine whether the following arguments are valid.
- Either John isn’t stupid and he is lazy, or he’s stupid.
- John is stupid.
- Therefore, John isn’t lazy.
... we let S stand for the statement “John is stupid” and L stand for “John is lazy.” Then the argument has the form:
- (¬S ∧ L) ∨ S
- S
- ∴ ¬L
The author concludes that John isn't lazy.
Why John cannot be both stupid and lazy here?
Provided truth table:
S L (¬S∧L)∨S S ¬L
F F F F T
F T T F F
T F T T T
T T T T F
The author gives additional clarifications but they are not clear for me.
If you expected the first argument in Example 1.2.3 to turn out to be valid, it’s probably because the first premise confused you. It’s a rather complicated statement, which we represented symbolically with the formula (¬S ∧ L) ∨ S. According to our truth table, this formula is false if S and L are both false, and true otherwise. But notice that this is exactly the same as the truth table for the simpler formula L ∨ S! Because of this, we say that the formulas (¬S ∧ L) ∨ S and L ∨ S are equivalent. Equivalent formulas always have the same truth value no matter what statements the letters in them stand for and no matter what the truth values of those statements are. The equivalence of the premise (¬S ∧ L) ∨ S and the simpler formula L ∨ S may help you understand why the argument is invalid. Translating the formula L ∨ S back into English, we see that the first premise could have been stated more simply as “John is either lazy or stupid (or both).” But from this premise and the second premise (that John is stupid), it clearly doesn’t follow that he’s not lazy, because he might be both stupid and lazy.