Misplaced Pages

polyL

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Complexity class of decision problems

In computational complexity theory, polyL is the complexity class of decision problems that can be solved on a deterministic Turing machine by an algorithm whose space complexity is bounded by a polylogarithmic function in the size of the input. In other words, polyL = DSPACE((log n)), where n denotes the input size, and O(1) denotes a constant.

Just as LP, polyLQP. However, the only proven relationship between polyL and P is that polyLP; it is unknown if polyLP, if PpolyL, or if neither is contained in the other. One proof that polyLP is that P has a complete problem under logarithmic space many-one reductions but polyL does not due to the space hierarchy theorem. The space hierarchy theorem guarantees that DSPACE(log n) ⊊ DSPACE(log n) for all integers d > 0. If polyL had a complete problem, call it A, it would be an element of DSPACE(log n) for some integer k > 0. Suppose problem B is an element of DSPACE(log n) but not of DSPACE(log n). The assumption that A is complete implies the following O(log n) space algorithm for B: reduce B to A in logarithmic space, then decide A in O(log n) space. This implies that B is an element of DSPACE(log n) and hence violates the space hierarchy theorem.

The lack of complete problems for polyL under logarithmic space many-one reductions has led Ferrarotti et al. to define a different notion of completeness for this class, involving transformations from parameterized problems to polylog-space machines that solve the problems for specific parameter values.

References

  1. Papadimitriou, Christos H. (1994), Computational Complexity, Addison-Wesley, p. 405, ISBN 9780201530827
  2. Complexity Zoo: polyL
  3. ^ Ferrarotti, Flavio; González, Senén; Schewe, Klaus-Dieter; Torres, José Maria Turull (2022), "Uniform polylogarithmic space completeness", Frontiers in Computer Science, 4: 845990, doi:10.3389/FCOMP.2022.845990
P ≟ NP 

This theoretical computer science–related article is a stub. You can help Misplaced Pages by expanding it.

Categories: