Questions: Cut Elimination and Gentzen's Hauptsatz

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

What is the 'subformula property' of cut-free proofs, and what does it immediately enable?

AEvery formula in the proof must be logically equivalent to the conclusion — enabling automated simplification
BEvery formula appearing in any premise of a cut-free proof must be a subformula of the end sequent — bounding the search space and enabling a decision procedure for propositional logic
CThe proof can only use formulas shorter than the conclusion — limiting the length of cut-free derivations
DThe proof must start from atomic formulas only — making all proofs ground-level
Question 2 Multiple Choice

A logician claims: 'We should use cut-free proofs in all automated theorem provers because cut-free proofs are shorter and easier to find.' Which part of this claim is incorrect?

ABoth parts are incorrect — cut-free proofs are longer and harder to find
BThe first part — cut-free proofs can be exponentially or even non-elementarily longer than proofs with cut
CThe second part — cut-free proofs are harder to find because the subformula property restricts the available rules
DNeither part — the claim is entirely correct
Question 3 True / False

Cut-free proofs are typically shorter than proofs that use the cut rule, because they avoid the overhead of computing intermediate lemmas.

TTrue
FFalse
Question 4 True / False

The subformula property of cut-free proofs means the search space for propositional provability is finite, yielding a decision procedure.

TTrue
FFalse
Question 5 Short Answer

Explain why cut elimination yields a decision procedure for propositional logic but does not directly yield the same for first-order predicate logic.

Think about your answer, then reveal below.