5 questions to test your understanding
A language L is in Σ₂P. Which description best characterizes the ATM that decides L in polynomial time?
What is the relationship between AP (the class of languages decided by polynomial-time ATMs) and the major complexity classes PSPACE and NP?
At a universal (∀) state, an alternating Turing machine accepts if and only if every branch of its computation from that state eventually leads to acceptance.
ALOGSPACE equals NL (nondeterministic logspace) because both models compute with logspace bounds and involve nondeterministic branching.
Explain how alternating between existential and universal states in an ATM captures the structure of nested quantifiers, and what complexity class is captured by polynomial-time ATMs.