Jump to content

Bar recursion

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Ben Standeven (talk | contribs) at 03:00, 24 November 2010 (Technical Definition: copying the definition (more or less). I may have gotten some of it wrong.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Bar recursion is a generalized form of recursion developed by Spector in his 1962 paper [1]. It is related to bar induction in the same fashion that primitive recursion is related to ordinary induction, or transfinite recursion is related to transfinite induction.

Technical Definition

Let V, R, and O be types. Then the function sequence f of functions fn from Vi+nR to O is defined by bar recursion from the functions Ln : RO and B with Bn : ((Vi+nR) x (VnR)) → O if:

  • fn((λα:Vi+n)r) = Ln(r) for any r a constant element of R.
  • fn(p) = Bn(p, (λx:V)fn+1(cat(p, x))) for any p in Vi+nR.

Here "cat" is the concatenation function, sending p, x to the sequence which starts with p, and has x as its last term.

(This definition is based on the one in [2].)

References

  1. ^ C. Spector (1962). "Provably recursive functionals of analysis: a consistency proof of analysis by an extension of principles in current intuitionistic mathematics". In F. D. E. Dekker (ed.). Recursive Function Theory: Proc. Symoposia in Pure Mathematics. Vol. 5. American Mathematical Society. pp. 1–27.
  2. ^ "Selection functions, Bar recursion, and Backwards Induction" (PDF). Math. Struct. in Comp.Science. {{cite journal}}: Unknown parameter |authors= ignored (help)