Difference between revisions of "Recursion"

From PKC
Jump to navigation Jump to search
Line 6: Line 6:
==Related Pages==
==Related Pages==
*[[Logically related::Self reflection]]
*[[Logically related::Self reflection]]
[[Logically related::Fixed point]]
*[[Logically related::Fixed point]]
</noinclude>
</noinclude>

Revision as of 02:53, 5 September 2021

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.


Related Pages