Lecture 4 — Valid and Invalid Arguments
Pre-work: Video 004 (Valid & Invalid Arguments), Video 005 (Methods for Determining Validity). See valid-argument-forms for the reference definitions/table this lecture builds on.
Learning goals
- Understand the difference between a valid argument and an invalid argument.
- Use a truth table to determine the validity of an argument.
- Use rules of inference to demonstrate the validity of an argument.
- Look for truth values that demonstrate an argument is invalid.
Valid vs invalid arguments
An argument is valid if the conjunction of its premises implies its conclusion — whenever all the premises are true, the conclusion is also true. See valid-argument-forms for the formal definition and the standard forms (Modus Ponens, Modus Tollens, etc.), and determining-argument-validity for a worked example walking through both the truth-table (row-checking) and tautology methods on the same argument.
Recall: \(p \to q \equiv \sim p \lor q \equiv \sim q \to \sim p\).
A valid argument can have a false conclusion — see determining-argument-validity for why.
Do the rules of inference need to be memorised? No — valid-argument-forms is a reference to check against, not something to recite.
In-class activities
Argument 1: Let \(w\) = “wages are raised”, \(b\) = “buying increases”, \(d\) = “there is a depression”.
If wages are raised, buying increases. If there is a depression, buying does not increase. Therefore there is not a depression or wages are not raised.
- Write this argument in symbolic form.
- Use a truth table to determine whether the argument is valid.
- Use the laws of logical equivalence and rules of inference to show the argument is valid.
Argument 2 (Q1 from the Methods video pre-class questions):
\[p \to q, \quad p \lor r, \quad p \lor \sim r \quad \therefore q\]
- Use the laws of logical equivalence and rules of inference to show this argument is valid.
- Alternatively, try to find truth values that make all the premises true but the conclusion false — if none exist, the argument is valid.
Argument 3 (Q2 from the Methods video pre-class questions):
\[p \to q, \quad q \to r, \quad \sim p \lor \sim q \quad \therefore r\]
Try to find truth values that make all the premises true but the conclusion false, to determine whether the argument is valid or invalid.
Extra practice: revisit Argument 1 — try to find truth values that make all the premises true but the conclusion false, to double check its validity via the invalidity method.
See also
- valid-argument-forms — the named argument forms (modus ponens, modus tollens, elimination, generalisation, specialisation)
- determining-argument-validity — the truth-table and invalidity methods worked through
- 2026-07-30-conditional-statements — Lecture 3 · 2026-08-06-quantified-statements — Lecture 5
- practice-problems — §4 Valid and Invalid Arguments, with full worked solutions
- practice-problems — §5 Methods for Determining Validity, with full worked solutions