Questions: Models and Interpretations in First-Order Logic

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

The sentence ∃x ∀y (x ≤ y) is evaluated in two models: M1 has domain ℕ with standard ≤, and M2 has domain ℤ with standard ≤. What is true?

AThe sentence is true in both models — 0 is the smallest element in both ℕ and ℤ
BThe sentence is false in both models — no integer is smaller than all others
CThe sentence is true in M1 but false in M2 — ℕ has a minimum (0), but ℤ has no smallest integer
DThe sentence is false in M1 but true in M2 — integers allow for a universal lower bound that natural numbers don't
Question 2 Multiple Choice

You want to construct a model in which the sentence ∀x P(x) is false. Which approach is guaranteed to work?

AChoose a domain containing infinitely many objects — ∀x is harder to satisfy over infinite domains
BInterpret P as an empty relation — then no object satisfies P, making ∀x P(x) false
CUse the empty domain, so there are no objects to test the universal claim against
DChoose any domain where the interpretation of P has at least one object not in its extension
Question 3 True / False

A formula in first-order logic has a definite truth value that does not depend on which model is used to interpret it.

TTrue
FFalse
Question 4 True / False

A valid model in standard first-order logic must have a non-empty domain — interpretations over the empty set are not permitted.

TTrue
FFalse
Question 5 Short Answer

What are the two distinct components of a model in first-order logic, and how can varying each independently change the truth of a sentence?

Think about your answer, then reveal below.