7

Suppose $f:X\rightarrow Y$ is a continuous function between the topological spaces $X$ and $Y$. Suppose that: $A \subset X$ and that $x$ is a limit point of $A$.

Show that $f(x)$ is a limit point of $f(A)$

By a limit point $c$ of $B$ I mean that every neighborhood of $c$ intersects $B$ in a point $d$ such that $c\not = d$

What I have done is that: I supposed that $x$ is a limit point of $A$ but $x\not\in A$ and showed the required. but in the case when $x \in A$. My trial goes as follows:

Suppose $W$ was a neighborhood of $f(x)$ so $f^{-1}(W) \text{is a neighborhood of } x$. So $ f^{-1}(W) \cap A \not=\emptyset$ because $x$ is a limit point of $A$. Say $y\in f^{-1}(W) \cap A$. So $f(y)\in A$ and $f(y)\in W$. Now, if $x\not\in A$ then $f(x) \not\in f(A)$ but $f(y)\in A$ so $f(y)\not = f(x)$. So $W$ intersects $f(A)$ in a point $f(y)$ which is different of $f(x)$

If $x\in A$, it may happen that $f$ is not injective and happen that $f(x)=f(y)$ in which case I can't show that f(x) is a limit point of $f(A)$.

I've tried to came with a counter-example using constant functions on real functions. but it didn't works

What to do? any hints?

FNH
  • 9,130
  • 6
    What if $f$ is a constant function? Would $f(A)$ have any limit points? What kind of set is $f(A)$? – Andrew Aug 15 '14 at 04:23
  • 4
    @Andrew, hmmm, No! it will not have any limit points! I have already mentioned constant function in the question but while thinking I thought that the limit points of {$x$} are $x$ ! but I was wrong. So the constant function counts as a counter-example. – FNH Aug 15 '14 at 04:26

2 Answers2

10

As the question was answered in comments and there is no one who added a correct answer to close the question. I'm adding this answer (I got the idea of the answer from This comment)

The statement is false, here is a concrete example:

Let $f:\mathbb{R}\rightarrow \mathbb{R}$ where, $f(x)=2$ for all $x\in \mathbb{R}$. So $f$ is a constant function.

Note that we denote the set of limit points of $H$ by $H'$.

Let $A = [0,1]$. So, $A' = \{0,1\}$.

$f(A)=f([0,1])=\{2\}$, but $f(A)'=\emptyset$ because {$2$} has no limit points as if $x\not = 2$ is a real number then there is always an interval $C$ containing $x$ but not contaning $2$.

So Although $1$ is a limit point of $A$, $f(1)=2$ is not a limit point of $f(A)=\{2\}$.

As the question was answered in comments and there is no one who added a correct answer to close the question. I'm adding this answer (I got the idea of the answer from comments).

FNH
  • 9,130
-2

$f(x)$ is a limit point of $f(A)$ if and only if every open neighborhood $V\subseteq Y$ of $x$ intersects $f(A)$.

We show the contrapositive. Assume that $f(x)$ is not a limit point of $f(A)$. Then there is an open neighborhood $V_0$ of $f(x)$ such that $V_0\cap f(A) = \emptyset$. Since $f:X\to Y$ is continuous, the preimage $f^{-1}(V_0)$ is an open neighborhood of $x$.

Claim: $A \cap f^{-1}(V_0) = \emptyset$. Proof of claim: Suppose $z \in A \cap f^{-1}(V_0)$, then $f(z) \in f(A) \cap V_0$ contrary to assumption.

Now the claim implies that $x$ is not a limit point of $A$ and we're done.

  • Sorry, but limitpoint needs more: $y$ is limitpoint of $B$ if and only if every open neighborhood $V$ of $y$ contains an element $z$ with $z\neq y$. See http://en.wikipedia.org/wiki/Limit_point. Also look at Andrews comment. – drhab Aug 15 '14 at 10:17
  • $t$ is a limit point of $H$ iff every neighborhood $W$ of $t$ intersects $H$ in some point $y$ such that $x\not = y$. A counter example as mentioned in comments is the function $f:[1,2]\rightarrow \mathbb{R} $ where for every $x$, $f(x)=4$. here $1$ is a limit point of the domain $[1,2]$ but $f(1)=2$ is not a limit point of $f([1,2])=\text{{$2$}}$ since {$2$} has No limit points. You're using a different definition of a limit point different of the standard one. Thanx any way of the trial :) – FNH Aug 15 '14 at 11:42