Propositional Logic
≈ 20 minA proposition is a statement that is either true or false — never both. We combine propositions with connectives:
- NOT flips the truth value.
- AND is true only when both are true.
- OR is true when at least one is true.
- IMPLIES is false only when is true and is false.
A truth table lists every combination of truth values. With propositions there are rows — two choices (true or false) for each.
The implication trips people up. Read it as a promise: 'if , then .' The promise is only broken when happens but fails. If never happens, the promise was never tested, so it counts as true (vacuously).
If is true and is false, what is ?
How many rows does the truth table of a compound proposition with 3 distinct variables have?
The implication is false in exactly which case?
By De Morgan's laws, is equivalent to:

