Function continuity in metric spaces

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
complexnumber
Messages
61
Reaction score
0

Homework Statement



Let [tex](X,d_X)[/tex] and [tex](Y,d_Y)[/tex] be metric spaces and let [tex]f: X \to Y[/tex].

Homework Equations



Prove that the following statements are equivalent:

1. [tex]f[/tex] is continuous on [tex]X[/tex],
2. [tex]\overline{f^{-1}(B)} \subseteq f^{-1}(\overline{B})[/tex] for all subsets [tex]B \subseteq Y[/tex]

The Attempt at a Solution



I an prove that (1) leads to (2) but don't know how to show (2) leads to (1). Can you give me some hint?
 
Physics news on Phys.org
A function f: X -> Y between topological spaces is continuous if and only if the inverse image of every closed set in Y is a closed set in X.

Let F be an arbitrary closed set in Y. Then F = cl(F), where cl(F) is the closure of F. Now apply (2) with F in place of B.
 
Thanks, I didn't realize I should use this theorem and was trying to prove it using any point x and its neighborhood approach.