If I have $f(x)\leq f(f(x))$ for all real $x$, can I deduce $x\leq f(x)$?
Thank you.
Thank you. |
|||||
|
|
No. Suppose $f$ is a constant function..... |
|||||||||||||||
|
|
For a slightly non-trivial example, $f(x) = - \vert x \vert$. We then have that $$f(f(x)) = - \vert f(x) \vert = -\vert-\vert x \vert \vert = - \vert x \vert = f(x)$$ However, $x \geq f(x)$ for all $x \in \mathbb{R}$ and in fact $x > f(x)$ for all $x \in \mathbb{R}^+$. |
||||
|
|
|
Let $f(x)=1$. Then $f(f(x))\leq f(1)=1$. However, $2\geq f(2)=1$ so that the conclusion does not follow. |
|||||||||
|
|
Let $f$ map $-1$ to $-2$ and all other values to $0$. Then $f(-1)<-1$ but $f(f(x))\geq f(x)$ for all $x$. |
||||
|
|
|
For an example showing that even strict inequality $f(x)<f(f(x))$ for all $x$ does not imply $x\leq f(x)$ for all $x$, consider $$ f: x\mapsto \begin{cases} -\frac{|x|}2 &\text{if }x\neq0\\ \\-1&\text{if }x=0\\ \end{cases} $$ The discontinuity at $x=0$ is inevitable, since a continuous function $\mathbf R\to\mathbf R$ that has both points $x$ where $x<f(x)$ and other points where $x>f(x)$ must have some fixed points with $x=f(x)$. |
|||
|
|
|
No. Suppose $f(x)=1$. $\left\{ \begin{array}{l} f(x)=f(f(x))=1 \\ 1\leq1 \end{array} \right. \therefore f(x) \leq f(f(x)) $ for all real $x$. If $x>1$, $f(x)<x \therefore x\not\leq f(x)$.
|
||||
|
|
|
||||
|
|
|
If $f$ satisfies the above conditions, then:
|
|||
|
|
|
No, when the function which is a decreasing function did not meet the result. Such as $f(x)=-x$,only when $x\geq 0$, $f(x)\leq f(f(x))$; but at the same time, $x\geq f(x)$. |
|||||
|
|
If $f(x)<f(f(x))$ for all $x$ and $f$ is continuous then $x<f(x)$ for all $x$: Define a continuous function $g$ by $g(x)=x-f(x)$. Now $g(f(0))=f(0)-f(f(0))<0$, so $g$ is below the $x$-axis at some point. Since $g(x)=0$ would imply $x=f(x)$ and hence $f(x)=f(f(x))$, we get $g(x)\ne 0$ for all $x$. Thus, $g(x)<0$ for every $x$. |
|||
|
|
|
Well.. here is a sufficient condition: If $f$ is invertible and monotonically increasing then $f^{-1}$ exits and is also monotonically increasing and therefore $f(x)\leq f(f(x)) \implies f^{-1}(f(x)) \leq f^{-1}(f(f(x))) \implies x \leq f(x)$. |
|||