I'm reading this answer, and I'm stuck at "... the unique element that some elements of the chain map it to". Why does this element have to be unique? For example, consider the chain of functions $\mathbb N\to \mathbb N$ under the order described in the answer the first few elements of which are described as follows:
$f_1$ has fixed points $0,1,2,3$ (and only them)
$f_2$ has fixed points $0,1,3$ (and only them)
$f_3$ has fixed point $1$ (and only them)
The condition $f_2\leq f_3$ means $\{1\}\subseteq \{0,1,3\}$ and the restriction of $f_2$ to $\mathbb N\setminus \{0,1,3\}$ equals the restriction of $f_3$ to the same set. In particular, it might be the case that $f_3(0)=15$ whereas $f_2(0)=0$. If I call the function that is being constructed in the answer $L$, what should be $L(0)$? Should it be $f_3(0)$ or should it be $f_2(0)$, or something else?
Also, just to make sure I understand the other part of the definition of $L$ correctly, the fixed points of $L$ in my example should just contain $1$ (since it's the only point where "all elements of the chain have fixed points")?