Counter-examples
A claim of the form "" — every object has some property — is exactly the kind we just learned to negate, and its negation is "": there is one object that fails. That single object is a counter-example, and producing one is all it takes to prove the universal claim false.
This gives a powerful asymmetry. To prove a "for all" claim you need a general argument covering every case; but to disprove it you need just one well-chosen example.
- "Every prime is odd." Counter-example: , which is prime and even. One number settles it.
- " for every positive integer ." Counter-example: , since , which is not greater than .
- " is prime for every whole number ." This is prime for — thirty-nine straight successes — and yet it is false. At ,
which is not prime. Thirty-nine confirming cases prove nothing; one counter-example demolishes the claim.
That third example carries the real lesson: piling up examples that agree with a universal claim never establishes it, but a single example that disagrees refutes it outright.
Common mistakes
1. Negating as . The negation of "" is "", not "" — the boundary value belongs to the negation. Likewise negates to .
2. Forgetting to swap the quantifier. The negation of "" is "" — you must change to and negate the inside, not just one of the two.
3. Reordering nested quantifiers. When negating, keep the quantifiers in their original order; only their types flip. negates to , with still first.
4. Trying to confirm a "for all" claim with examples. Examples can only ever disprove a universal statement (via a counter-example); they can never prove one.
Summary
- is true exactly when is false; is .
- The negation of is (and of is ).
- De Morgan: "not (P and Q)" is "(not P) or (not Q)"; "not (P or Q)" is "(not P) and (not Q)".
- Negating a quantifier swaps and negates the inside; for nested quantifiers, do this to each in turn, keeping their order.
- A single counter-example disproves a "for all" claim — and no number of agreeing examples can prove one.