Primitive recursive function: Difference between revisions

Content deleted Content added
m fr:
Line 28:
:In order to fit this into a strict primitive recursive definition, we define:
 
::add(0,''x'')=''P''<sub>01</sub><sup>1</sup>(''x'')
::add(S(''n''),''x'')=''S''(''P''<sub>01</sub><sup>3</sup>(add(''n'',''x''),''n'',''x''))
 
:Note that ''P''<sub>0</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 ''h''. The composition of ''S'' and ''P''<sub>0</sub><sup>3</sup>, which is primitive recursive, plays the role of ''g''.