Exponential hierarchy

From HandWiki

In computational complexity theory, the exponential hierarchy is a hierarchy of complexity classes that is an exponential time analogue of the polynomial hierarchy. As elsewhere in complexity theory, “exponential” is used in two different meanings (linear exponential bounds 2cn for a constant c, and full exponential bounds 2nc), leading to two versions of the exponential hierarchy.[1][2] This hierarchy is sometimes also referred to as the weak exponential hierarchy, to differentiate it from the strong exponential hierarchy.[2][3]

EH

The complexity class EH is the union of the classes ΣkE for all k, where ΣkE=NEΣk1P (i.e., languages computable in nondeterministic time 2cn for some constant c with a Σk1P oracle) and Σ0E=E. One also defines

ΠkE=coNEΣk1P and ΔkE=EΣk1P.

An equivalent definition is that a language L is in ΣkE if and only if it can be written in the form

xLy1y2QykR(x,y1,,yk),

where R(x,y1,,yn) is a predicate computable in time 2c|x| (which implicitly bounds the length of yi). Also equivalently, EH is the class of languages computable on an alternating Turing machine in time 2cn for some c with constantly many alternations.

EXPH

EXPH is the union of the classes ΣkEXP, where ΣkEXP=NEXPΣk1P (languages computable in nondeterministic time 2nc for some constant c with a Σk1P oracle), Σ0EXP=EXP, and again:

ΠkEXP=coNEXPΣk1P,ΔkEXP=EXPΣk1P.

A language L is in ΣkEXP if and only if it can be written as

xLy1y2QykR(x,y1,,yk),

where R(x,y1,,yk) is computable in time 2|x|c for some c, which again implicitly bounds the length of yi. Equivalently, EXPH is the class of languages computable in time 2nc on an alternating Turing machine with constantly many alternations.

Comparison

ENE ⊆ EH⊆ ESPACE,
EXPNEXP ⊆ EXPH⊆ EXPSPACE,
EH ⊆ EXPH.

References

  1. Sarah Mocas, Separating classes in the exponential-time hierarchy from classes in PH, Theoretical Computer Science 158 (1996), no. 1–2, pp. 221–231.
  2. 2.0 2.1 Anuj Dawar, Georg Gottlob, Lauri Hella, Capturing relativized complexity classes without order, Mathematical Logic Quarterly 44 (1998), no. 1, pp. 109–122.
  3. Hemachandra, Lane A. (1989). "The strong exponential hierarchy collapses" (in en). Journal of Computer and System Sciences 39 (3): 299–322. 

Complexity Zoo: Class EH