Questions: The Arithmetical Hierarchy

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

The totality problem — determining whether a Turing machine M_e halts on *every* input — is Π₂-complete. Which quantifier structure explains why it cannot be Π₁?

AIt requires a single universal quantifier over inputs: ∀x (M_e halts on x), which is exactly the Π₁ form
BIt requires alternating quantifiers: ∀x ∃c (c is a halting computation of M_e on x) — a ∀∃ structure that goes one level beyond Π₁
CIt is undecidable, and all undecidable problems sit at the Π₁ level
DTotality is co-RE because its complement (some input causes non-halting) is RE
Question 2 Multiple Choice

Which class in the arithmetical hierarchy corresponds exactly to the decidable (recursive) sets?

AΣ₁ — all recursively enumerable sets are decidable
BΠ₁ — co-RE sets are all decidable
CΔ₁ — the intersection of Σ₁ and Π₁, containing sets that are both RE and co-RE
DΣ₂ ∩ Π₂ — decidability requires two levels of quantifier alternation to establish
Question 3 True / False

The halting problem is Σ₁-complete because membership can be witnessed by a single finite computation that halts — expressible with one existential quantifier block.

TTrue
FFalse
Question 4 True / False

The arithmetical hierarchy and the polynomial hierarchy from computational complexity theory are essentially the same classification system applied at different scales — both measure problem difficulty by alternating quantifier blocks.

TTrue
FFalse
Question 5 Short Answer

Why does Δ₁ equal exactly the class of decidable sets, and what does this tell you about the relationship between a language and its complement?

Think about your answer, then reveal below.