Statements About Many Objects
A predicate is a statement with a variable, like — it becomes true or false only once is specified. To make definite statements about all or some values, mathematics uses quantifiers, which bind the variable and range over a domain.
The two quantifiers:
- Universal — "for all , ": true when holds for every element of the domain.
- Existential — "there exists with ": true when at least one element satisfies .
Order matters when quantifiers mix. ("for every there is some ") is generally weaker than ("there is one that works for every "). Over the integers, "for every there is a larger " is true, but "there is a larger than every " is false. Swapping quantifier order can change a true statement into a false one.
Negation follows a precise rule — push the negation inward, flipping each quantifier and negating the predicate: So the negation of "all are " is "some is not " — which is why a single counterexample disproves a universal claim, and why "there is no with " means "every fails ."
Common pitfall: swapping the order of mixed quantifiers or negating them incorrectly. is not interchangeable with . And is — "not all are " means "at least one is not," not "none is ." Negation flips while negating the inside.