Berman–Hartmanis conjecture

From HandWiki
Short description: Unsolved problem in structural complexity theory
Question, Web Fundamentals.svg Unsolved problem in computer science:
Is there a polynomial time isomorphism between every two NP-complete languages?
(more unsolved problems in computer science)

In structural complexity theory, the Berman–Hartmanis conjecture is an unsolved conjecture named after Leonard C. Berman and Juris Hartmanis that states that all NP-complete languages look alike, in the sense that they can be related to each other by polynomial time isomorphisms.[1][2][3][4]

Statement

An isomorphism between formal languages L1 and L2 is a bijective map f from strings in the alphabet of L1 to strings in the alphabet of L2, with the property that a string x belongs to L1 if and only if f(x) belongs to L2. It is a polynomial time isomorphism (or p-isomorphism for short) if both f and its inverse function can be computed in an amount of time polynomial in the lengths of their arguments.

(Berman Hartmanis) observed that all languages known at that time to be NP-complete were p-isomorphic. More strongly, they observed that all then-known NP-complete languages were paddable, and they proved (analogously to the Myhill isomorphism theorem) that all pairs of paddable NP-complete languages are p-isomorphic. A language L is paddable if there is a polynomial time function f(x,y) with a polynomial time inverse and with the property that, for all x and y, x belongs to L if and only if f(x,y) belongs to L: that is, it is possible to pad the input x with irrelevant information y, in an invertible way, without changing its membership in the language. Based on these results, Berman and Hartmanis conjectured that all NP-complete languages are p-isomorphic.[5]

Since p-isomorphism preserves paddability, and there exist paddable NP-complete languages, an equivalent way of stating the Berman–Hartmanis conjecture is that all NP-complete languages are paddable. Polynomial time isomorphism is an equivalence relation, and it can be used to partition the formal languages into equivalence classes, so another way of stating the Berman–Hartmanis conjecture is that the NP-complete languages form a single equivalence class for this relation.

Implications

If the Berman–Hartmanis conjecture is true, an immediate consequence would be the nonexistence of sparse NP-complete languages, namely languages in which the number of yes-instances of length n grows only polynomially as a function of n. The known NP-complete languages have a number of yes-instances that grows exponentially, and if L is a language with exponentially many yes-instances then it cannot be p-isomorphic to a sparse language, because its yes-instances would have to be mapped to strings that are more than polynomially long in order for the mapping to be one-to-one.

The nonexistence of sparse NP-complete languages in turn implies that P ≠ NP, because if P = NP then every nontrivial language in P (including some sparse ones, such as the language of binary strings all of whose bits are zero) would be NP-complete. In 1982, Steve Mahaney published his proof that the nonexistence of sparse NP-complete languages (with NP-completeness defined in the standard way using many-one reductions) is in fact equivalent to the statement that P ≠ NP; this is Mahaney's theorem. Even for a relaxed definition of NP-completeness using Turing reductions, the existence of a sparse NP-complete language would imply an unexpected collapse of the polynomial hierarchy.[6]

Evidence

As evidence towards the conjecture, (Agrawal Allender) showed that an analogous conjecture with a restricted type of reduction is true: every two languages that are complete for NP under AC0 many-one reductions have an AC0 isomorphism.[7] (Agrawal Watanabe) showed that, if there exist one-way functions that cannot be inverted in polynomial time on all inputs, but if every such function has a small but dense subset of inputs on which it can be inverted in P/poly (as is true for known functions of this type) then every two NP-complete languages have a P/poly isomorphism.[8] And (Fenner Fortnow) found an oracle machine model in which the analogue to the isomorphism conjecture is true.[9]

Evidence against the conjecture was provided by (Joseph Young) and (Kurtz Mahaney). Joseph and Young introduced a class of NP-complete problems, the k-creative sets, for which no p-isomorphism to the standard NP-complete problems is known.[10] Kurtz et al. showed that in oracle machine models given access to a random oracle, the analogue of the conjecture is not true: if A is a random oracle, then not all sets complete for NPA have isomorphisms in PA.[11] Random oracles are commonly used in the theory of cryptography to model cryptographic hash functions that are computationally indistinguishable from random, and the construction of Kurtz et al. can be carried out with such a function in place of the oracle. For this reason, among others, the Berman–Hartmanis isomorphism conjecture is believed false by many complexity theorists.[12]

References

  1. Rothe, Jörg (2005), "3.6.2 The Berman–Hartmanis Isomorphism Conjecture and One-Way Functions", Complexity Theory and Cryptology: An Introduction to Cryptocomplexity, Birkhäuser, pp. 108–114, ISBN 978-3-540-22147-0 .
  2. Schöning, Uwe; Pruim, Randall J. (1998), "15. The Berman–Hartmanis Conjecture and Sparse Sets", Gems of Theoretical Computer Science, Springer, pp. 123–129, ISBN 978-3-540-64425-5 .
  3. Kurtz, Stuart; Mahaney, Steve; Royer, Jim (1990), "The structure of complete degrees", Complexity Retrospective, Springer, pp. 108–146, http://www.cis.syr.edu/~royer/archive/survey.ps 
  4. Agrawal, Manindra (2011), "The Isomorphism Conjecture for NP", in Cooper, S. Barry; Sorbi, Andrea, Computability in Context: Computation and Logic in the Real World, World Scientific, pp. 19–48, ISBN 978-1-84816-245-7, http://www.cse.iitk.ac.in/users/manindra/survey/Isomorphism-Conjecture.pdf .
  5. Berman, L. (1977), "On isomorphisms and density of NP and other complete sets", SIAM Journal on Computing 6 (2): 305–322, doi:10.1137/0206023, https://ecommons.cornell.edu/bitstream/1813/7101/1/75-260.pdf .
  6. Mahaney, Stephen R. (1982), "Sparse complete sets for NP: solution of a conjecture of Berman and Hartmanis", Journal of Computer and System Sciences 25 (2): 130–143, doi:10.1016/0022-0000(82)90002-2 .
  7. "Reducing the complexity of reductions", Proceedings of the 29th ACM Symposium on Theory of Computing (STOC '97), 1997, pp. 730–738, doi:10.1145/258533.258671 . "Reductions in circuit complexity: an isomorphism theorem and a gap theorem", Journal of Computer and System Sciences 57 (2): 127–143, 1998, doi:10.1006/jcss.1998.1583 .
  8. "One-way functions and the Berman–Hartmanis conjecture", 24th Annual IEEE Conference on Computational Complexity, 2009, pp. 194–202, doi:10.1109/CCC.2009.17, http://www.cse.iitk.ac.in/users/manindra/isomorphism/easy-cylinder-conjecture.pdf .
  9. Fenner, S. (1992), "The isomorphism conjecture holds relative to an oracle", Proceedings of the 33rd Annual IEEE Symposium on Foundations of Computer Science, pp. 30–39, doi:10.1109/SFCS.1992.267821 .
  10. "Some remarks on witness functions for nonpolynomial and noncomplete sets in NP", Theoretical Computer Science 39 (2–3): 225–237, 1985, doi:10.1016/0304-3975(85)90140-9, http://digital.library.wisc.edu/1793/58504 .
  11. Kurtz, Stuart A.; Mahaney, Stephen R.; Royer, James S. (1995), "The isomorphism conjecture fails relative to a random oracle", Journal of the ACM 42 (2): 401–420, doi:10.1145/201019.201030, https://surface.syr.edu/cgi/viewcontent.cgi?article=1036&context=eecs .
  12. Fortnow, Lance (March 28, 2003), The Berman-Hartmanis Isomorphism Conjecture, http://blog.computationalcomplexity.org/2003/03/berman-hartmanis-isomorphism.html .