Following Computation Complexity POLYLOGSPACE,
Given that polyL / POLYLOGSPACE is the complexity class
- $⋃^∞_{=1}(()^)$, k is integer.
QP / Quasi-polynomial is the complexity class ,
- $⋃^∞_{c=1}TIME(2^{()^c})$, c is integer.
(a) How to prove that, polyL $⊆$ QP?
Reference: wiki on polyL without proof
(b) P is the Polynomial complexity class.
polyL ? P (any inclusion or equality between these two classes?)
i.e., if polyL ⊊ P, if P ⊊ polyL, or if neither is contained in the other?
Thank you!