Consider a differentiable fuction $f: \mathbb{R} \rightarrow \mathbb{R}$ for which $f'(t) \neq 1$ for every $t \in \mathbb{R}$. Is it true that $f$ has exactly one fixed point? It is clear to me why it can have no more than one, but how does one show that $f$ can't have none?
2026-04-03 19:00:38.1775242838
On
Fixed point of a differentiable function
190 Views Asked by user67133 https://math.techqa.club/user/user67133/detail At
2
There are 2 best solutions below
0
On
The upper bound follows from Rolle's theorem: a fixed point of $f$ is a root of $g(t)=f(t)-t$, and the assumption and Rolle's theorem gives that there can only be one of those.
I think the lower bound is not true: take $g(x)$ to be any strictly monotone continuously differentiable function with no roots, like $e^x$ or $\arctan(x)-10$. Then $f(x)=x+g(x)$ has no fixed point but $f'$ is never $1$.
What you are trying to show is false: Consider $f (x) = x - e^x$. Then $f'(x) = 1 - e^x < 1$ for all $x $, but if $f $ had a fixed point, then $x = f (x) = x - e^x $, and hence $e^x =0$, a contradiction.