Grzegorczyk hierarchy

From testwiki
Jump to navigation Jump to search

Template:Short description The Grzegorczyk hierarchy (Template:IPAc-en, Template:IPA), named after the Polish logician Andrzej Grzegorczyk, is a hierarchy of functions used in computability theory.Template:Sfn Every function in the Grzegorczyk hierarchy is a primitive recursive function, and every primitive recursive function appears in the hierarchy at some level. The hierarchy deals with the rate at which the values of the functions grow; intuitively, functions in lower levels of the hierarchy grow slower than functions in the higher levels.

Definition

First we introduce an infinite set of functions, denoted Ei for some natural number i. We define

E0(x,y)=x+yE1(x)=x2+2En+2(0)=2En+2(x+1)=En+1(En+2(x))

E0 is the addition function, and E1 is a unary function which squares its argument and adds two. Then, for each n greater than 1, En(x)=En1x(2), i.e. the x-th iterate of En1 evaluated at 2.

From these functions we define the Grzegorczyk hierarchy. n, the n-th set in the hierarchy, contains the following functions:

  1. Ek for k < n
  2. the zero function (Z(x) = 0);
  3. the successor function (S(x) = x + 1);
  4. the projection functions (pim(t1,t2,,tm)=ti);
  5. the (generalized) compositions of functions in the set (if h, g1, g2, ... and gm are in n, then f(u¯)=h(g1(u¯),g2(u¯),,gm(u¯)) is as well);[note 1] and
  6. the results of limited (primitive) recursion applied to functions in the set, (if g, h and j are in n and f(t,u¯)j(t,u¯) for all t and u¯, and further f(0,u¯)=g(u¯) and f(t+1,u¯)=h(t,u¯,f(t,u¯)), then f is in n as well).[note 1]

In other words, n is the closure of set Bn={Z,S,(pim)im,Ek:k<n} with respect to function composition and limited recursion (as defined above).

Properties

These sets clearly form the hierarchy

012

because they are closures over the Bn's and B0B1B2.

They are strict subsets.Template:SfnTemplate:Sfn In other words

012

because the hyperoperation Hn is in n but not in n1.

  • 0 includes functions such as x+1, x+2, ...
    • Every unary function f(x) in 0 is upper bounded by some x+n. However, 0 also includes more complicated functions like x∸1, xy (where ∸ is the monus sign defined as xy = max(x-y, 0)), Template:Math, etc.
  • 1 provides all addition functions, such as x+y, 4x, ...
  • 2 provides all multiplication functions, such as xy, x4
  • 3 provides all exponentiation functions, such as xy, 222x, and is exactly the elementary recursive functions.
  • 4 provides all tetration functions, and so on.

Notably, both the function U and the characteristic function of the predicate T from the Kleene normal form theorem are definable in a way such that they lie at level 0 of the Grzegorczyk hierarchy. This implies in particular that every recursively enumerable set is enumerable by some 0-function.

Relation to primitive recursive functions

The definition of n is the same as that of the primitive recursive functions, Template:Sans-serif, except that recursion is limited (f(t,u¯)j(t,u¯) for some j in n) and the functions (Ek)k<n are explicitly included in n. Thus the Grzegorczyk hierarchy can be seen as a way to limit the power of primitive recursion to different levels.

It is clear from this fact that all functions in any level of the Grzegorczyk hierarchy are primitive recursive functions (i.e. n𝖯𝖱) and thus:

nn𝖯𝖱

It can also be shown that all primitive recursive functions are in some level of the hierarchy,Template:SfnTemplate:Sfn thus

nn=𝖯𝖱

and the sets 0,10,21,,nn1, partition the set of primitive recursive functions, Template:Sans-serif.

Meyer and Ritchie introduced another hierarchy subdividing the primitive recursive functions, based on the nesting depth of loops needed to write a LOOP program that computes the function. For a natural number i, let i denote the set of functions computable by a LOOP program with LOOP and END commands nested no deeper than i levels.[1] Fachini and Maggiolo-Schettini showed that i coincides with i+1 for all integers i>1.[2]p.63

Extensions

Template:Main

The Grzegorczyk hierarchy can be extended to transfinite ordinals. Such extensions define a fast-growing hierarchy. To do this, the generating functions Eα must be recursively defined for limit ordinals (note they have already been recursively defined for successor ordinals by the relation Eα+1(n)=Eαn(2)). If there is a standard way of defining a fundamental sequence λm, whose limit ordinal is λ, then the generating functions can be defined Eλ(n)=Eλn(n). However, this definition depends upon a standard way of defining the fundamental sequence. Template:Harvtxt suggests a standard way for all ordinals α < ε0.

The original extension was due to Martin Löb and Stan S. Wainer and is sometimes called the Löb–Wainer hierarchy.Template:Sfn

See also

Notes

Template:Reflist

References

Template:Reflist

Bibliography

Template:ComplexityClasses Template:Hyperoperations Template:Large numbers


Cite error: <ref> tags exist for a group named "note", but no corresponding <references group="note"/> tag was found

  1. A. R. Meyer, D. M. Ritchie, "The complexity of loop programs". Proceedings A.C.M. National Meeting, 1967.
  2. E. Fachini, A. Maggiolo-Schettini, "[A hierarchy of primitive recursive sequence functions]". From Informatique théorique, book 13, no. 1 (1979), pp.49--67.