Hello. In the previous lesson, you translated quantified statements while tracking domains, logical connectives, and the order of nested quantifiers. This lesson takes the complementary step: given a statement, we will say exactly what it means for that statement to fail.
Negation is more than attaching the phrase “it is not the case that.” A useful negation must state the opposite claim in a form that can be tested, proved, or disproved. This is especially important in proofs: a false universal assertion fails because of a particular counterexample, while a false existential assertion fails because no possible witness works.
The two fundamental rules
Let be a predicate on a domain . The two rules to know are
and
In words:
- “It is not true that every object has property ” means “some object does not have property .”
- “It is not true that some object has property ” means “every object lacks property .”
The quantifier changes, and the predicate is negated. Both changes are essential.
Negating Universal and Existential Quantifiers
Watch “Negating Universal and Existential Quantifiers” by Dr. Trefor Bazett for a visual, intuitive account of the two rules. The examples emphasize the difference between finding one failure of a universal claim and ruling out every possible witness for an existential claim.
Watch universal negation, especially the explanation that a universal claim fails when at least one object fails the predicate. Then watch existential negation, focusing on why denying that anyone has a property means that everyone lacks it.

The first law expresses an idea that will drive the next lesson:
means
For example, consider the claim
Its negation is
The original says that every integer satisfies the inequality. The negation says that there is an integer for which the inequality fails. Indeed, makes the negated predicate true because
is false—so this is not the right calculation. Instead, check the original carefully:
which is true. A better failure occurs at no integer here: in fact, holds for every integer. So its negation is false. This illustrates a useful distinction: writing a negation correctly does not require the original statement to be false. It states what a failure would look like.
Now use a genuinely false universal statement:
Its negation is
Here is a witness for the negation, since
The witness does two jobs at once: it makes the negation true and demonstrates that the original universal claim is false.
Negate the whole predicate, not just the quantifier
The compact slogan “switch the quantifier and negate the predicate” is reliable only if you identify the whole predicate correctly.
For atomic comparisons, use their logical opposites:
| Predicate | Negation |
|---|---|
Thus, the negation of
is not “there exists a real number whose square is nonnegative.” That statement may be true, but it is not logically opposite to the original. The correct negation is
Why? The original statement claims there is at least one real number with a negative square. To deny it, every real number must have a square that is not negative.
A useful prose test is this:
Could the original statement and my proposed negation both be true?
If yes, the proposed statement cannot be a genuine negation.
For instance, both of the following can be true:
- “There exists an integer that is even.”
- “There exists an integer that is not even.”
Therefore, the second is not the negation of the first. The correct negation is:
Every integer is not even.
Symbolically,
This statement happens to be false, because is even, but it is nonetheless the correct logical negation.
Connectives inside quantified statements
Many mathematical predicates contain “and,” “or,” or “if … then.” Negation must pass through those connectives correctly.
The relevant laws are:
The first two are De Morgan’s laws. They say:
- To fail an “and” statement, at least one part must fail.
- To fail an “or” statement, both parts must fail.
Consider the existence claim
It says that some real number is both positive and a square root of . Its negation begins by changing the quantifier:
Now apply De Morgan’s law to the predicate:
In prose:
For every real number , either is not positive or is not .
This is precisely what it would mean for no positive real square root of to exist.
Universal conditionals and counterexamples
The most important special pattern for proof writing is a universally quantified conditional:
Its negation is
Read this carefully:
A universal implication fails when there is an object that satisfies the hypothesis but fails the conclusion.
This object is a counterexample.
For example, the claim
says that every integer divisible by is divisible by both and . Its negation is
Applying De Morgan’s law one more time gives
So a counterexample would need to be divisible by while failing divisibility by or by . No such integer exists, so the original statement is true.
Notice what the negation is not:
That merely describes an integer not divisible by , such as . But the original theorem never claimed that all integers are divisible by ; it claimed something only about integers that are divisible by .
Restrictions: conditional versus existential form
In the previous lesson, a restricted universal statement over a broad domain took the form
Its negation must preserve the restriction as part of the counterexample:
For example, “Every prime greater than is odd” can be written over the integers as
The negation is
In prose:
There is a prime integer greater than that is not odd.
The number is not a counterexample because it fails the hypothesis . This is exactly why universal implications are not negated by simply negating their conclusions.
Existential restrictions behave differently. “There exists a positive real number whose square is ” uses conjunction because one witness must meet every stated condition:
Its negation says that every candidate fails at least one required condition:
Multiple quantifiers: work from the outside inward
For nested quantifiers, negate each quantifier in turn, retaining their order and negating the final predicate.
The general pattern is
The order does not reverse. Each quantifier merely changes to its opposite.
Consider
This says:
For every natural number , there is a natural number greater than .
The value of may depend on ; for a given , we can take .
To negate it, proceed in stages:
The final statement says:
There exists a natural number such that every natural number is at most .
In other words, the natural numbers would have a largest element. This makes the meaning of the negation vivid: the original claim fails exactly if some cannot be surpassed by any natural number.
This example also shows why it is dangerous to negate nested statements informally. “Not every has some larger ” does not mean “every has no larger .” The latter is much stronger and would say every natural number is largest.
Negating definitions
Definitions often contain an existential quantifier, even when written in ordinary prose. Learning to negate them is a way to see exactly what the definition excludes.
An integer is a multiple of precisely when
Negating this definition gives
So to say that is not a multiple of is to say:
For every integer , is not equal to .
Likewise, a natural number is a perfect square when
Its negation is
Thus, a non-square is not merely a number that fails to equal one particular square. It fails to equal for every natural number .
This style of analysis will be especially useful in number theory and topology, where definitions routinely combine quantifiers with conditions. Before attempting a proof, rewriting the desired conclusion or its negation in quantified form often reveals the kind of argument that is needed.
A dependable negation procedure
When you encounter a quantified statement, use this short procedure.
-
State the domain and identify the outermost quantifier.
Determine whether the assertion begins with “for every” or “there exists.” -
Switch each quantifier.
Universal becomes existential; existential becomes universal. -
Negate the final predicate completely.
Replace comparisons by their opposites, use De Morgan’s laws for conjunctions and disjunctions, and replace a conditional by “hypothesis and not conclusion.” -
Translate the result into full prose.
Check whether it genuinely describes the failure of the original claim.
A particularly useful pair of translations to remember is:
The second formula is the formal anatomy of a counterexample.
Key takeaways
Negating a quantified statement requires two operations: switch every quantifier and negate the predicate within its scope. “Not every” means “some fail,” while “there does not exist” means “all fail.”
When a predicate contains connectives, negate its complete logical structure. In particular, the negation of a universal conditional is an existential statement identifying an object for which the hypothesis holds and the conclusion fails.
Next, you will focus directly on disproving universal statements by constructing counterexamples. The logical work done here will explain exactly why one carefully chosen example can refute an assertion that claims to cover every object in a domain.
Can't find a good explanation? Sign up and we'll make it for you
Sign up