Questions: The Polynomial Time Hierarchy: Levels Beyond NP

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A researcher proves that Σ₂P = Σ₃P — the second and third levels of the polynomial hierarchy coincide. What does this immediately imply?

AOnly that problems in Σ₃P are slightly easier than previously believed
BThe entire polynomial hierarchy collapses to Σ₂P — all higher levels also coincide with Σ₂P
CP = NP, since collapsing two adjacent levels implies the base levels also collapse
DPSPACE becomes equivalent to NP, since PH ⊆ PSPACE
Question 2 Multiple Choice

Which of the following best describes a problem in Σ₂P, distinguishing it from a problem merely in NP?

AA problem that can be solved in polynomial time using two parallel processors
BA problem where a solution certificate can be verified in polynomial time with a single round of nondeterminism
CA problem where you existentially guess a witness y₁, and then for all possible adversarial responses y₂, a polynomial-time verifiable condition holds
DA problem that requires exactly two oracle calls to an NP oracle to decide
Question 3 True / False

If P = NP, then the entire polynomial hierarchy collapses to P.

TTrue
FFalse
Question 4 True / False

TQBF (true quantified Boolean formulas with any number of quantifier alternations) is a problem in the polynomial hierarchy because the polynomial hierarchy captures problems with quantified Boolean formulas.

TTrue
FFalse
Question 5 Short Answer

Explain in your own words why the polynomial hierarchy is built from alternating quantifiers, and what it means for a problem to be 'Σ₂P-complete' rather than just 'NP-complete.'

Think about your answer, then reveal below.