CS254 Lecture 4 – The Polynomial Hierarchy

Today we show how to reduce the error probability of probabilistic algorithms, prove Adleman’s theorem that polynomial time probabilistic algorithms can be simulated by polynomial size circuits, and we give the definition of the polynomial hierarchy

1. Adleman’s Theorem

Last time we mentioned that if we start from a randomized algorithm that provides the correct answer only with probability slightly higher than half, then repeating the algorithm many times with independent randomness will make the right answer appear the majority of the times with very high probability.

More formally, we have the following theorem.

Theorem 1 (Chernoff Bound) Suppose {X_1,\ldots,X_k} are independent random variables with values in {\{0,1\}} and for every {i}, {\mathop{\mathbb P}[X_i=1]=p_i}. Then, for any {\epsilon > 0}:

\displaystyle  \mathop{\mathbb P} \left[ \sum_{i=1}^k X_i> \sum_{i=1}^k p_i + k \epsilon \right] <e^{-2\epsilon^2 k}

\displaystyle  \mathop{\mathbb P} \left[ \sum_{i=1}^k X_i < \sum_{i=1}^k p_i - k \epsilon \right]<e^{-2\epsilon^2k}

The Chernoff bounds will enable us to bound the probability that our result is far from the expected. Indeed, these bounds say that this probability is exponentially small with respect to {k}.

Let us now consider how the Chernoff bounds apply to the algorithm we described previously. We fix the input {x} and call {p=\mathop{\mathbb P}_{r}[A(x,r)=1]} over all possible random sequences. We also define the independent 0/1 random variables {X_1,\ldots,X_k} such that {X_i=1} if and only if {A(x,r_i)} outputs the correct answer.

First, suppose {x\in L}. Then the algorithm {A^{(k)}(x,r_1,\ldots,r_k)} outputs the right answer {1}, when {\sum_{i}X_i\geq k/2}. So, the algorithm makes a mistake when {\sum_{i}X_i< k/2}.

We now apply the Chernoff bounds to bound this probability.

\displaystyle  \mathop{\mathbb P}[A^{(k)} \text{outputs the wrong answer on}\;\;x]

\displaystyle  = \mathop{\mathbb P}[\sum_{i}X_i< \tfrac{k}{2}]

\displaystyle  \leq \mathop{\mathbb P}[\sum_{i}X_i-kp\leq -\tfrac{k}{6}]

\displaystyle \leq e^{-k/18}

\displaystyle  =2^{-\Omega(k)}

The probability is exponentially small in {k}. The same reasoning applies also for the case where {x\not\in L}. Further, it is easy to see that by choosing {k} to be a polynomial in {|x|} instead of a constant, we can change the definition of a {{\bf BPP}} algorithm and instead of the bound of {\tfrac{1}{3}} for the probability of a wrong answer, we could equivalently have a bound of {1/2 - 1/q(|x|)} or {2^{-q(|x|)}}, for a fixed polynomial {q}.

Would it be equivalent to have a bound of {1/2 - 2^{-q(|x|)}}?

Definition 2 {{\bf PP}} is the set of problems that can be solved by a nondeterministic Turing machine in polynomial time where the acceptance condition is that a majority (more than half) of computation paths accept.

Although superficially similar to {{\bf BPP}}, {{\bf PP}} is a very powerful class; {{\bf P}^{\bf PP}} (polynomial time computations with an oracle for {{\bf PP}}) includes all of {{\bf NP}}, quantum polynomial time {{\bf BQP}}, and the entire polynomial hierarchy {\Sigma_1 \subseteq \Sigma_2 \subseteq \ldots} which we will define later.

Now, we are going to see how the probabilistic complexity classes relate to circuit complexity classes and specifically prove that the class {{\bf BPP}} has polynomial size circuits.

Theorem 3 (Adleman) {{\bf BPP}\subseteq {\bf SIZE}(n^{O(1)})}

Proof: Let {L} be in the class BPP. Then by definition, there is a polynomial time algorithm {A} and a polynomial {p}, such that for every input {x}

\displaystyle  \mathop{\mathbb P}_{r\in \{0,1\}^{p(|x|)}}[A(x,r)=\text{wrong answer for} \;\;\;x] \leq 2^{-(n+1)}

This follows from our previous conclusion that we can replace {\tfrac{1}{3}} with {2^{-q(|x|)}}. We now fix {n} and try to construct a circuit {C_n}, that solves {L} on inputs of length {n}.

Claim 1 There is a random sequence {r\in \{0,1\}^{p(n)}} such that for every {x\in\{0,1\}^n} {A(x,r)} is correct.

Proof: Informally, we can see that, for each input {x} of length {n}, the number of random sequences {r} that give the wrong answer is exponentially small. Therefore, even if we assume that these sequences are different for every input {x}, their sum is still less than the total number of random sequences. Formally, let’s consider the probability over all sequences that the algorithm gives the right answer for all input. If this probability is greater than {0}, then the claim is proved.

\displaystyle  \mathop{\mathbb P}_{r}[\text{for every}\;\;\; x, A(x,r)\;\;\;\text{is correct}]

\displaystyle  = 1-\mathop{\mathbb P}_{r}[\exists x, A(x,r)\;\;\; \text{is wrong}]

The probability in the second expression is the union of {2^n} possible events for each {x}; this is bounded by the sum of the probabilities

\displaystyle  \geq 1- \sum_{x\in\{0,1\}^n}\mathop{\mathbb P}_{r}[A(x,r) \text{is wrong}]

\displaystyle  \geq 1-2^n\cdot 2^{-(n+1)}

\displaystyle  \geq \dfrac{1}{2}

So, we proved that at least half of the random sequences are correct for all possible input {x}. Therefore, it is straightforward to see that we can simulate the algorithm {A(\cdot,\cdot)}, where the first input has length {n} and the second {p(n)}, by a circuit of size polynomial in {n}.

All we have to do is find a random sequence which is always correct and build it inside the circuit. Hence, our circuit will take as input only the input {x} and simulate {A} with input {x} and {r} for this fixed {r}. Of course, this is only an existential proof, since we don’t know how to find this sequence efficiently. \Box

In general, the hierarchy of complexity classes looks like the following picture, if we visualize all classes that are not known to be equal as distinct.

It is, however, generally conjectured that {{\bf P} = {\bf BPP}}, in which case the complexity map greatly simplifies:

2. Complexity Classes with Advice

In this section we prove an alternative characterization of classes of functions computable by bounded-size circuits.

Let {a : {\mathbb N} \rightarrow {\mathbb N}} be a function (e.g. {a(n)=2n^2}).

Definition 4 {{\bf P}/a(n)} is the class of decision problems such there is a sequence of strings {S_1, S_2, \ldots, S_n} where {|S_n| \leq a(n)}, and a polynomial-time algorithm {A} such that {\forall x. A(x,S_{|x|})} correctly solves the problem.

Definition 5 {{\bf P}/poly = \bigcup_{k}({\bf P}/O(n^k))}

Theorem 6 {{\bf P}/poly = {\bf SIZE}(poly)}

Proof: For any problem in {{\bf P}/poly}, there is an algorithm A and a sequence of strings {S_1, S_2, ..., S_n, ...} that can solve it. For inputs of length n, we can construct {C_n = A(x, S_n)}. Such set of circuits will solve the problem.
For any problem in {{\bf SIZE}(poly}, there is a family of circuits {\{C_1, C_2, ..., C_n, ...\}} that solves it. Consider constructing a circuit evaluation algorithm {A(x, C_n) = C_n(x)}.
\Box

3. Polynomial hierarchy

Remark 1 (Definition of {{\bf NP}} and {co{\bf NP}}) A problem is in {{\bf NP}} if and only if there is a polynomial time computable {F(\cdot,\cdot)} and a polynomial time bound {p()} such that

\displaystyle  x\;\text{is a YES-instance} \Leftrightarrow \exists y.\;y\in \{0,1\}^{p(|x|)} \wedge F(x,y)

{co{\bf NP}} is the class of problems whose complement (switch YES-instance to NO-instance) is in {{\bf NP}}. Formally, a problem is in {co{\bf NP}} if and only if there is a polynomial time computable {F(\cdot,\cdot)} and a polynomial time bound {p()} such that

\displaystyle  x\;\text{is a YES-instance} \Leftrightarrow \forall y : y\in \{0,1\}^{p(|x|)} , F(x,y)

The polynomial hierarchy starts with familiar classes on level one: {\Sigma_1 = {\bf NP}} and {\Pi_1 = co{\bf NP}}. For all {i \ge 1}, it includes two classes, {\Sigma_i} and {\Pi_i}, which are defined as follows:

Definition 7 {\Sigma_k} is the class of all problems such that there is a polynomial time computable {F(\cdot,...,\cdot)} and k polynomials {p_1(),...,p_k()} such that

\displaystyle  x\;\text{is a YES-instance} \Leftrightarrow

\displaystyle  \exists y_1 \in \{ 0,1 \}^{p_1(|x|)} .\forall y_2\in \{ 0,1 \}^{p_2(|x|)} .\; \ldots

\displaystyle  \ldots \underset{\text{\tiny{k is odd/even}}}{\forall/\exists} y_k \in \{ 0,1 \}^{p_k(|x|)}.\; F(x,y_1,\ldots,y_k)

Definition 8 {\Pi_k} is the class of all problems such that there is a polynomial time computable {F(\cdot,...,\cdot)} and {k} polynomials {p_1(),...,p_k()} such that

\displaystyle  x\;\text{is a YES-instance} \Leftrightarrow

\displaystyle  \forall y_1 \in \{ 0,1 \}^{p_1(|x|)}.\exists y_2 \in \{ 0,1 \}^{p_2(|x|)}.\; \ldots

\displaystyle \ldots \underset{\text{\tiny{k is odd/even}}}{\forall/\exists} y_k \in \{ 0,1 \}^{p_k(|x|)}.\; F(x,y_1,\ldots,y_k)

One thing that is easy to see is that {\Pi_k = \mbox{co}\Sigma_k}. Also, note that, for all {i \le k-1}, {\Pi_i \subseteq \Sigma_k} and {\Sigma_i \subseteq \Sigma_k}. These subset relations hold for {\Pi_k} as well. This can be seen by noticing that the predicates {F} do not need to “pay attention to” all of their arguments, and so can represent classes lower on the hierarchy which have a smaller number of them.

Exercise 1 {\forall k. \Sigma_k} has a complete problem.

Next time we will prove (a stronger version of) the following result:

Theorem 9 If {\Sigma_{k+1} = \Sigma_k}, then {\forall t \geq k}, {\Sigma_t = \Sigma_k}.

2 thoughts on “CS254 Lecture 4 – The Polynomial Hierarchy

  1. Thanks for the posts. Just one thing: the simplification of the complexity map, after assuming P = BPP, is not reflected in the posted picture.

Leave a comment