One of my homework problems is this: "Let X = $\mathbb{R} \!\,$ with the usual metric and let X′ be a discrete metric space. Describe all continuous functions from X to X′."
A function f : X $\rightarrow$ X' is continuous if for all $\epsilon$>0, there exists a $\delta$>0 s.t. for all x,y $\in \!\,$X, if d(x,y)
The most common discrete metric we discuss is this:
d(x,y) = 0 if x=y &
d(x,y) = 1 if x$\ne$y
My two ideas for continuous functions f : X $\rightarrow$ X' are:
1) f(x) = k where k is a constant
2) f(x) = [x]
My reasoning is that both of these functions take two values x,y in $\mathbb{R} \!\,$ and return f(x) and f(y) s.t. f(x)=f(y), so the discrete metric has distance of 0. For 1, this is true for all x,y. For 2, this is true for d(x,y) < min {d(x,1/2), d(y,1/2)}.
Do both of these work? Are there any more such functions?
Thanks!
"A function f : X → X′ is continuous iff for any open set V ⊂ X′, the set f_inverse(V) is an open set in X"
, this corollary:"Suppose that (X, d), (X′, d′), and (X′′, d′′) are metric spaces, and f : X → X′ and g : X′→ X′′ are continuous. Then g ◦ f : X → X′′ is continuous"
, and this exercise, which I have already done:"Let X and X′ be metric spaces and assume that X has the discrete metric. Show that any function f : X → X′ is continuous."
I'd like to do my problem by using these 3 results and the defn. of continuity, if possible. – Jeff Nov 24 '13 at 04:20