Difference between revisions of "Recursion"

From PKC
Jump to navigation Jump to search
Line 4: Line 4:


<noinclude>
<noinclude>
=References=
<references/>
==Related Pages==
==Related Pages==
*[[Logically related::Self reflection]]
[[Category:Self reflection]]
*[[Logically related::Fixed point]]
[[Category:Fixed point]]
</noinclude>
</noinclude>

Revision as of 06:24, 26 January 2022

Recursion is a reflexive structure that maps input to outputs in the following sense:


It is a reflexive structure and is the prototypical definition that defines fixed point.


References

Related Pages