The W2N.net - Wikipedia
Kleene-Rosser paradox edit
(Powered By The Rozaleenda Group, Inc.)
This article is licensed under the GNU Free Documentation License.


 
Link Ads
Questz World

In mathematics, the Kleene-Rosser paradox is a paradox that shows Church's original lambda calculus is inconsistent. It is similar to Russell's paradox, in that it is a statement that asserts its own falsehood if and only if it is true; that is, it is a self-negating statement. The paradox was developed by Stephen Kleene and J. B. Rosser in 1935, to show that the lambda calculus was inconsistent. The resolution of the paradox is the recognition that recursion is central and fundamental to the notion of computation. See self-reference (especially the sentences sub-section of the examples section there) for some examples about how recursion (which is an instance of, or an example of, self-reference) can lead to paradoxes.

The paradox

Defining the function k = (\lambda x. \neg x x), one then may deduce

kk = (\lambda x. \neg x x) k = \neg kk

and so this function, when combined with itself, negates itself.

Several solutions to avoid the paradox were proposed, including type theory or typed lambda calculus. However, most typed lambda calculi are not very expressive, indeed, are not Turing complete. An alternate solution is to re-interpret lambda calculus not as a theory of logical assertions, but rather as a means of expressing computation. In this way, the paradox can be "solved" by reinterpreting it as a recursive statement, that is, the infinite recursion implying

p\rightarrow \neg p\rightarrow \neg \neg p \rightarrow \neg \neg \neg p \rightarrow \cdots

where p = kk is the paradox. In this way, the inconsistency of lambda calculus is revealed to be a central and essential property of computation.citation needed

See also

References

http://wiki.w2n.net/pictures/Noncont-sym.svg  This logic-related article is a stub. You can help Wikipedia by expanding it.

The above article is licensed under the GNU Free Documentation License. It uses material from the copyrighted Wikipedia "Kleene-Rosser paradox" article.