UP (complexity)
In complexity theory, UP (unambiguous non-deterministic polynomial-time) is the complexity class of decision problems solvable in polynomial time on an unambiguous Turing machine (a nondeterministic Turing machine with at most one accepting path for each input). UP contains P and is contained in NP.
A common reformulation of NP states that a language is in NP if and only if a given "certificate" can be verified by a deterministic machine in polynomial time. Similarly, a language is in UP if a given certificate can be verified in polynomial time, and the verifier machine only accepts at most one certificate for each problem instance.[1] More formally, a language L belongs to UP if there exists a two-input polynomial-time algorithm A and a constant c such that
- if , then there exists a unique certificate y with such that
- if , there is no certificate y with such that
- algorithm A verifies L in polynomial time.
UP (and its complementco-UP) contain both the integer factorization problem and parity game problem. Because determined effort has yet to find a polynomial-time solution to any of these problems, it is suspected to be difficult to show P=UP, or even P=(UP ∩ co-UP).
The Valiant–Vazirani theorem states that NP is contained in RPPromise-UP, which means that there is a randomized reduction from any problem in NP to a problem in Promise-UP.
References
Citations
- ↑Valiant, Leslie (May 1976). "Relative complexity of checking and evaluating". Information Processing Letters. 5 (1): 20–23. doi:10.1016/0020-0190(76)90097-1.
- ↑"U". Complexity Zoo. UP: Unambiguous Polynomial-Time.
Sources
- هيماسپاندرا، لين أ.؛ روث، يورغ (يونيو 1997). "الحوسبة غير المبهمة: التسلسلات الهرمية المنطقية ومجموعات تورينغ الكاملة المتفرقة" . مجلة SIAM للحوسبة . 26 (3): 634-653 . arXiv : cs/9907033 . doi : 10.1137/S0097539794261970 . ISSN 0097-5397 .
- فئات التعقيد
