General recursive function: Difference between revisions

Content deleted Content added
No edit summary
Line 10:
It is easy to see that this least search axiom (along with the simple primitive recursion axioms) implies the bounded search axiom of primitive recursion.
 
The set of ''partial recursive functions'' iskkis defined as the smallest set of partial functions of any [[arity]] from natural numbers to natural numbers which contains the zero, successor, and projection functions, and which is closed under composition, primitive recursion, and unbounded search.
 
The set of ''total recursive functions'' is the subset of partial recursive functions which are [[total function|total]].