Building Sentences From Sentences
Propositional logic takes whole declarative sentences as its atoms — written , , — and builds compounds from them with connectives. Each connective is truth-functional: the truth value of the compound is fixed entirely by the truth values of its parts, with nothing else relevant.
| Connective | Symbol | Read as | True when |
|---|---|---|---|
| Negation | not P | P is false | |
| Conjunction | P and Q | both are true | |
| Disjunction | P or Q | at least one is true | |
| Conditional | if P then Q | except when P true and Q false | |
| Biconditional | P if and only if Q | both have the same value |
Two of these need care. Disjunction is inclusive: is true when both disjuncts are true. Ordinary English often means the exclusive "or", "tea or coffee" usually excludes both, but the logical symbol does not.
The conditional is the one that surprises everyone. is defined as false in exactly one case: true and false. So it comes out true whenever is false, regardless of . "If the moon is made of cheese then I am the Pope" is true, on this definition. This is the material conditional, and it captures only part of what "if" means in English, but it is the part that makes deduction work, and the surprise is a feature of the definition rather than a mistake.
Brackets matter as much as connectives. and are different sentences with different truth conditions, and the difference is exactly where ambiguity in ordinary language hides.
Translating from English is where the real work lies. "Unless" is usually ; "P only if Q" is , not ; "neither P nor Q" is .
Common pitfall: reading "P only if Q" as "if P then Q" reversed. "You may vote only if you are registered" says registration is necessary, not sufficient, so it means voting registered. The "only" marks the consequent, not the antecedent.