NP-intermediate

Source: Wikipedia, the free encyclopedia.

In

NP-complete are called NP-intermediate, and the class of such problems is called NPI. Ladner's theorem, shown in 1975 by Richard E. Ladner,[1] is a result asserting that, if P ≠ NP
, then NPI is not empty; that is, NP contains problems that are neither in P nor NP-complete. Since it is also true that if NPI problems exist, then P ≠ NP, it follows that P = NP if and only if NPI is empty.

Under the assumption that P ≠ NP, Ladner explicitly constructs a problem in NPI, although this problem is artificial and otherwise uninteresting. It is an open question whether any "natural" problem has the same property: Schaefer's dichotomy theorem provides conditions under which classes of constrained Boolean satisfiability problems cannot be in NPI.[2][3] Some problems that are considered good candidates for being NP-intermediate are the graph isomorphism problem, and decision versions of factoring and the discrete logarithm.

List of problems that might be NP-intermediate

Algebra and number theory

  • A decision version of
    factoring integers
    : for input and , does have a factor in the interval ?
  • Decision versions of the
    discrete logarithm problem
    and others related to cryptographic assumptions
  • Linear divisibility: given integers and , does have a divisor congruent to 1 modulo ?[4][5]

Boolean logic

  • IMSAT, the Boolean satisfiability problem for "intersecting monotone CNF": conjunctive normal form, with each clause containing only positive or only negative terms, and each positive clause having a variable in common with each negative clause[6]
  • Minimum circuit size problem
    : given the truth table of a Boolean function and positive integer , does there exist a circuit of size at most for this function?[7]
  • Monotone dualization: given CNF and DNF formulas for monotone Boolean functions, do they represent the same function?[8]
  • Monotone self-duality: given a CNF formula for a Boolean function, is the function invariant under a transformation that negates all of its variables and then negates the output value?[8]

Computational geometry and computational topology

Game theory

  • Determining the winner in parity games, in which graph vertices are labeled by which player chooses the next step, and the winner is determined by the parity of the highest-priority vertex reached[14]
  • Determining the winner for stochastic graph games, in which graph vertices are labeled by which player chooses the next step, or whether it is chosen randomly, and the winner is determined by reaching a designated sink vertex.[15]

Graph algorithms

Miscellaneous

References

External links