QED
Predicate Logic · step 4 of 13

Negating quantified statements

Negation flips quantifiers: ¬∀x P(x) ≡ ∃x ¬P(x), and ¬∃x P(x) ≡ ∀x ¬P(x). Applying these repeatedly pushes a negation all the way to the atomic predicates, which is what "negate and simplify" questions demand. In words: the denial of "everything is P" is "something is not P", not "nothing is P".

Unlimited questions · marked criterion by criterion · no card needed

Method: how to approach it

The order below is what examiners expect to see, and each step carries its own marks.

  1. Flip the outermost quantifierMove ¬ inside and change ∀ to ∃ or ∃ to ∀. Repeat for each quantifier in turn, left to right.
  2. Apply propositional De Morgan to the matrixOnce past the quantifiers, negate the body: ¬(A ∧ B) becomes ¬A ∨ ¬B, and ¬(A → B) becomes A ∧ ¬B.
  3. Watch the restricted forms¬∀x (P(x) → Q(x)) becomes ∃x (P(x) ∧ ¬Q(x)) — the implication turns into a conjunction. ¬∃x (P(x) ∧ Q(x)) becomes ∀x (P(x) → ¬Q(x)).
  4. Stop only at literalsThe simplified form should have ¬ applied to atomic predicates and nowhere else.

Worked example

Negate and fully simplify ∀x (Student(x) → ∃y (Course(y) ∧ Takes(x, y))).

  1. Flip the ∀: ∃x ¬(Student(x) → ∃y (Course(y) ∧ Takes(x, y))).
  2. Negate the implication: ∃x (Student(x) ∧ ¬∃y (Course(y) ∧ Takes(x, y))).
  3. Flip the ∃: ∃x (Student(x) ∧ ∀y ¬(Course(y) ∧ Takes(x, y))).
  4. De Morgan on the body: ∃x (Student(x) ∧ ∀y (Course(y) → ¬Takes(x, y))).

Answer. ∃x (Student(x) ∧ ∀y (Course(y) → ¬Takes(x, y))) — "some student takes no course".

Where marks get dropped

These are the specific errors that cost credit on negating quantified statements questions — QED's rubric penalises each of them separately.

Practise this until it is automatic

Unlimited fresh questions

QED generates new negating quantified statements problems on demand at warm-up, exam and challenge level, so you can drill this one skill until it stops costing you marks.

Marked like an examiner

Every answer is scored against a point-by-point rubric with partial credit, so you see exactly which step of the method broke down — not just a tick or a cross.

Answer in real notation

A one-tap symbol palette, a visual equation editor and a truth-table builder — or photograph your handwritten working and QED converts it to LaTeX.

Saved to your library

Every question you generate is kept and re-takeable as a timed exam, and your Predicate Logic mastery is tracked so you know when this is exam-ready.

Negating quantified statements — frequently asked questions

What is the negation of "every student passed"?

"Some student did not pass" — ∃x (Student(x) ∧ ¬Passed(x)). It is not "no student passed", which would be a much stronger claim.

How do I negate a statement with three quantifiers?

Flip them one at a time from the outside in, keeping their order, then De Morgan the matrix. ¬∀x∃y∀z P becomes ∃x∀y∃z ¬P.

Does this work for ∃!?

Uniqueness must be expanded first. ∃!x P(x) unfolds to ∃x (P(x) ∧ ∀y (P(y) → y = x)), and you negate that expansion.

The rest of Predicate Logic

Quantifiers, predicates, binding, and validity. Each subtopic below has its own method, worked example and mark-losing traps.

Ready to make negating quantified statements exam-proof?

Generate your first questions free — no card, no setup, no personal data stored. Practise until the method is second nature.

Start practising free →