Recursion: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 23:
'''The recursion theorem.''' Given a set ''X'', an element ''a'' of ''X'' and a function ''f'':''X''->''X'', then there is a unique function ''F'':'''N'''->''X'' such that
:''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]''