Welcome to dextri.com on July 6 2009.
This is an internet experiment running to monitor browsing habbits of individuals through wikipedia contents.

ELEMENTARY

From Wikipedia, the free encyclopedia

Jump to: navigation, search

In computational complexity theory, the complexity class ELEMENTARY is the union of the classes in the exponential hierarchy.

 \begin{matrix}
  \rm{ELEMENTARY}  & = & \rm{EXP}\cup\rm{2EXP}\cup\rm{3EXP}\cup\cdots \\
                   & = & \rm{DTIME}(2^{n})\cup\rm{DTIME}(2^{2^{n}})\cup
                         \rm{DTIME}(2^{2^{2^{n}}})\cup\cdots
  \end{matrix}

The name was coined by Laszlo Kalmar, in the context of recursive functions and undecidability; most problems in it are far from elementary. Some natural recursive problems lie outside ELEMENTARY, and are thus NONELEMENTARY. Most notably, there are primitive recursive problems which are not in ELEMENTARY. We know

LOWER-ELEMENTARY \subsetneq EXPTIME \subsetneq ELEMENTARY \subsetneq PR

Whereas ELEMENTARY contains bounded applications of exponentiation (for example, \rm{O}(2^{2^n})), PR allows more general hyper operators (for example, \rm{O}(n\uparrow\uparrow n), using Knuth's up-arrow notation) which are not contained in ELEMENTARY.

Contents

[edit] Definition

The definitions of elementary recursive functions are the same as for primitive recursive functions, except that primitive recursion is replaced by bounded summation and bounded product. All functions work over the natural numbers. The basic functions, all of them elementary recursive, are:

  1. Zero function. Returns zero: f(x) = 0.
  2. Successor function: f(x) = x + 1. Often this is denoted by S, as in S(x). Via repeated application of a successor function, one can achieve addition.
  3. Projection functions: these are used for ignoring arguments. For example, f(a, b) = a is a projection function.

From these basic functions, we can build other elementary recursive functions.

  1. Composition: applying values from some elementary recursive function as an argument to another elementary recursive function. In f(x1, ..., xn) = h(g1(x1, ..., xn), ..., gm(x1, ..., xn)) is elementary recursive if h is elementary recursive and each gi is elementary recursive.
  2. Bounded summation: f(m, x_1, \ldots, x_n) = \sum\limits_{i=0}^mg(i, x_1, \ldots, x_n) is elementary recursive if g is elementary recursive.
  3. Bounded product: f(m, x_1, \ldots, x_n) = \prod\limits_{i=0}^mg(i, x_1, \ldots, x_n) is elementary recursive if g is elementary recursive.

[edit] Lower elementary recursive functions

Lower elementary recursive functions follow the definitions as above, except that bounded product is disallowed. That is, a lower elementary recursive function must be a zero, successor, or projection function, a composition of other lower elementary recursive functions, or the bounded sum of another lower elementary recursive function.

Whereas elementary recursive functions have potentially exponential growth, and comprise the exponential hierarchy, the lower elementary recursive functions have polynomial growth.

[edit] Relationship to primitive recursion

The definitions for elementary recursive functions and primitive recursive functions are identical, except that in lieu of primitive recursion, elementary recursion offers bounded sums and products. Bounded sums and products offer a more restricted means of repeatedly applying some function, and indeed the elementary recursive functions form a strict subset of the primitive recursive functions.

[edit] Basis for ELEMENTARY

The class of elementary functions turns out to coincide with the closure with respect to composition of the projections and one of the following function sets \{ n+1, n \stackrel{.}{-} m, [n/m], n^{m} \},\; \{ n+m, n \stackrel{.}{-} m, [n/m], 2^{n} \},\; \{ n+m, n^{2}, rem(n,m), 2^{n} \} where n \stackrel{.}{-} m=max(n-m,0).

[edit] See also

[edit] References

  • Rose, H.E., "Subrecursion: Functions and hierarchies", Oxford University Press, New York, USA, 1984. ISBN 0-19-853189-3
  • Mazzanti, S., "Plain Bases for Classes of Primitive Recursive Functions", Mathematical Logic Quarterly, 48 (2002) 93-104
Personal tools

Visit joltnews for the latest headlines
Visit bloit.com for company information
Geed Media does computer consulting on long island.
This page viewed times. See Logs