Exponential hierarchy

From testwiki
Jump to navigation Jump to search

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 Ξ£k𝖀 for all k, where Ξ£k𝖀=𝖭𝖀Σkβˆ’1𝖯 (i.e., languages computable in nondeterministic time 2cn for some constant c with a Ξ£kβˆ’1𝖯 oracle) and Ξ£0𝖀=𝖀. One also defines

Ξ k𝖀=π–Όπ—ˆπ–­π–€Ξ£kβˆ’1𝖯 and Ξ”k𝖀=𝖀Σkβˆ’1𝖯.

An equivalent definition is that a language L is in Ξ£k𝖀 if and only if it can be written in the form

x∈Lβˆƒy1βˆ€y2QykR(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 Ξ£k𝖀𝖷𝖯, where Ξ£k𝖀𝖷𝖯=𝖭𝖀𝖷𝖯Σkβˆ’1𝖯 (languages computable in nondeterministic time 2nc for some constant c with a Ξ£kβˆ’1𝖯 oracle), Ξ£0𝖀𝖷𝖯=𝖀𝖷𝖯, and again:

Ξ k𝖀𝖷𝖯=π–Όπ—ˆπ–­π–€π–·π–―Ξ£kβˆ’1𝖯,Ξ”k𝖀𝖷𝖯=𝖀𝖷𝖯Σkβˆ’1𝖯.

A language L is in Ξ£k𝖀𝖷𝖯 if and only if it can be written as

x∈Lβˆƒy1βˆ€y2QykR(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

Template:Unreferenced section

E βŠ† NE βŠ† EHβŠ† ESPACE,
EXP βŠ† NEXP βŠ† EXPHβŠ† EXPSPACE,
EH βŠ† EXPH.

References

Template:Reflist

Template:CZoo

Template:ComplexityClasses

  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. ↑ Template:Cite journal