-1

The question is to prove or disprove this statement but I cannot make any headway on it. I assume that the statement is true but I have tried proving by showing there are no limit points in $F(\mathbb{R})$ but cannot seem to do so. I think the proof may have something to do singletons in $F(\mathbb{R})$. I am also not sure if I can presume that $\mid f(U)\mid \le \mid{U\mid}$ in this case

Note: In this context the discrete set $S$ is one where $\forall x \in S, \;\exists\epsilon \; [(x-\epsilon),(x+\epsilon)]\cap S=\{x\}$

1 Answers1

2

This is not the case. Consider $f:\mathbb{R}\rightarrow \mathbb{R}$ defined piecewise by: $$f(x)=\left\{ \begin{array}{ll} 0 && x\in \mathbb{Q} \\ \frac{1}{\lceil |x|\rceil} && x\notin \mathbb{Q}\end{array} \right.$$

This is in agreement with @Robert Israel’s comment.

The image of $f$ is exactly $K=\{\frac{1}{n}\mid n\in \mathbb{N}\}\cup \{0\}$ which is not discrete (since $0$ is a limit point).

If a subset $A \subset K$ contains $0$, then $A$ is closed in $\mathbb{R}$, since $0$ is the only limit point of $K$.

Since the preimage of $0$ is dense, the image of each open set is a subset of $K$ which contains $0$, and is thus closed.

Malady
  • 1,928