Questions: Ground Terms and Ground Formulas

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A signature contains exactly one constant symbol (a) and one unary function symbol (f). How many ground terms does this signature generate?

A1 — only the constant a
B2 — the constant a and the term f(a)
CFinitely many — up to some fixed nesting depth determined by the signature
DInfinitely many — a, f(a), f(f(a)), f(f(f(a))), and so on without bound
Question 2 Multiple Choice

Consider the formula ∀x P(x, a) where a is a constant and P is a binary predicate. Is this formula ground?

AYes — the quantifier ∀x binds every occurrence of x, so the formula is closed and therefore ground
BNo — the bound variable x still appears in the atom P(x, a), making that atom non-ground, even though the formula has no free variables
CYes — since a is a constant and x is universally quantified, the formula makes assertions about specific objects
DNo — only atomic formulas (without any connectives or quantifiers) can be ground
Question 3 True / False

A ground formula is always a closed formula (no free variables), but a closed formula is not always a ground formula.

TTrue
FFalse
Question 4 True / False

Ground terms can mainly be formed from constant symbols alone — applying function symbols to constants does not yield a ground term.

TTrue
FFalse
Question 5 Short Answer

Explain why the Herbrand universe relies on ground terms, and what Herbrand's theorem allows us to conclude about first-order satisfiability.

Think about your answer, then reveal below.