Continuity and non-surjective functions
From Maths
Basis
Consider a path in a topological space, (X,J), then a path is simply:
- p:([0,1]⊂R,|⋅|)→(X,J) where |⋅| denotes the absolute value
Then for this to be continuous we require that:
- ∀U∈J[p−1(U)∈O([0,1],|⋅|)] where O denotes the open sets of a space
Misconception
I was once puzzled by this definition
TODO: Add picture
For consider a path on a surface, and now take any open set that intersects with that path. A good chunk of that isn't used, what if it overlaps with 2 or more line segments?
- None of this is a problem, even if the open set doesn't intersect with the line at all, well p−1(U)=∅, but the empty set is open in any topology, so it isn't a problem.
- Topologies are also closed under unions (any union) - so even if there are multiple parts of the loop, it doesn't matter.
It didn't take me long to realise this but it's important to understand what it means when we throw continuity around like this.
Possible theorem
TODO: Attempt proof, I'm on the train right now!
- A map is continuous ⟺ it is continuous with the subspace topology on its image
Notes/Work in progress
[Expand]This is a WIP section
Let f:(X,J)→(Y,K) be a non-surjective map
- I claim that this is continuous ⟺ f′:(X,J)→(I,S) is continuous where:
- I:=Im(f) and
- S is the subspace topology on I induced by K
Proof: f is continuous ⟹ f′ is continuous
- Let V∈S be given, we wish to show that f′−1(V) is open in X
- By hypothesis ∃U∈K such that f−1(U) is open, and additionally, V=U∩I
- We need to show that f′−1(V)=f−1(U)
- Proof that f′−1(V)⊆f−1(U)
- Let x∈f′−1(V), then ∃y∈V such that f′(x)=y
- As the intersection of sets is a subset of each set and V=U∩I we have:
- V⊆U - which is useful immediately, and
- V⊆I - which isn't useful yet..
- Using V⊆U by the implies-subset relation we see that
- y∈V and y∈I
- we have x∈f′−1(V)⟹∃y∈V[f′(x)=y∧y∈U∧y∈I]
- as y∈I we know ∀A[y∈A⟹f−1(A)≠∅] - for any set containing I the inverse isn't empty
- As by definition, I is the image!
- Thus ⟹∃x′[f−1(y)=x′]
- As y∈U we know that x′∈f−1(U)
- As the intersection of sets is a subset of each set and V=U∩I we have:
- Let x∈f′−1(V), then ∃y∈V such that f′(x)=y
- Proof that f′−1(V)⊆f−1(U)
TODO: Show equality?