Questions: The Polynomial Hierarchy

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Which of the following problems is most naturally at the Σ₂^P level of the polynomial hierarchy?

ADeciding if a Boolean formula is satisfiable (SAT)
BDeciding if a Boolean formula is a tautology (true for all assignments)
CDeciding if a Boolean formula has a minimal equivalent of size at most k
DDeciding if a graph has a Hamiltonian cycle
Question 2 Multiple Choice

If it were proven that Σ₂^P = Π₂^P, what would be the correct conclusion?

AOnly the second and third levels of PH would collapse; higher levels remain separate
BThe entire polynomial hierarchy would collapse to the second level
CThe hierarchy would collapse to P, since Σ₂^P would then equal NP
DPSPACE would also collapse to Σ₂^P
Question 3 True / False

Σ₁^P = NP because NP problems are characterized by the existence of a polynomial-time verifiable certificate, which is exactly the existential quantifier ∃.

TTrue
FFalse
Question 4 True / False

The polynomial hierarchy is contained in PSPACE because PSPACE can simulate any bounded number of quantifier alternations by exhaustive search within polynomial space.

TTrue
FFalse
Question 5 Short Answer

Why does the polynomial hierarchy 'collapse to level i' if Σᵢ^P = Πᵢ^P, and why is this believed not to happen for any level i?

Think about your answer, then reveal below.