Questions: Counterexamples and Refutation

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

You claim: 'From the premises All mammals breathe air and All whales are mammals, it follows that All whales breathe air.' A classmate says this inference fails. What would the classmate need to produce to refute your claim?

AA formal derivation showing the conclusion cannot be derived from the premises using inference rules
BA specific interpretation — a domain and predicate assignments — where both premises are true but the conclusion is false
CAn alternative argument that leads to the opposite conclusion from the same premises
DA dictionary definition of 'mammal' that does not include whales
Question 2 Multiple Choice

An automated theorem prover attempts to prove Γ ⊨ φ by adding ¬φ to the premises and using resolution to derive a contradiction. Why is this the correct strategy rather than trying to directly construct a proof of φ?

AResolution can only operate on formulas in negation normal form, and adding ¬φ converts φ into the required form
BΓ ⊨ φ holds if and only if Γ ∪ {¬φ} is unsatisfiable — deriving ⊥ from the combined set shows no interpretation can make all premises true while making φ false
CDirect proof of φ would require checking all possible interpretations, which is infinite, while refuting Γ ∪ {¬φ} requires only finite search
DThe prover cannot verify φ directly; it can only check whether a given set of formulas is satisfiable or unsatisfiable
Question 3 True / False

A counterexample to the semantic consequence Γ ⊨ φ is precisely a satisfying model of the formula set Γ ∪ {¬φ}.

TTrue
FFalse
Question 4 True / False

If no counterexample can be found after exhaustively checking most possible interpretations over domains of size 1, 2, and 3, then Γ ⊨ φ is proven to hold.

TTrue
FFalse
Question 5 Short Answer

Explain why finding a counterexample to Γ ⊨ φ is equivalent to finding a satisfying assignment for Γ ∪ {¬φ}, and why this equivalence matters for automated theorem proving.

Think about your answer, then reveal below.