I'm rewatching some of the earlier lectures on SICP. The notion of a fixed-point is a bit confusing to me. The fixed-point procedure: should I be thinking about it this way, "it's the way to find a fixed-point of a given function." So given f(2) = 2?
Also why is it stated in this lecture, that a new function y that maps to x / y is a fixed point?
According to Fixed point (mathematics) on Wikipedia:
So as you wrote,
f(2) = 2indicates that2is a a fixed point off.