Find the word definition

Wikipedia
PolyL

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 L P, polyL QP. 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(logn) ⊊ DSPACE(logn) for all integers d > 0. If polyL had a complete problem, call it A, it would be an element of DSPACE(logn) for some integer k > 0. Suppose problem B is an element of DSPACE(logn) \ DSPACE(logn). The assumption that A is complete implies the following O(logn) space algorithm for B: reduce B to A in logarithmic space, then decide A in O(logn) space. This implies that B is an element of DSPACE(logn) and hence violates the space hierarchy theorem.