Propositional Logic Basics
A proposition is a statement that is definitely true or false, like "7 is prime" (true) or "" (false). We build compound statements using connectives.
| Connective | Symbol | Meaning | True When | DirectX |
|---|---|---|---|---|
| Negation | not | is false | - | |
| Conjunction | and | both true | - | |
| Disjunction | or | at least one | - | |
| Biconditional | iff | and match | - |
A tautology is true under every assignment (). A contradiction is false under every assignment. Two propositions are logically equivalent if they share the exact same truth table.
Mastering Implication
The implication ("if then ") is false in only one case: when is true and is false.
When is false, the implication is vacuously true regardless of . For example, "if the moon is cheese, " is a true implication.
| Term | Definition / Rule | Pitfall |
|---|---|---|
| Implication () | False only if is true and is false | Vacuously true when is false |
| Contrapositive () | Logically equivalent to | Do not confuse with converse |
| Converse () | Not equivalent to | Classic logical error to swap them |