Suppose we have an argument 'Disjunctive Syllogism' as below:
$$P\lor Q \\{\sim}P \\∴Q.$$
which essentially means $$\big((P\lor Q)\; \&\; {\sim} P\big) \to Q.$$
Its truth table:
row | P | Q | P$\lor$Q | ~P | (P$\lor$Q) & ~P | Q | [ (P$\lor$Q) & ~P ] $\to$ Q |
---|---|---|---|---|---|---|---|
1 | T | T | T | F | F | T | T |
2 | T | F | T | F | F | F | T |
3 | F | T | T | T | T | T | T |
4 | F | F | F | T | F | F | T |
Row 3 has $P\lor Q$ true and ${\sim} P$ true, and concludes a true $Q;$ since we did not conclude a false from a true, therefore this argument is in a valid form.
Is the argument sound or unsound? This post says it is NOT sound.
If it is sound, what does make Disjunctive Syllogism 'sound'?
Is it row 1, which has $P$ and $Q$ true and the conclusion $Q$ true?
Or is it row 3, which has $P\lor Q$ true and ${\sim}P$ true and the conclusion $Q$ true?
If it is unsound, what row makes it unsound?
"From premise
– user3257842 Aug 25 '21 at 10:21today is raining
, concludethe ground is wet
" , is always a valid argument. But if today is sunny , then argument is not sound. You cannot apply the valid argument if premises are not true. So it is not sound. Even if conclusion is true because I used hose to make the ground, the argument is not sound. It is valid, but because premise not true, I can not apply it. So it is not sound.