Equivalences Involving Quantifiers
Learning objectives
- Negate universal and existential statements using the duality rules
- Push negation through nested quantifiers step by step
- Recognize vacuous truth for universally quantified statements over empty domains
- Translate a refutation strategy into the right kind of counterexample or covering argument
To disprove 'every prime is odd' you find a single even prime. To disprove 'some integer is between and ' you must rule out every integer. The two refutation styles are dual to each other, and that duality is captured by the negation rules for quantifiers. This section turns the duality into a calculus: you can push a negation through any string of 's and 's mechanically, flipping each quantifier as you go. Mastering this mechanical move is what separates students who can read a proof from students who can write one.
The two negation rules
The fundamental dualities of quantifier negation are:
In words: the negation of "for all" is "there exists one that fails," and the negation of "there exists" is "for all, it is not the case." The negation flips the quantifier and slides past it onto the body.
These two rules are powerful because they let you reduce any refutation to a positive task. Want to refute ? Prove the equivalent existential — that is, exhibit one counterexample. Want to refute ? Prove the universal — show no element works.
Nested quantifiers
For multiple stacked quantifiers, push the negation in one quantifier at a time, flipping each one as you cross it. Example:
This is exactly the same as De Morgan, generalized to quantifiers. To negate a statement with alternating quantifiers, walk through them left to right and flip each one. The internal predicate at the end picks up the leading .
Negating bounded quantifiers
Bounded quantifiers expand into the connectives and :
The domain stays put — only the inside flips. Writing it out:
This is just what your intuition says: to refute "every element of satisfies ," find an element of that fails .
Vacuous truth
The universal is vacuously true when : there are no elements to falsify the claim, so it holds trivially. This is initially uncomfortable — "every element of the empty set is a unicorn" is technically true — but it is the only convention that makes the negation rules consistent. The dual existential over an empty domain is false: with no elements, there is no possible witness.
Vacuous truth is not just a curiosity. The base case of many induction proofs in Chapter 6 relies on it; so does the convention that the empty intersection of subsets of equals . Get used to it now.
Pause and think: Negate "every continuous function on is bounded." Push the negation all the way in. What concrete object would a refutation provide? (Hint: a witness to the negated statement is a single function that is continuous on AND not bounded.)
Try it
- Before writing: predict the negation of "All birds can fly." Then translate to symbols, push the negation in, and check that the English version matches your prediction.
- Negate step by step. Find a concrete witness to the negation.
- Predict first: what is the negation of ? Push the negation in two steps, then state what kind of object would witness the negation.
- Is true or false? Justify using the bounded-quantifier expansion .
- Negate the ε–δ definition of continuity at : . Describe in words what a discontinuous function at looks like.
A trap to watch for
The most painful mistake when negating a bounded conditional is forgetting to flip the implication. Students often see and write . Wrong. The correct negation is , because . The implication itself collapses into a conjunction when negated; it does not survive on the other side. A safe routine: expand the bounded quantifier first, then push inward, applying the standard logic rules at each step.
What you now know
You can negate any quantified statement by pushing through, flipping each quantifier, and applying the connective rules at the bottom. You understand vacuous truth and why bounded universal statements over the empty set are true. The next section returns to sets to introduce indexed unions, intersections, power sets, and Cartesian products — the larger building blocks that future chapters will pile on top of.
References
- Velleman, D. J. (2019). How to Prove It: A Structured Approach (3rd ed.). Cambridge University Press, ch. 2.
- Enderton, H. B. (2001). A Mathematical Introduction to Logic (2nd ed.). Academic Press, ch. 2.
- Smullyan, R. M. (1995). First-Order Logic. Dover Publications, ch. 2.
- Mendelson, E. (2015). Introduction to Mathematical Logic (6th ed.). Chapman and Hall/CRC, ch. 2.