Let $A$ be a non-empty closed bounded set of real numbers and $f: A \to A $ be a function such that $|f(x)-f(y)|<|x-y| , \forall x,y\in A$ , then how to show that $f$ has a unique fixed point ?
2026-03-27 11:48:17.1774612097
On
$|f(x)-f(y)|<|x-y|$ on a non-empty closed bounded set of real numbers
151 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
Existance:
Note that $Im (f) \subsetneq A$
Consider $a \in A$ then consider the sequence $a_n = f(a_{n-1})$ there $a_0 = a$ note that $|a_{n-1} - a_{n}| > |f(a_{n-1} - f(a_n)| = |a_n - a_{n+1}|$ so the sequence is convergent (the distance between two points is decreasing and since $A$ is bounded, the distance must tend to $0$). Since $Im (f) \subsetneq A$ then $a':=\displaystyle\lim_{n\to\infty} a_n\in A$. So $|a' - f(a')| = 0 \Rightarrow a' = f(a')$.
Uniqueness:
Assume there are two fixed points $x_0$ and $y_0$. Then
$$|f(x_0) - f(y_0)| = |x_0 - y_0|$$
Wich contradicts the initial hypothesis.
$$|a-a'|=|f(a)-f(a')|<|a-a'|$$ which's a contradiction so we proved the unicity.