Continuous functions in topology

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

Homework Statement


In topology, a f: X -> Y is continuous when

U is open in Y implies that f^{-1}(U) is open in X

Doesn't that mean that a continuous function must be surjective i.e. it must span all of Y since every point y in Y is in an open set and that open set must have a pre-image open in X, so there must be some x in X s.t. f(x) = y?

What is wrong with my logic?


Homework Equations





The Attempt at a Solution

 
Physics news on Phys.org
If you think it isn't true, the try and construct a counterexample. :smile:

If it's true, this might help you see why. If it's false, analysis of the counterexample might help you spot the flaw.
 
I think matt grime answered it, but my counter example is:

f:R->R
f(x) = abs(x)

the set (-4, -2) is open but when when you pull it back you get the null set, which is open in the usual topology on R. I think I see now!