The first half of these problems are from LPL and should be submitted
to the Grade Grinder with instructor name kazu@cs.umass.edu
as in HW#4. The second half are to be handed in on paper at or before
the class, or otherwise as arranged with Kazu.
Each LPL question counts five points.
{n: ∃x1 ∀x2...Qkxk φ(n,x1,x2,...,xk)}.
Similarly, S is in the class Πk if there is some primitive recursive predicate φ such that S is the set:
{n: ∀x1 ∃x2...Qkxk φ(n,x1,x2,...,xk)}. Here Qk is a quantifier, either ∃ or ∀ depending on the alternation of quantifiers in the prefix. Here are some problems concerning these classes:
Prove that LEVELLED-REACH is NL-complete. You will need to explain both why this set is in NL and why every NL set L-reduces to it. (Hint: Show that REACH L-reduces to LEVELLED-REACH. Why is this sufficient?)
Last modified 1 April 2003