0

Let $ f : \mathbb{R} \rightarrow \mathbb{R} $ be continuous map . Then which one of the following is true?

(a) $ f(A) $ is bounded for all bounded subsets $ A $ of $\ \mathbb{R} $ .

(b) $ f^{-1}(A) $ is compact for all compact subsets $ A $ of $ \mathbb{R} $.

Answer The function $ f(x)=\frac{1}{x} $ is continuous on $ (0, \infty ) $ . Now $ \ (0,1) $ is bounded. But $ f((0,1))=(1, \infty) $ is unbounded . Hence option $ (a) $ is wrong.

So option $ (b) $ is correct. But I am not sure. Any help is there?

MAS
  • 10,638

4 Answers4

2

Your counterexample to $(a)$ is wrong. You need to find a continuous function defined on $\mathbb{R}\to \mathbb{R}$ which is unbounded on bounded sets. However $\frac1x$ is not defined on $0$.

In fact, option $(a)$ is true. As $A$ is bounded, therefore $\overline{A}$ is compact(Heine Borel Theorem). Hence, $f(\overline A) $ is bounded.

Now $ f(A) \subseteq f(\overline A) $. Therefore, $f(A)$ is also bounded.

Option $(b)$ is false.

Counterexample: Let $f(x)=\sin x$. Then $\{0\}$ is compact. However, $f^{-1}\{0\}=\{n\pi:n \in \mathbb{Z}\}$ which is not bounded, hence not compact.

Sahiba Arora
  • 10,847
1

Your example is not adequate because the inverse function is not defined on $\Bbb{R}$.

Proposition $a)$ is true. The closure of $A$ is a compact set, because it is a bounded (since $A$ is) and closed set of $\Bbb{R}$. Since any continuous function on a compact set is bounded, $f$ is bounded on the closure of $A$, and so it's bounded on $A$.

Proposition $b)$ is false. Take the contant function equal to $1$, then $\{1\}$ is compact but $f^{-1}(\{1\})={\Bbb{R}}$ is not.

matboy
  • 650
1

Hint: Take $f:\mathbb{R} \rightarrow \mathbb{R}$ given by $f(x)=1$ for all $x \in \mathbb{R}$.

0

How you say that in the proof of 1st problem that if any set say A is bounded then it's closure is also bounded ? It need to be check.

  • 1
    Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers in the help center. – Community Mar 04 '22 at 04:48