Sparse language

From Wikipedia, the free encyclopedia

In computational complexity theory, a sparse language is a formal language (a set of strings) such that the complexity function, counting the number of strings of length n in the language, is bounded by a polynomial function of n. They are used primarily in the study of the relationship of the complexity class NP with other classes. The complexity class of all sparse languages is called SPARSE.

All unary languages are sparse, trivially. Consequently, the concept of sparse language is usually only used for languages with at least 2 letters.

Sparse languages are called sparse because over some finite alphabet there are strings of length n. So, when the language is not unary, the probability of a uniformly randomly sampled length-n string belongs to the language converges exponentially to 0

Examples

For any fixed integer k, Consider the set of binary strings containing exactly k repeats of the bit . For each n, there are only strings in the language. Thus it is sparse.

Relationships to other complexity classes

  • SPARSE contains TALLY, the class of unary languages, since these have at most one string of any one length.
  • ENE if and only if there exist sparse languages in NP that are not in P.[1]
  • If any sparse language is NP-hard with respect to Turing reductions, then PH collapses to . This is a consequence of the Karp–Lipton theorem.[2] This result was improved in 2005, showing that PH collapses further than .[3]

Mahaney's theorem

(Fortune, 1979) showed that if any sparse language is co-NP-complete, then P = NP.[4] (Mahaney, 1982) used this to prove Mahaney's theorem that if any sparse language is NP-complete, then P = NP.[5] Mahaney's argument does not actually require the sparse language to be in NP (because the existence of an NP-hard sparse set implies the existence of an NP-complete sparse set), so there is a sparse NP-hard set if and only if P = NP.[6]

(Ogihara and Watanabe, 1991) gives a simplified proof of Mahaney's theorem based on left-sets.[7]

(Jin-Yi Cai and D. Sivakumar, 1999), building on work by Ogihara, showed that, if there exists a sparse language that is P-complete under logspace (many-one) reduction, then L = P.[8]

P/poly

Although not all languages in P/poly are sparse, there is a polynomial-time Turing reduction from any language in P/poly to a sparse language.[9]

There is a Turing reduction (as opposed to the Karp reduction from Mahaney's theorem) from an NP-complete language to a sparse language if and only if .

References

Related Articles

Wikiwand AI