Content deleted Content added
m make source more readable, and fix some surprise links |
|||
Line 32:
:(Note: here ''P''<sub>1</sub><sup>3</sup> is a function, which takes 3 arguments and returns the first one.)
:Note that ''P''<sub>1</sub><sup>1</sup> is simply the [[identity function]]; its inclusion is required by the definition of the primitive recursion operator above; it plays the role of ''
;[[Subtraction]]: We can define ''limited subtraction'', i.e. subtraction that bottoms out at 0 (since we have no concept of negative numbers yet). First we must define the "predecessor" function, which acts as the opposite of the successor function.
|