NP (complexity class)

from Wikipedia, the free encyclopedia

In computer science , NP (for nondeterministic polynomial time ) denotes a fundamental complexity class from the field of complexity theory .

Described intuitively, NP contains the decision problems for which there is evidence for “yes” answers that can be verified efficiently (in polynomial time ). However, it can sometimes be laborious to find such a proof. An alternative description of NP is the class of all decision problems that can be solved by a nondeterministic Turing machine (NTM) with regard to the input length in polynomial time. An instance is answered with “yes” if at least one of the possible calculations of the nondeterministic Turing machine does this.

Problems that are complete for class NP are particularly interesting . NP -complete problems probably cannot be solved efficiently. All known deterministic algorithms for these problems require exponential computation, and it is strongly believed that there are no more efficient algorithms. The confirmation or refutation of this conjecture is the P-NP problem , one of the most important open problems in computer science. Perhaps the best-known NP -complete problem is the traveling salesman problem .

Sometimes NP is wrongly called the class of problems that cannot be solved in polynomial time. The class NP only defines an upper bound for the complexity of the problems it contains and also contains all problems that can be solved by a deterministic machine in polynomial time. It is true that for NP -complete problems (and some more in NP ) it is not known whether they can be solved deterministically in polynomial time; it is believed that this is not the case.

Equivalent characterizations

According to an alternative definition, a decision problem is in NP if and only if a given solution for the corresponding search problem can be checked by a deterministic Turing machine in polynomial time. In the German-speaking world, this definition has the advantage that the expression NP problem can also be read as a proof-polynomial problem, i.e. the proof of a positive answer can be carried out in a polynomially limited time.

Another characterization of NP is in the descriptive complexity theory . According to Fagin's theorem , a language L is in NP if and only if there is a sentence in the existential predicate logic of the second order (SO∃) that describes L.

Formal definition

A formal definition of both characterizations can be given as follows:

Language acceptance definition

A language is in if there is a nondeterministic Turing machine and a polynomial such that:

  • If you enter stops after a maximum of steps (each run from to has a maximum length ).
  • if and only if there is at least one accepting run from up .

In other words, if and only if there is a polynomial computational time constrained verifier for all words from with .

Search problem definition

A language L is in NP if there is a relation and a polynomial p such that:

  • is recognized by a deterministic and polynomial time constrained Turing machine, and
  • xL if and only if there is y with | y | ≤ p (| x |) and .

Here, y and certificate of x called, and, in truth the case, a "proof" ( proof ) or a "witness" ( witness ) for x , hence the (Engl.) Name "witness relation" of the relationship .

Equivalence of Definitions

If there is an NTM M that recognizes L , then for every xL there is an accepting calculation of M , which can be encoded in a string . The relation is then for all xL and fulfills the above properties, because the accepting calculation is polynomially restricted in the length of x and can be checked deterministically in polynomial time.

There is, conversely, a relation as defined above, so a can NTM M be constructed that a corresponding y advises first non-deterministic, and then by means of a DTM for checking whether , so xL .

Relationship to other complexity classes

The class of decision problems whose complements lie in NP is denoted by Co-NP . NP and Co-NP are not disjoint because of . It is unclear whether NP = Co-NP holds. However, this would follow from P = NP , since P is closed with a complement.

Usually only inclusion relations are known for relationships between complexity classes . It is not known whether there is a true subset relationship in each case:

L NL LOGCFL NC P NP PSPACE = NPSPACE EXPTIME NEXPTIME

The following true inclusions are known:

LOGCFLPSPACE
PEXPTIME
Q NP

Properties of NP

The class NP is completed under

Open issues

The answers to the following questions are not yet known:

  • NPP ? ( P-NP problem )
  • PSPACENP ?
  • EXPTIMENP ?
  • NPCo-NP ?
  • Co-NPNP ?

Known issues in NP

All problems in P are also contained in NP , since an equivalent nondeterministic Turing machine can be constructed from every deterministic Turing machine. To decide the issue of whether two graphs are isomorphic ( Graphisomorphieproblem ) is also in NP and it is not known whether it NP is -complete.

See also

Web links

  • NP . In: Complexity Zoo. (English)

swell

Individual evidence

  1. John E. Hopcroft , Rajeev Motwani , Jeffrey Ullman : Introduction to Automata Theory, Formal Languages, and Complexity Theory . 2., revised. Edition. Pearson Studium, Munich 2002, ISBN 3-8273-7020-5 , p. 461 (Original title: Introduction to automata theory, languages, and computation . Translated by Sigrid Richter, Ingrid Tokar).
  2. John E. Hopcroft , Rajeev Motwani , Jeffrey Ullman : Introduction to Automata Theory, Formal Languages, and Complexity Theory . 2., revised. Edition. Pearson Studium, Munich 2002, ISBN 3-8273-7020-5 , p. 457 (Original title: Introduction to automata theory, languages, and computation . Translated by Sigrid Richter, Ingrid Tokar).
  3. John E. Hopcroft , Rajeev Motwani , Jeffrey Ullman : Introduction to Automata Theory, Formal Languages, and Complexity Theory . 2., revised. Edition. Pearson Studium, Munich 2002, ISBN 3-8273-7020-5 , p. 449 (Original title: Introduction to automata theory, languages, and computation . Translated by Sigrid Richter, Ingrid Tokar).
  4. John E. Hopcroft , Rajeev Motwani , Jeffrey Ullman : Introduction to Automata Theory, Formal Languages, and Complexity Theory . 2., revised. Edition. Pearson Studium, Munich 2002, ISBN 3-8273-7020-5 , p. 453 (Original title: Introduction to automata theory, languages, and computation . Translated by Sigrid Richter, Ingrid Tokar).
  5. John E. Hopcroft , Rajeev Motwani , Jeffrey Ullman : Introduction to Automata Theory, Formal Languages, and Complexity Theory . 2., revised. Edition. Pearson Studium, Munich 2002, ISBN 3-8273-7020-5 , p. 460 (Original title: Introduction to automata theory, languages, and computation . Translated by Sigrid Richter, Ingrid Tokar).
  6. John E. Hopcroft , Rajeev Motwani , Jeffrey Ullman : Introduction to Automata Theory, Formal Languages, and Complexity Theory . 2., revised. Edition. Pearson Studium, Munich 2002, ISBN 3-8273-7020-5 , p. 469 (Original title: Introduction to automata theory, languages, and computation . Translated by Sigrid Richter, Ingrid Tokar).