I was reading about the fixed-point lemma for normal functions and I was wondering if we could weaken strict monotonicity to non-decreasing. I see why it's necessary for the proof, but is there a continuous non-decreasing ordinal operation without a fixed point? I'm probably missing something obvious but I can't think of any.
2026-03-25 06:00:21.1774418421
Do we need _strict_ monotonicity for the fixed point lemma for normal functions?
292 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
You don't need that $f$ is strictly increasing to have at least one fixed point. Consider the sequence $\alpha_n = f^n(0)$. By induction it follows that this is non-decreasing. If $\alpha_n=\alpha_{n+1} $ for some $n$ then we are done as this means that $\alpha_n = f(\alpha_n)$. Else consider the sup of this sequence and follow by continuity that this is a fixed point.
Of course you cannot get arbitrarily large fixed points as witnessed by the constant $0$ function.