fbpx
Wikipedia

EXPSPACE

In computational complexity theory, EXPSPACE is the set of all decision problems solvable by a deterministic Turing machine in exponential space, i.e., in space, where is a polynomial function of . Some authors restrict to be a linear function, but most authors instead call the resulting class ESPACE. If we use a nondeterministic machine instead, we get the class NEXPSPACE, which is equal to EXPSPACE by Savitch's theorem.

A decision problem is EXPSPACE-complete if it is in EXPSPACE, and every problem in EXPSPACE has a polynomial-time many-one reduction to it. In other words, there is a polynomial-time algorithm that transforms instances of one to instances of the other with the same answer. EXPSPACE-complete problems might be thought of as the hardest problems in EXPSPACE.

EXPSPACE is a strict superset of PSPACE, NP, and P and is believed to be a strict superset of EXPTIME.

Formal definition edit

In terms of DSPACE and NSPACE,

 

Examples of problems edit

An example of an EXPSPACE-complete problem is the problem of recognizing whether two regular expressions represent different languages, where the expressions are limited to four operators: union, concatenation, the Kleene star (zero or more copies of an expression), and squaring (two copies of an expression).[1]

If the Kleene star is left out, then that problem becomes NEXPTIME-complete,[citation needed] which is like EXPTIME-complete, except it is defined in terms of non-deterministic Turing machines rather than deterministic.

It has also been shown by L. Berman in 1980 that the problem of verifying/falsifying any first-order statement about real numbers that involves only addition and comparison (but no multiplication) is in EXPSPACE.

Alur and Henzinger extended linear temporal logic with times (integer) and prove that the validity problem of their logic is EXPSPACE-complete.[2]

The coverability problem for Petri Nets is EXPSPACE-complete.[3]

The reachability problem for Petri nets was known to be EXPSPACE-hard for a long time,[4] but shown to be nonelementary,[5] so probably not in EXPSPACE. In 2022 it was shown to be Ackermann-complete.[6][7]

Relationship to other classes edit

EXPSPACE is known to be a strict superset of PSPACE, NP, and P. It is further suspected to be a strict superset of EXPTIME, however this is not known.

See also edit

References edit

  1. ^ Meyer, A.R. and L. Stockmeyer. The equivalence problem for regular expressions with squaring requires exponential space. 13th IEEE Symposium on Switching and Automata Theory, Oct 1972, pp.125–129.
  2. ^ Alur, Rajeev; Henzinger, Thomas A. (1994-01-01). "A Really Temporal Logic". J. ACM. 41 (1): 181–203. doi:10.1145/174644.174651. ISSN 0004-5411.
  3. ^ Charles Rackoff (1978). "The covering and boundedness problems for vector addition systems". Theoretical Computer Science: 223–231.
  4. ^ Lipton, R. (1976). "The Reachability Problem Requires Exponential Space". Technical Report 62. Yale University.
  5. ^ Wojciech Czerwiński Sławomir Lasota Ranko S Lazić Jérôme Leroux Filip Mazowiecki (2019). "The reachability problem for Petri nets is not elementary". STOC 19.
  6. ^ Leroux, Jerome (February 2022). "The Reachability Problem for Petri Nets is Not Primitive Recursive". 2021 IEEE 62nd Annual Symposium on Foundations of Computer Science (FOCS). IEEE. pp. 1241–1252. arXiv:2104.12695. doi:10.1109/FOCS52979.2021.00121. ISBN 978-1-6654-2055-6.
  7. ^ Brubaker, Ben (4 December 2023). "An Easy-Sounding Problem Yields Numbers Too Big for Our Universe". Quanta Magazine.
  • Berman, Leonard (1 May 1980). "The complexity of logical theories". Theoretical Computer Science. 11 (1): 71–77. doi:10.1016/0304-3975(80)90037-7.
  • Michael Sipser (1997). Introduction to the Theory of Computation. PWS Publishing. ISBN 0-534-94728-X. Section 9.1.1: Exponential space completeness, pp. 313–317. Demonstrates that determining equivalence of regular expressions with exponentiation is EXPSPACE-complete.

expspace, this, article, technical, most, readers, understand, please, help, improve, make, understandable, experts, without, removing, technical, details, january, 2024, learn, when, remove, this, message, computational, complexity, theory, decision, problems. This article may be too technical for most readers to understand Please help improve it to make it understandable to non experts without removing the technical details January 2024 Learn how and when to remove this message In computational complexity theory EXPSPACE is the set of all decision problems solvable by a deterministic Turing machine in exponential space i e in O 2 p n displaystyle O 2 p n space where p n displaystyle p n is a polynomial function of n displaystyle n Some authors restrict p n displaystyle p n to be a linear function but most authors instead call the resulting class ESPACE If we use a nondeterministic machine instead we get the class NEXPSPACE which is equal to EXPSPACE by Savitch s theorem A decision problem is EXPSPACE complete if it is in EXPSPACE and every problem in EXPSPACE has a polynomial time many one reduction to it In other words there is a polynomial time algorithm that transforms instances of one to instances of the other with the same answer EXPSPACE complete problems might be thought of as the hardest problems in EXPSPACE EXPSPACE is a strict superset of PSPACE NP and P and is believed to be a strict superset of EXPTIME Contents 1 Formal definition 2 Examples of problems 3 Relationship to other classes 4 See also 5 ReferencesFormal definition editIn terms of DSPACE and NSPACE E X P S P A C E k N D S P A C E 2 n k k N N S P A C E 2 n k displaystyle mathsf EXPSPACE bigcup k in mathbb N mathsf DSPACE left 2 n k right bigcup k in mathbb N mathsf NSPACE left 2 n k right nbsp Examples of problems editAn example of an EXPSPACE complete problem is the problem of recognizing whether two regular expressions represent different languages where the expressions are limited to four operators union concatenation the Kleene star zero or more copies of an expression and squaring two copies of an expression 1 If the Kleene star is left out then that problem becomes NEXPTIME complete citation needed which is like EXPTIME complete except it is defined in terms of non deterministic Turing machines rather than deterministic It has also been shown by L Berman in 1980 that the problem of verifying falsifying any first order statement about real numbers that involves only addition and comparison but no multiplication is in EXPSPACE Alur and Henzinger extended linear temporal logic with times integer and prove that the validity problem of their logic is EXPSPACE complete 2 The coverability problem for Petri Nets is EXPSPACE complete 3 The reachability problem for Petri nets was known to be EXPSPACE hard for a long time 4 but shown to be nonelementary 5 so probably not in EXPSPACE In 2022 it was shown to be Ackermann complete 6 7 Relationship to other classes editEXPSPACE is known to be a strict superset of PSPACE NP and P It is further suspected to be a strict superset of EXPTIME however this is not known See also editGame complexityReferences edit Meyer A R and L Stockmeyer The equivalence problem for regular expressions with squaring requires exponential space 13th IEEE Symposium on Switching and Automata Theory Oct 1972 pp 125 129 Alur Rajeev Henzinger Thomas A 1994 01 01 A Really Temporal Logic J ACM 41 1 181 203 doi 10 1145 174644 174651 ISSN 0004 5411 Charles Rackoff 1978 The covering and boundedness problems for vector addition systems Theoretical Computer Science 223 231 Lipton R 1976 The Reachability Problem Requires Exponential Space Technical Report 62 Yale University Wojciech Czerwinski Slawomir Lasota Ranko S Lazic Jerome Leroux Filip Mazowiecki 2019 The reachability problem for Petri nets is not elementary STOC 19 Leroux Jerome February 2022 The Reachability Problem for Petri Nets is Not Primitive Recursive 2021 IEEE 62nd Annual Symposium on Foundations of Computer Science FOCS IEEE pp 1241 1252 arXiv 2104 12695 doi 10 1109 FOCS52979 2021 00121 ISBN 978 1 6654 2055 6 Brubaker Ben 4 December 2023 An Easy Sounding Problem Yields Numbers Too Big for Our Universe Quanta Magazine Berman Leonard 1 May 1980 The complexity of logical theories Theoretical Computer Science 11 1 71 77 doi 10 1016 0304 3975 80 90037 7 Michael Sipser 1997 Introduction to the Theory of Computation PWS Publishing ISBN 0 534 94728 X Section 9 1 1 Exponential space completeness pp 313 317 Demonstrates that determining equivalence of regular expressions with exponentiation is EXPSPACE complete Retrieved from https en wikipedia org w index php title EXPSPACE amp oldid 1199872189, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.