Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Fixed-point combinator
(section)
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!
===Verification=== The following calculation verifies that <math>Y g</math> is indeed a fixed point of the function <math>g</math>: :{| cellpadding="0" | <math>Y\ g\ </math> | <math>= (\lambda f.(\lambda x.f\ (x\ x))\ (\lambda x.f\ (x\ x)))\ g\ \ \ </math> | by the definition of <math>Y</math> |- | | <math>= (\lambda x.g\ (x\ x))\ (\lambda x.g\ (x\ x))\ </math> | by [[Ξ²-reduction]]: replacing the formal argument ''f'' of ''Y'' with the actual argument ''g'' |- | | <math>= g\ ((\lambda x.g\ (x\ x))\ (\lambda x.g\ (x\ x)))\ </math> | by Ξ²-reduction: replacing the formal argument ''x'' of the first function with the actual argument <math>(\lambda x.g\ (x\ x))</math> |- | | <math>= g\ (Y\ g)</math> | by second equality, above |} The lambda term <math>g\ (Y\ g)</math> may not, in general, [[Ξ-reduction|Ξ²-reduce]] to the term <math>Y\ g</math>. However, both terms Ξ²-reduce to the same term, as shown.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)