Content deleted Content added
No edit summary |
copyedit |
||
Line 7:
:0! = 1
:''n''! = ''n''
3! = 3
= 3
= 3
= 3
= 3
= 3
= 6
Line 23:
In [[set theory]] there is a theorem guaranteeing that such functions exist.
'''The recursion theorem.''' Given a set ''X'', an element ''a'' of ''X'' and a function ''f'':''X''->''X'',
:''F''(0) = ''a'', and
:''F''(''n''+1) = ''f''(''F''(''n'')) for any natural number ''n'' > 0.
''[A proof of the recursion theorem from set theory is needed]''
Line 41:
:if a proposition can be obtained from true propositions by means of inference rules, it is true.
''[It needs to be pointed out that determining whether a certain object is in a recursively
Here is another, perhaps simpler way to understand recursive processes:
|