I'm trying to use the mean value theorem to show that for differentiable $f:\mathbb{R} \to \mathbb{R}$, if $f'(x) < 1 \forall x\in\mathbb{R}$, then $f$ has exactly one fixed point. I know how to show that if $f'(x)\neq 1$ then $f$ can have at most one fixed point. I think I need to use that $f'(x) \leq 1$ to see that $f$ is decreasing, but I'm not sure how to use that.
Asked
Active
Viewed 1,919 times
5
-
If $f'\le 1$, $f$ need not to be decreasing. See $f(x)=\frac{1}{2}x$. – szw1710 May 03 '17 at 19:36
-
You need a strict inequality, $f \colon x \mapsto x$ satisfies $f'(x) \leqslant 1$ for all $x$ but has more than one fixed point. $f \colon x \mapsto x+ 1$ has no fixed point. – Daniel Fischer May 03 '17 at 19:38
-
I realized I had a typo. It should have ben that $f'(x) < 1$ not that $f'(x) \leq 1$. – TonicWaterWithLime May 03 '17 at 19:41
-
This doesn't yet imply that $f$ has a fixed point. Consider $f(x) = x - e^x$. Even $\lvert f'(x)\rvert < 1$ for all $x$ doesn't imply the existence of a fixed point. – Daniel Fischer May 03 '17 at 19:48
-
I think if $f(0) > 0$ is specified then this can be proved. – Χpẘ May 03 '17 at 19:54
3 Answers
6
Let $f(x) = x+1$ for $x \in \mathbb{R}$. Then $f'(x) = 1$ for all $x$ and $f$ has no fixed points.
Tom
- 9,978
-
1Strictly speaking, this is not an answer but a counterexample. Placing as a comment would help the OP revise his question. – mlc May 03 '17 at 19:40
3
It must be $f'(x)<1$. Then let $a,b$ be two fixed points. Then you have $|f(a)-f(b)|=f'(x)|a-b|=f'(x)|f(a)-f(b)|$, so $f'(x)=1$, that is not possible. The first equality is due to Lagrange Theorem.
Bargabbiati
- 2,271
3
The thing you are trying to prove is false, even with strict inequality.
$$ f(x) = \frac{x + \sqrt {1+x^2}}{2} $$ has derivative below $1$ but no fixed point: we always have $f(x) > x$
Will Jagy
- 139,541
-
1
-
@szw1710 How can you define the sequence $(x_n)_{n=1}^{\infty}$ such that $f(x_n) = nx_n$? For one, you'd already have a fixed point with $x_1$. – Tom May 03 '17 at 20:09
-
@szw1710 Let $f: [1,2] \to \Bbb{R}$ be defined by $f(x) = 0$ for all $x \in [1,2]$. Define the sequence $(x_n)$. – Tom May 03 '17 at 20:13
-
I have deleted my two comments because there was a mistake there. @Tom referred to them. – szw1710 May 03 '17 at 20:36

