I have the equation Y = FY (fixed point equation). How to get of it the equation for F through other combinator (in particular S- combinator with first fixed parameter)?
Asked
Active
Viewed 66 times
2
-
This question is very unclear. What would "the equation for `F`" mean, for instance? – chi May 13 '15 at 19:35
1 Answers
2
There's no way to do this -- consider the functions g and g ∘ g. Then Y(g) and Y(g ∘ g) are both g(g(g(g(g(...))))), so there's no way to go from Y(F) to F in general.

Lynn
- 10,425
- 43
- 75