A truth table can test whether a propositional argument is valid by checking every possible scenario at once. If there is even one row where all the premises are true and the conclusion is false, the argument is invalid.
| P | Q | P → Q | P | Q |
|---|---|---|---|---|
| T | T | T | T | T |
| T | F | F | T | F |
| F | T | T | F | T |
| F | F | T | F | F |
| P | Q | P → Q | Q | P |
|---|---|---|---|---|
| T | T | T | T | T |
| T | F | F | F | T |
| F | T | T | T | F |
| F | F | T | F | F |