01 Key Concepts
Propositions
A statement that is either true or false, but not both, such as 'It is raining' or '2+2=4'.
Logical Connectives
AND (conjunction, true only if both parts are true), OR (disjunction, true if at least one part is true), NOT (negation, flips true/false).
Implication (if...then)
'P implies Q' is false only when P is true and Q is false; in every other case, it's true.
Biconditional (if and only if)
'P iff Q' is true exactly when P and Q have the same truth value (both true or both false).
Truth Tables
A table that lists every possible combination of truth values for the propositions involved, showing the result of a logical expression in each case.
02 Solved Examples
- List all combinations of P and Q: (T,T), (T,F), (F,T), (F,F).
- P AND Q is true only when both are true.
- List all combinations of P and Q.
- P OR Q is true whenever at least one of them is true.
- Implication is false only in the one case where P is true and Q is false.
- This is exactly that case.
03 Practice Questions
๐ Logic โ Downloadable Worksheet
10 questions with a full answer key. Grab the PDF to print, or try the interactive version in your browser.