Jump to content

Primitive recursive set function

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by R.e.b. (talk | contribs) at 03:30, 19 July 2014 (Definition: Expanding article). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In mathematics, primitive recursive set functions or primitive recursive ordinal functions are analogs of primitive recursive functions, defined for sets or ordinals rather than natural numbers. They were introduced by Jensen & Karp (1971).

Definition

A primitive recursive function is one that can be obtained from the following basic functions by repeatedly applying the following rules of substitution and recursion:

The basic functions are:

  • Projection: Pn,m(x1,...,xn) = xm
  • Zero: F(x)=0
  • Adding an element to a set: F(x,y) = x∪{y}
  • Testing membership: C(x,y,u,v) = x if uv, y otherwise.

The rules for generating new functions by substitution are

  • F(x,y) = G(x,H(x),y)
  • F(x,y) = G(H(x),y)

where x and y are finite sequences of variables.

The rule for generating new functions by recursion is

  • F(z,x) = G(∪uzF(u,x),z,x)

References

  • Jensen, Ronald B.; Karp, Carol (1971), "Primitive recursive set functions", Axiomatic Set Theory, Proc. Sympos. Pure Math., vol. XIII, Part I, Providence, R.I.: Amer. Math. Soc., pp. 143–176, ISBN 9780821802458, MR 0281602{{citation}}: CS1 maint: extra punctuation (link)