Statements About Everything and Something
Propositional logic cannot express general statements like "every integer has a successor." Predicate logic solves this by adding predicates —statements with variables that are true or false depending on —and quantifiers.
| Quantifier | Symbol | Meaning | Condition |
|---|---|---|---|
| Universal | For all , | True for every in the domain | |
| Existential | There exists , | True for at least one |
Common pitfall: A universal claim () is disproved by a single counterexample where fails.
Order and Negation
The order of quantifiers matters enormously. means "every has some ," which is very different from , meaning "some single works for all ."
For example, "every person has a mother" is true, but "there is one mother of everyone" is false. Swapping quantifiers silently alters meaning.
To negate quantifiers, flip the quantifier and negate the inner predicate:
Common pitfall: means "not all" (), not "none is."