$X \subset \mathbb{R}^n$ bounded $\implies f(X)$ is Bounded

578 Views Asked by At

Let $f: \mathbb{R}^m \rightarrow \mathbb{R}^n$ is contínuous. If $X \subset \mathbb{R}^m$ is bounded then $f(X)$ is bounded.

This question has been asked before but just for a ''conterexemple'', now I have tried to prove, but I don't know if it's correct.

My attempt:

I will prove that if $X$ is bounded then $\overline{X}$ is bounded.

In fact, since $X$ is bounded then $\Vert x \Vert \leq K$, for all $x \in X$.

Now define $g: \mathbb{R}^m \rightarrow \mathbb{R}$, such that $g(x) = \Vert x \Vert$, for all $x \in \mathbb{R}^m$. Let $x \in \overline{X}$ then $x = \lim x_n$, where $x_n \in X$.

Since $g$ is continuous, we have $\Vert x \Vert = g(x)= \lim g(x_n) = \lim \Vert x_n \Vert \leq \lim K = K$

$\Rightarrow \Vert x \Vert \leq K $ for all $x \in \overline{X}$. Futhermore $f(\overline{X})$ is compact because $f$ is contínuous and we've proved that $\overline{X}$ is compact, this implies $f(\overline{X})$ bounded.

So we have, $X \subset \overline{X} \Rightarrow f(X) \subset f(\overline{X})$ and we conclude that $f(X)$ is bounded.

That proof is correct? If yes, there is a easiest way to prove that?

2

There are 2 best solutions below

2
On BEST ANSWER

What you have done seems fine (except that the target space of $g$ should be $\Bbb{R}$, which I guess is a typo).

Alternatively, do you know the property that $\overline{X}$ is the smallest closed set containing $X$? Because if you do, $X$ bounded implies $X$ is contained inside a ball $B_K$ for some $K>0 $, which is a closed set, and hence contains $\overline{X}$ as well. Then, after this you can make use of the compactness argument as you have done.

Edit:

As suggested in the comments, the mere fact that $X$ is bounded means by definition that it lies inside some closed ball (which is compact). Then we can apply the compactness argument to the closed ball. So, this shortens the proof even more. (Of course this only works in finite-dimensional vector spaces due to Heine-Borel theorem and not in arbitrary metric spaces)


You should take note of a similar sounding statement which is false:

Let $X \subseteq \Bbb{R}^m$ be a bounded set, and $f:X \to \Bbb{R}^n$ be continuous. Then, $f(X)$ is bounded.

This statement is definitely false. As a counterexample, let $m=n=1$, and let $X= (-\frac{\pi}{2}, \frac{\pi}{2})$, and define $f: X \to \Bbb{R}$, by $f(x) = \tan(x)$. Then, the image of $f$ is $\Bbb{R}$, which is clearly unbounded. The reason for this difference is that in this example, $f$ is only continuous on $X$, whereas in your original question, $f$ is assumed to be continuous on the entire $\Bbb{R}^m$ (actually all we need is for $f$ to have a continuous extension to $\overline{X}$).

0
On

The closure of $X$, $cl(X)$ is closed. Note that the closure is the smallest closed set that contains X. As X is bounded, it is contained in some closed ball with radius $r>0$. Consequently, $cl(X) \subset B^c(x,r)$ where x is some element in X. Therefore, $cl(X)$ is bounded. As $cl(X)$ is closed and bounded, it is compact. As $f$ is continous, $f(cl(X))$ is bounded and since $X \subset cl(X)$, $f(X)$ is bounded.