25

lecture-7 - University of Cambridge · Title: C:\Users\andre\CL\Documents\cst\courses\comt\15-16\lectures\lecture-7 Author: Andrew Pitts Created Date: 20190207075831Z

  • Upload
    others

  • View
    5

  • Download
    0

Embed Size (px)

Citation preview

Primitive recursionTheorem. Given f ∈ Nn

⇀N and g ∈ Nn+2⇀N, there

is a unique h ∈ Nn+1⇀N satisfying

!

h(⃗x, 0) ≡ f (⃗x)

h(⃗x, x + 1) ≡ g(⃗x, x, h(⃗x, x))

for all x⃗ ∈ Nn and x ∈ N.

We write ρn( f , g) for h and call it the partial functiondefined by primitive recursion from f and g.

L8 87