Questions: Satisfaction Relation in First-Order Logic

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

In structure M = (ℤ, <), consider the formula φ: 'x < y'. Which statement correctly evaluates M ⊨ φ[σ]?

AIt is true in M, because in ℤ there always exist integers x and y with x < y
BIt depends on the variable assignment σ — it is true when σ(x) < σ(y) and false otherwise
CIt is false because x and y are not bound by quantifiers
DIt cannot be evaluated until the domain of σ is specified separately from M
Question 2 Multiple Choice

Which of the following is a sentence — a formula that can be evaluated in a structure without any variable assignment?

Ax < y + 1
B∃x (x < y)
C∀x ∀y (x < y ∨ y < x ∨ x = y)
DP(x) ∧ Q(y)
Question 3 True / False

A formula with free variables has a definite truth value in a structure M, regardless of which variable assignment is used.

TTrue
FFalse
Question 4 True / False

The formula ∀x ψ is satisfied under assignment σ if there exists at least one element a in the domain such that ψ is satisfied when x is mapped to a.

TTrue
FFalse
Question 5 Short Answer

Explain the difference between a formula and a sentence in first-order logic, and why the satisfaction relation requires a variable assignment for formulas but not for sentences.

Think about your answer, then reveal below.