Questions: Free Variables and Bound Variables

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

In the formula ∀x (P(x, y) → ∃x Q(x, z)), which variables are free?

Ax only — it appears in both quantifiers
By and z — they appear without a binding quantifier in this formula
Cy only — z is implicitly bound by the inner ∃x
DNo variables are free — all variables are bound by some quantifier
Question 2 Multiple Choice

A logician substitutes the term y for the variable x in the formula ∀y (x < y), producing ∀y (y < y). What has gone wrong?

AThe substitution is invalid because x was already bound by ∀x
BVariable capture: the free variable y became accidentally bound by ∀y, changing the formula's meaning
CThe resulting formula ∀y (y < y) is logically equivalent to the original, so no error occurred
DThe substitution should have used a fresh variable name, but the resulting meaning is still the same
Question 3 True / False

Bound variables can be renamed throughout their scope without changing the formula's meaning — ∀x P(x) and ∀z P(z) express the same proposition.

TTrue
FFalse
Question 4 True / False

A formula with free variables is incomplete or invalid — it cannot be meaningfully evaluated until most variables are bound by quantifiers.

TTrue
FFalse
Question 5 Short Answer

Why does a sentence (a formula with no free variables) have a definite truth value in a given structure, while an open formula does not?

Think about your answer, then reveal below.