Misplaced Pages

ELEMENTARY

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
(Redirected from Elementary recursive) For other meanings, see Elementary.

In computational complexity theory, the complexity class E L E M E N T A R Y {\displaystyle {\mathsf {ELEMENTARY}}} consists of the decision problems that can be solved in time bounded by an elementary recursive function. The most quickly-growing elementary functions are obtained by iterating an exponential function such as 2 n {\displaystyle 2^{n}} for a bounded number k {\displaystyle k} of iterations, 2 2 2 n } k . {\displaystyle \left.{\begin{matrix}2^{\scriptstyle 2^{\scriptstyle 2^{\scriptstyle \cdot ^{\scriptstyle \cdot ^{\scriptstyle \cdot ^{\scriptstyle n}}}}}}\end{matrix}}\right\}k.}

Thus, E L E M E N T A R Y {\displaystyle {\mathsf {ELEMENTARY}}} is the union of the classes

E L E M E N T A R Y = k N k - E X P = D T I M E ( 2 n ) D T I M E ( 2 2 n ) D T I M E ( 2 2 2 n ) . {\displaystyle {\begin{aligned}{\mathsf {ELEMENTARY}}&=\bigcup _{k\in \mathbb {N} }k{\mathsf {{\mbox{-}}EXP}}\\&={\mathsf {DTIME}}\left(2^{n}\right)\cup {\mathsf {DTIME}}\left(2^{2^{n}}\right)\cup {\mathsf {DTIME}}\left(2^{2^{2^{n}}}\right)\cup \cdots .\end{aligned}}}

It is sometimes described as iterated exponential time, though this term more commonly refers to time bounded by the tetration function.


This complexity class can be characterized by a certain class of "iterated stack automata", pushdown automata that can store the entire state of a lower-order iterated stack automaton in each cell of their stack. These automata can compute every language in E L E M E N T A R Y {\displaystyle {\mathsf {ELEMENTARY}}} , and cannot compute languages beyond this complexity class. The time hierarchy theorem implies that E L E M E N T A R Y {\displaystyle {\mathsf {ELEMENTARY}}} has no complete problems.

Every elementary recursive function can be computed in a time bound of this form, and therefore every decision problem whose calculation uses only elementary recursive functions belongs to the complexity class E L E M E N T A R Y {\displaystyle {\mathsf {ELEMENTARY}}} .

References

  1. "ELEMENTARY", Complexity Zoo, retrieved 2024-11-03
  2. Friedman, Harvey (1999), "Some decision problems of enormous complexity" (PDF), 14th Annual IEEE Symposium on Logic in Computer Science, Trento, Italy, July 2-5, 1999, {IEEE} Computer Society, pp. 2–12, doi:10.1109/LICS.1999.782577, ISBN 0-7695-0158-3, MR 1942515
  3. Engelfriet, Joost (1991), "Iterated stack automata and complexity classes", Information and Computation, 95 (1): 21–75, doi:10.1016/0890-5401(91)90015-T, MR 1133778
Complexity classes
Considered feasible
Suspected infeasible
Considered infeasible
Class hierarchies
Families of classes
List of complexity classes
Category: