"Every student in Class 11 passed the test." How do you negate this? The instinctive wrong answer is "every student failed." The correct answer is far weaker: "there exists at least one student who did not pass." A single failing student is enough to falsify a universal claim. This flip — universal to existential, and the predicate itself negated — is the rule for negating quantifiers, and it is the single most useful move in proofs and exam logic.
The two rules, side by side
The pattern is mechanical. Push the negation inside the quantifier. The quantifier flips (\forall \leftrightarrow \exists), and the predicate P(x) picks up a \lnot.
Picking the counterexample
The visualisation below shows six students, each with a pass-or-fail badge. Drag the selector to "land" on any one student. If that student is a failure, the universal claim "every student passed" is instantly false — one counterexample kills it. This is what \exists x \; \lnot P(x) means: some x for which P(x) is false.
Why a counterexample is enough
Why one failure breaks the rule: \forall x \; P(x) is shorthand for "for every x in the domain, P(x) holds." The only way this claim can be true is if it holds without exception. A single x where P(x) fails — a counterexample — falsifies the whole claim. Finding that x and pointing at it is exactly the statement \exists x \; \lnot P(x): "there exists an x for which P fails."
The parallel rule for existentials flips the direction. "\exists x \; P(x)" says "there is at least one x with P." To deny it, you must claim there is no such x — that is, for every x, P fails: \forall x \; \lnot P(x). One x is not enough to negate; you must rule them all out.
A mini-drill
Negate these. Push the \lnot inside, flip the quantifier, negate the predicate.
- "Every prime is odd." → \forall p \; (\text{prime}(p) \Rightarrow \text{odd}(p)). Negation: \exists p \; (\text{prime}(p) \land \lnot \text{odd}(p)) — "there is an even prime." (Namely 2.)
- "There is a perfect square greater than 100." Negation: "every perfect square is at most 100." (False, since 11^2 = 121.)
- "Every real number x satisfies x^2 \ge 0." Negation: "there exists a real x with x^2 < 0." (False — no counterexample exists.)
The mechanical rhythm — flip the quantifier, negate the predicate — is all you need. Trying to invent a negation by thinking in English ("every student failed") misses the point. In logic, a universal statement is refuted by one witness, never by its opposite.
The De Morgan connection
is the same shape as De Morgan for finite conjunctions:
Think of \forall x \; P(x) as a big AND running over every x in the domain, and \exists x \; P(x) as a big OR. De Morgan in propositional logic was the finite version; quantifier negation is the version that survives when the domain is infinite.
Related: Logic and Propositions · De Morgan for Logic — Swap Animation · One Counterexample Kills a Universal Property · Vacuous Truth — Empty-Box Demo