Every map from a space with the discrete topology is continuous
From Maths
Contents
[hide]Statement
Given two topologies, (X,P(X)) and (Y,J) where:
- (X,P(X)) denotes the discrete topology on X
We have the following[1]:
- Any mapping, f:X→Y, is continuous
Proof of claim
Recall there are two definitions of continuity, the topological:
- f:(X,J)→(Y,K) is continuous if ∀A∈K[f−1(A)∈J] - for all open sets in Y the pre-image under f is open in X
Then there's the metric space definition:
- f:(X,d1)→(Y,d2) is continuous if ∀x∈X∀ϵ∈R>0∃δ∈R>0∀y∈X[d1(x,y)<δ⟹d1(f(x),f(y))<ϵ]
Topological sense of continuity
Proof:
- We wish to prove: ∀A∈J[f−1(A)∈P(X)]
- Let A∈J be given.
- Then f−1(A)⊆X by definition of pre-image
- Which recall is: f−1(A):={x∈X|f(x)∈A}
- As every subset of X is open in X we see that f−1(A) is open.
- Then f−1(A)⊆X by definition of pre-image
- As A was arbitrary, this completes the proof.
- This isn't surprising as by definition A⊆X⟺A∈P(X) so we really wanted to show ∀A∈J[f−1(A)⊆X]
There is no need to proceed and consider the metric space, however it is included for completeness.
Metric sense of continuity
Suppose that (X,d) is a metric space where d denotes the discrete metric and (Y,d′) is any metric space.
We wish to show:
- ∀x∈X∀ϵ∈R>0∃δ∈R>0∀y∈X[d(x,y)<δ⟹d′(f(x),f(y))<ϵ]
Proof:
- Let x∈X be given
- Let ϵ>0 be given
- Choose δ=12
- Let y∈X be given
- If d(x,y)<12 we must have x=y
- (As x≠y⟹d(x,y)=1 so by contrapositive we have d(x,y)≠1⟹x=y)
- If d(x,y)<12 we must have x=y
- As x=y we see d(x,y)=0 and 0<δ
- y definition of a function x=y⟹f(x)=f(y) (a function must map a point to exactly one point of the image - it cannot map to two things)
- By definition of a metric f(x)=f(y)⟹d′(f(x),f(y))=0
- Let y∈X be given
- Choose δ=12
- d′(f(x),f(y))=0<ϵ so d′(f(x),f(y))<ϵ
- Let ϵ>0 be given
- As x was arbitrary we have shown this is true for all x∈X
That completes the proof.
References
- Jump up ↑ Alec's own work