Discrete Math Tutor

Logic / Nested Quantifiers

Least You Need to Know: Nested Quantifiers

When a statement has **more than one quantifier**, the order matters. Negating the statement flips each quantifier and negates the predicate.

The least you need to know

Key notation

∀x ∃y for every x there exists a y
∃y ∀x there exists one y that works for every x
¬ negation

Tiny worked example

  • Statement: `∀x∈{1,2} ∃y∈{1,2,3}` such that `x+y=3`.
  • For x=1 choose y=2, and for x=2 choose y=1.
  • Different x-values may use different witnesses.

Common mistakes

How to recognize this kind of problem

Start practice