CS210 Slides 03 04 Nested Quantifiers
CS210 Slides 03 04 Nested Quantifiers
Predicate Logic
Universal Quantifier: ∀
∀x P(x) := P(x) (is true) for all values of x in the UoD
Existential Quantifier: ∃
∃x P(x) := P(x) (is true) for some value(s) of x in the UoD
Proposition ∃x P(x) is True iff for at least one x in UoD, P(x) is True
1 1 1 1 1 1
1 1 1 1 1 1 1
1 1 1 1 1 1
1 1 1 1 1 1
1 1 1 1 1 1
1 1 1 1 1 1
1 1 1 1 1 1 1
1 1 1 1 1 1
1 1 1 1 1 1
1 1 1 1 1 1
1
1 1
1 1
1
1
If both quantifiers are the same then order does not matter
Vinogradov (1937)
Every sufficiently large odd number is the sum of three primes
¬ ∀x ∃y P(x, y ) ≡ ∃x ∀y ¬ P(x, y )
¬ ∃x ∀y P(x, y ) ≡ ∀x ∃y ¬ P(x, y )