Question:
Let f and g be continuous mappings of a metric space X into a metric space Y and let E be a dense subset of X. Prove that f(E) is dense in f(X). If $f(p) = g(p)$ for all p $\in$ E prove that $f(p) = g(p)$ for all X.
Answer:
- Let's show that every point of f(X) is either a point of f(E) or a limit point of f(E) or both. Suppose that y $\in$ f(X). Then, there exists a point p $\in$ X such that f(p) = y. Since E is dense in X, p $\in$ E U E$'$. If p $\in$ E then y $\in$ f(E) and we are done. If p $\in$ E$'$ and p is not in E, then there exists a sequence p$_n$ $\in$ E such that p$_n$ -> p. We then have f(p$_n$) -> f(p). That is , f(p) $\in$ f(E).
- Now, suppose f(p) = g(p) for all p $\in$ E. Let x $\in$ X\E. Since E is dense in X we have a sequence q$_n$ $\in$ E such that q$_n$ -> x. So, f(x) = f(lim q$_n$) = lim f(q$_n$) = lim g(q$_n$) = g(lim q$_n$) = g(x). Thus, f(x) = g(x) for all x $\in$ X
Could you tell me if the bold line is legitimate and explain me why it is legitimate if it is? Thank you so much!