Copyright © Philip M. Parker, INSEAD. Terms of Use.

FIXED POINT COMBINATOR

Specialty Definition: FIXED POINT COMBINATOR

DomainDefinition

Computing

Fixed point combinator (Y) The name used in combinatory logic for the fixed point function, also written as "fix". (1994-10-20). Source: The Free On-line Dictionary of Computing.

Source: compiled by the editor from various references; see credits.

Top     

Specialty Definition: Fixed point combinator

(From Wikipedia, the free Encyclopedia)

A fixed point combinator is a function which computes fixed points of other functions. A 'fixed point' of a function is a value left 'fixed' by that function; for example, 0 and 1 are fixed points of the squaring function.

In certain formalizations of mathematics, such as the lambda calculus and combinatorial calculus, every function has a fixed point. In these formalizations, it is possible to produce a function, often denoted Y, which computes a fixed point of any function it is given. Since a fixed point x of a function f is a value that has the property f(x) = x, a fixed point combinator Y is a function with the property that f(Y(f)) = Y(f) for all functions f.

One well-known fixed point combinator, discovered by Haskell B. Curry, is

Y = λf.(λx.(f (x x)) λx.(f (x x)))

Another common fixed point combinator is the Turing fixed-point combinator (named for its discoverer Alan Turing):

Θ = (λx.λy.(y (x x y)) λx.λy.(y (x x y)))

This combinator is of interest because a variation of it can be used with applicative-order reduction:

Θv = λh.(λx.(h λy.(y (x x y))) λx.(h λy.(y (x x y))))

Fixed point combinators are not especially rare. Here is one constructed by Jan Willem Klop:

Yk = (L L L L L L L L L L L L L L L L L L L L L L L L L L L L)


where

L = λabcdefghijklmnopqstuvwxyzr.(r (t h i s i s a f i x e d p o i n t c o m b i n a t o r))

See also: combinator, combinatory logic, lambda calculus.

Source: adapted by the editor from Wikipedia, the free encyclopedia under a copyleft GNU Free Documentation License (GFDL) from the article "Fixed point combinator."

Top     

Crosswords: FIXED POINT COMBINATOR

Specialty definitions using "FIXED POINT COMBINATOR": combinatorfixed point. (references)

Top     

Anagrams: FIXED POINT COMBINATOR

Scrabble® Enable2K-Verified Anagrams

Words within the letters "a-b-c-d-e-f-i-i-i-m-n-n-o-o-o-p-r-t-t-x"

-5 letters: premodification, prenotification.

Source: compiled by the editor from various references; see credits.

SCRABBLE® is a registered trademark. All intellectual property rights in and to the game are owned in the U.S.A and Canada by Hasbro Inc., and throughout the rest of the world by J.W. Spear & Sons Limited of Maidenhead, Berkshire, England, a subsidiary of Mattel Inc. Mattel and Spear are not affiliated with Hasbro.

Top     

Alternative Orthography: FIXED POINT COMBINATOR


Hexadecimal (or equivalents, 770AD-1900s) (references)

46 49 58 45 44      50 4F 49 4E 54      43 4F 4D 42 49 4E 41 54 4F 52

Leonardo da Vinci (1452-1519; backwards) (references)

        

Binary Code (1918-1938, probably earlier) (references)

01000110 01001001 01011000 01000101 01000100 00100000 01010000 01001111 01001001 01001110 01010100 00100000 01000011 01001111 01001101 01000010 01001001 01001110 01000001 01010100 01001111 01010010

HTML Code (1990) (references)

&#70 &#73 &#88 &#69 &#68 &#32 &#80 &#79 &#73 &#78 &#84 &#32 &#67 &#79 &#77 &#66 &#73 &#78 &#65 &#84 &#79 &#82

ISO 10646 (1991-1993) (references)

0046 0049 0058 0045 0044      0050 004F 0049 004E 0054      0043 004F 004D 0042 0049 004E 0041 0054 004F 0052

Encryption (beginner's substitution cypher): (references)

404358393825049434854237494736434835544952

Top     



INDEX

1. Crosswords
2. Anagrams
3. Orthography
4. Bibliography


  

Copyright © Philip M. Parker, INSEAD. Terms of Use.