Questions: Quantifier Notation and Basic Semantics

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Over the domain of integers, which of the following statements is TRUE?

A∃y ∀x (y > x) — there exists an integer greater than all integers
B∀x ∃y (y = x + 1) — for every integer, there exists an integer exactly one greater
C∀x ∀y (x < y) — every integer is strictly less than every other integer
D∃x ∀y (x < y) — there exists a smallest integer
Question 2 Multiple Choice

The formula ∃x (x² = 2) changes truth value depending on the domain of discourse. Over which domain is it TRUE?

AThe natural numbers ℕ, since 1² = 1 and 2² = 4 bracket the value 2
BThe integers ℤ, since both positive and negative values are available
CThe real numbers ℝ, since √2 is a real number satisfying (√2)² = 2
DThe rational numbers ℚ, since √2 can be approximated arbitrarily closely by rationals
Question 3 True / False

In the formula ∀x P(x), substituting a different variable name produces a logically different formula — for instance, ∀z P(z) says something distinct from ∀x P(x).

TTrue
FFalse
Question 4 True / False

Swapping the order of two different quantifiers in a formula (∀ and ∃) can change whether the formula is true or false.

TTrue
FFalse
Question 5 Short Answer

Explain in your own words why ∀x ∃y (y > x) and ∃y ∀x (y > x) make fundamentally different claims, and identify which is true over the integers.

Think about your answer, then reveal below.