Primitive Recursive Function
A primitive recursive function is a function
on Natural Numbers
that is either:
- A constant function
- A projection function
- The successor function
- An k-ary composite
where
and all the
are primitive recursive.
- Primitive recursion