Let $f:\mathbb{R} \to \mathbb{R}$ be a continuous function such that $|f(x)-f(y)| \geq \frac{|x-y|}{2}$ then prove $f$ is onto. I can prove it just using IVT, but looking for some short solution which is using some good argument.
-
1What is IVT ??? – idm Aug 03 '15 at 17:09
-
1@idm IVT = Intermediate Value Theorem – camel_case Aug 03 '15 at 17:11
-
3Check the answer here: It also explains surjection: http://math.stackexchange.com/questions/197285/fx-fy-geq-kx-y-then-f-is-bijective-and-its-inverse-is-continuous?rq=1 – Ashutosh Gupta Aug 03 '15 at 17:14
-
Yes that's the way i did it before... but I want some better argument – dragoboy Aug 03 '15 at 17:21
-
what is your notion of better argument? – user251257 Aug 03 '15 at 17:27
-
I don't know. I want something non elementary argument, IVT is elementary... – dragoboy Aug 03 '15 at 17:28
-
personally I don't think that there is a more elementary argument than the linked one, you definitely need continuity and the inequality property, and basically only this was used...do you have something in mind? – user190080 Aug 03 '15 at 17:38
1 Answers
Here is a proof that uses the properties of homeomorphism in $\mathbb{R}$ and connectness.
Let $U\subseteq \mathbb{R}$ be the image of $f$.
Since $|f(x)-f(y)| \geq \frac{|x-y|}{2}$ it is imediate that $f$ is injective and $|f^{-1}(x)-f^{-1}(y)| \leq 2 |x-y|$. In particular, $f^{-1}$ is continuous.
So we have that $f$ is a homeomorphism from $\mathbb{R}$ onto $U$, so $U$ is an open interval in $\mathbb{R}$.
It is easy to show that
if $A\subseteq \mathbb{R}$, then $\textrm{diam}(f(A))\geq \frac{1}{2}\textrm{diam}(A)$.
Now, remove $0$ from $\mathbb{R}$ then you have two disjoint connected components (intervals): $$\mathbb{R}^-=\{x\in \mathbb{R} \,|\, x<0\}$$ and $$\mathbb{R}^+=\{x\in \mathbb{R} \,|\, x>0\}$$
Since $f$ is a homeomorphism, we have that removing $f(0)$ from $U$, we get two disjoint connected components (intervals): $U_1=f(\mathbb{R}^-)$ and $U_2=f(\mathbb{R}^+)$. But then we have: $$\textrm{diam}(U_1)=\textrm{diam}(f(\mathbb{R}^-))\geq \frac{1}{2}\textrm{diam}(\mathbb{R}^-)=+\infty$$ $$\textrm{diam}(U_2)=\textrm{diam}(f(\mathbb{R}^+))\geq \frac{1}{2}\textrm{diam}(\mathbb{R}^+)=+\infty$$
So $U$ is an interval such that removing one point from it, it is divided in two disjoint infinite intervals. It is easy to see that the only interval having such property is $\mathbb{R}$ itself.
- 17,521