Jump to content

Exponential hierarchy

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by WikitanvirBot (talk | contribs) at 00:00, 29 January 2011 (r2.7.1) (robot Adding: it:Gerarchia esponenziale). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In computational complexity theory, the exponential hierarchy is a hierarchy of complexity classes, starting with EXPTIME:

and continuing with

and so on.

We have P ⊂ EXPTIME ⊂ 2-EXPTIME ⊂ 3-EXPTIME ⊂ …. Unlike the analogous case for the polynomial hierarchy, the time hierarchy theorem guarantees that these inclusions are proper; that is, there are languages in EXPTIME but not in P, in 2-EXPTIME but not in EXPTIME and so on.

The union of all the classes in the exponential hierararchy is the class ELEMENTARY.

References

  • Computational Complexity. Addison Wesley, 1994. (pp 497-498)