Karp-Lipton theorem

Karp-Lipton theorem

The Karp–Lipton theorem in complexity theory states that if the boolean satisfiability problem (SAT) can be solved by Boolean circuits with a polynomial number of logic gates, then

:Pi_2 , = Sigma_2 , and therefore mathrm{PH} , = Sigma_2 ,.

That is, if we assume that NP, the class of nondeterministic polynomial time problems, can be contained in the non-uniform polynomial time complexity class P/poly, then this assumption implies the collapse of the polynomial hierarchy at its second level. Such a collapse is believed unlikely, so the theorem is generally viewed by complexity theorists as evidence for the nonexistence of polynomial size circuits for SAT or for other NP-complete problems. A proof that such circuits do not exist would imply that P ≠ NP. As P/poly contains all problems solvable in randomized polynomial time (Adleman 1978), the Karp–Lipton theorem is also evidence that the use of randomization does not lead to polynomial time algorithms for NP-complete problems.

The Karp–Lipton theorem is named after Richard M. Karp and Richard J. Lipton, who first proved it in 1980.

Intuition

Suppose that polynomial sized circuits for SAT not only exist, but also that they could be constructed by a polynomial time algorithm. Then this supposition implies that SAT itself could be solved by a polynomial time algorithm that constructs the circuit and then applies it. That is, efficiently constructable circuits for SAT would lead to a stronger collapse, P = NP.

The assumption of the Karp–Lipton theorem, that these circuits exist, is weaker. But it is still possible for an algorithm in the complexity class Sigma_2 to "guess" a correct circuit for SAT. The complexity class Sigma_2 describes problems of the form:exists xforall y;psi(x,y)where psi is any polynomial-time computable predicate. The existential power of the first quantifier in this predicate can be used to guess a correct circuit for SAT, and the universal power of the second quantifier can be used to verify that the circuit is correct. Once this circuit is guessed and verified, the algorithm in class Sigma_2 can use it as a subroutine for solving other problems.

Self-reducibility

To understand the Karp–Lipton proof in more detail, we consider the problem of testing whether a circuit "c" is a correct circuit for solving SAT instances of a given size, and show that this circuit testing problem belongs to Pi_1. That is, there exists a polynomial time computable predicate "V" such that "c" is a correct circuit if and only if, for all polynomially-bounded "z", "V"("c","z") is true.

The circuit "c" is a correct circuit for SAT if it satisfies two properties:
*For every pair ("s","x") where "s" is an instance of SAT and "x" is a solution to the instance, "c"("s") must be true
*For every instance "s" of SAT for which "c"("s") is true, "s" must be solvable.The first of these two properties is already in the form of problems in class Pi_1. To verify the second property, we use the "self-reducibility" property of SAT.

Self-reducibility describes the phenomenon that, if we can quickly test whether a SAT instance is solvable, we can almost as quickly find an explicit solution to the instance. To find a solution to an instance "s", choose one of the Boolean variables "x" that is input to "s", and make two smaller instances "s"0 and "s"1 where "s""i" denotes the formula formed by replacing "x" with the constant "i". Once these two smaller instances have been constructed, apply the test for solvability to each of them. If one of these two tests returns that the smaller instance is satisfiable, continue solving that instance until a complete solution has been derived.

To use self-reducibility to check the second property of a correct circuit for SAT, we rewrite it as follows:
*For every instance "s" of SAT for which "c"("s") is true, the self-reduction procedure described above finds a valid solution to "s".

Thus, we can test in Pi_1 whether "c" is a valid circuit for solving SAT.

see Random_self-reducibility for more information

Proof of Karp–Lipton theorem

The Karp–Lipton theorem can be restated as a result about Boolean formulas with polynomially-bounded quantifiers. Problems in Pi_2 are described by formulas of this type, with the syntax:phi = forall x exists y ; psi(x, y)where psi is a polynomial-time computable predicate. The Karp–Lipton theorem states that this type of formula can be transformed in polynomial time into an equivalent formula in which the quantifiers appear in the opposite order; such a formula belongs to Sigma_2. Note that the subformula:s(x)=exists y ; psi(x, y)is an instance of SAT. That is, if "c" is a valid circuit for SAT, then this subformula is equivalent to the unquantified formula "c"("s"("x")). Therefore, the full formula for phi is equivalent (under the assumption that a valid circuit "c" exists) to the formula:exists cforall (x,z);V(c,z)wedge c(s(x))where "V" is the formula used to verify that "c" really is a valid circuit using self-reducibility, as described above. This equivalent formula has its quantifiers in the opposite order, as desired. Therefore, the Karp–Lipton assumption allows us to transpose the order of existential and universal quantifiers in formulas of this type, showing that Sigma_2=Pi_2. Repeating the transposition allows formulas with deeper nesting to be simplified to a form in which they have a single existential quantifier followed by a single universal quantifier, showing that PH=Sigma_2.

References

*cite conference
author = Adleman, L. M.
title = Two theorems on random polynomial time
booktitle = Proceedings of the Nineteenth Annual IEEE Symposium on Foundations of Computing
date = 1978
pages = 75–83

*cite conference
author = Karp, R. M.; Lipton, R. J.
title = Some connections between nonuniform and uniform complexity classes
booktitle = Proceedings of the Twelfth Annual ACM Symposium on Theory of Computing
date = 1980
pages = 302–309
doi = 10.1145/800141.804678


Wikimedia Foundation. 2010.

Игры ⚽ Нужен реферат?

Look at other dictionaries:

  • Richard Karp — Infobox Scientist name = Richard Manning Karp image width = caption = birth date = January 3, 1935 birth place = Boston, Massachusetts death date = death place = residence = citizenship = nationality = American ethnicity = field = Computer… …   Wikipedia

  • Richard J. Lipton — Infobox Scientist image width = 150px name = Richard J. Lipton box width = birth date = Sept 6, 1946 birth place = death date = death place = residence = citizenship = nationality = ethnicity = field = computer science work institutions = Yale… …   Wikipedia

  • Boolean satisfiability problem — For the concept in mathematical logic, see Satisfiability. 3SAT redirects here. For the Central European television network, see 3sat. In computer science, satisfiability (often written in all capitals or abbreviated SAT) is the problem of… …   Wikipedia

  • Clique problem — The brute force algorithm finds a 4 clique in this 7 vertex graph (the complement of the 7 vertex path graph) by systematically checking all C(7,4)=35 4 vertex subgraphs for completeness. In computer science, the clique problem refers to any of… …   Wikipedia

  • P versus NP problem — Unsolved problems in computer science Is P = NP ? …   Wikipedia

  • SL (complexity) — In computational complexity theory, SL (Symmetric Logspace or Sym L) is the complexity class of problems log space reducible to USTCON ( undirected s t connectivity ), which is the problem of determining whether there exists a path between two… …   Wikipedia

  • Paul Samuelson — Paul A. Samuelson Neo Keynesian economics Photo taken 1950 (age 35) Born May 15, 1915(1915 05 15) Gary …   Wikipedia

  • List of people from Michigan — A list of notable people from the U.S. state of Michigan. Bolding indicates places in Michigan. People from Michigan are sometimes referred to as Michiganders, Michiganians, or more rarely as Michiganites. Actors, entertainers and… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”