6

Question is to check which of the following holds (only one option is correct) for a continuous bounded function $f:\mathbb{R}\rightarrow \mathbb{R}$.

  • $f$ has to be uniformly continuous.
  • there exists a $x\in \mathbb{R}$ such that $f(x)=x$.
  • $f$ can not be increasing.
  • $\lim_{x\rightarrow \infty}f(x)$ exists.

What all i have done is :

  • $f(x)=\sin(x^3)$ is a continuous function which is bounded by $1$ which is not uniformly continuous.
  • suppose $f$ is bounded by $M>0$ then restrict $f: [-M,M]\rightarrow [-M,M]$ this function is bounded ad continuous so has fixed point.
  • I could not say much about the third option "$f$ can not be increasing". I think this is also true as for an increasing function $f$ can not be bounded but i am not sure.
  • I also believe that $\lim_{x\rightarrow \infty}f(x)$ exists as $f$ is bounded it should have limit at infinity.But then I feel the function can be so fluctuating so limit need not exists. I am not so sure.

So, I am sure second option is correct and fourth option may probably wrong but i am not so sure about third option.

Please help me to clear this.

Thank You. :)

4 Answers4

10

For the third point, consider $f(x) = \arctan(x)$. For the fourth point, you've already found a counterexample in one of your other points!

Dan
  • 7,951
  • I am sorry.. I did not recognize counterexample for fourth option in what i have done... could you please explain a bit more. –  Dec 09 '13 at 02:38
  • @PraphullaKoushik: Sure! Does $\lim_{x\to\infty}\sin(x^3)$ exist? – Dan Dec 09 '13 at 02:40
  • This is quite interesting... :) I do not have limit at $\infty$ for $\sin (x^3)$.. This is very beautiful.. :) –  Dec 09 '13 at 02:42
5

$\tan^{-1}x$ is increasing. $\sin (x^3)$ has no limit at infinity.

Eric Auld
  • 28,127
1

Well, for $x$ really, really large, what can you say about $f(x) - x?$

For $x$ really, really small, what can you say about $f(x) - x?$

Igor Rivin
  • 25,994
  • 1
  • 19
  • 40
0

Here is an incredibly non-interesting trivial example: $f(x)=a$ for $a$ being some real number.

Hayden
  • 16,737
  • I do not really understand this is for what? please explain a bit more.. –  Dec 09 '13 at 02:33
  • This is a uniformly continuous, non-increasing function that has a fixed point (namely, $x=a$) with the property that the limit at infinity exists. – Hayden Dec 09 '13 at 02:35
  • Opps, upon reading the question further, I realize I misread. I thought you wanted an example of something that had all those properties. – Hayden Dec 09 '13 at 02:36
  • It is alright... Thank you :) –  Dec 09 '13 at 02:37