Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Niidae Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Fixed-point combinator
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Non-standard fixed-point combinators === If F is a fixed-point combinator in untyped lambda calculus, then there is: :<math>\mathsf F=\lambda x. F x = \lambda x. x (F x)= \lambda x. x (x (F x)) = \cdots </math> Terms that have the same [[Bรถhm tree]] as a fixed-point combinator, i.e., have the same infinite extension <math>\lambda x.x (x (x \cdots ))</math>, are called ''non-standard fixed-point combinators''. Any fixed-point combinator is also a non-standard one, but not all non-standard fixed-point combinators are fixed-point combinators because some of them fail to satisfy the fixed-point equation that defines the "standard" ones. These combinators are called ''strictly non-standard fixed-point combinators''; an example is the following combinator: : <math>\mathsf{N = B U (B (B U) B)}</math> where : <math>\mathsf B = \lambda x y z.x (y z)</math> : <math>\mathsf U = \lambda x.x x\ </math> since <!-- Ng = (U . (U .) . (.)) g = (U . (g .)) (U . (g .)) = = U ( g . U . (g .)) = g ( U ( (g . g . U . (g .)) )) = g (g ( g ( U ( g . g . g . U . (g .) )))) --> :<math>\mathsf N=\lambda x. N x = \lambda x. x (N_2 x)= \lambda x. x (x (x (N_3 x))) = \lambda x. x (x (x (x (x (x (N_4 x)))))) = \cdots </math> where <math>\mathsf N_i</math> are modifications of <math>\mathsf N</math> created on the fly which add <math>i</math> instances of <math>x</math> at once into the chain while being replaced with <math>\mathsf N_{i+1}</math>. The set of non-standard fixed-point combinators is not [[recursively enumerable]].<ref name=gold/>
Summary:
Please note that all contributions to Niidae Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Encyclopedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Fixed-point combinator
(section)
Add topic