Questions: Ground Instances and Variable Instantiation

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A student claims that to show a set of first-order clauses is unsatisfiable, you must demonstrate that no interpretation over any domain satisfies them. What does Herbrand's theorem tell us instead?

AYou must check all interpretations whose domain has exactly one element
BYou only need to find a finite set of ground instances that are propositionally unsatisfiable
CYou must run the unification algorithm until it reports failure
DYou must show the clause set has no model of cardinality greater than the number of clauses
Question 2 Multiple Choice

Unification finds the most general substitution making two terms syntactically identical. Ground instantiation is best understood as the conceptual opposite because it:

AFinds the least specific substitution that makes two clauses match
BReplaces every free variable with a specific ground term from the Herbrand universe
CConverts clauses to conjunctive normal form before any substitution
DChecks whether a formula is propositionally valid by enumeration
Question 3 True / False

A ground term contains no variables, so it can be evaluated as true or false in a model without providing any variable assignment.

TTrue
FFalse
Question 4 True / False

The Herbrand universe of a clause set is the set of most interpretations (models) that satisfy most clause in the set.

TTrue
FFalse
Question 5 Short Answer

What is the significance of Herbrand's theorem for automated theorem proving, and how does it allow first-order reasoning to be reduced to propositional reasoning?

Think about your answer, then reveal below.