Task:Continuity types
From Maths
Contents
[hide]Overview
The continuity page is missing (links) to some information it ought to provide. This task page (the first task page) is a task to be done which holds the information required and can be completed in steps at a later date.
Somewhere the following should happen:
- f:R→R is continuous at x∈R if:
- ∀ϵ>0∃δ>0∀a∈R[|a−x|<δ⟹|f(a)−f(x)|<ϵ] - and a discussion of why this is intuitive, and how to generalise it to higher dimensions (sticking to Rn of course)
- Metric space version of 1) (for (X,d1) and (Y,d2) being metric spaces, f:X→Y a map and x∈X, f is continuous at x if):
- ∀ϵ>0∃δ>0∀a∈X[d1(x,a)<δ⟹d2(f(x),f(a))<ϵ]
- f:X→Y (for topological spaces (X,J) and (Y,K)) we have "topological continuity at a point":
- ∀N∈NY(f(x))[f−1(N)∈NX(x)] - where NZ(p) is the set of all neighbourhoods of p∈Z for a topological space (Z,Z).
- (CLAIM: 1) - Warning:Unproven claim - 1) and 3) are in some sense equivalent. Obviously definition 1 doesn't work for a general topology, so we can only say equivalent on metric spaces or 1)⟹3) - or something. As this is should be a fairly friendly to newcomers page, this should be covered carefully
Proof of claims
Claim 1
Let (X,d1) and (Y,d2) be metric spaces, then for a map f:X→Y and a point x∈X we have:
- (∀ϵ>0∃δ>0∀a∈X[d1(x,a)<δ⟹d2(f(x),f(a))<ϵ])⟺(∀N∈NY(f(x))[f−1(N)∈NX(x)])
Proof:
- (∀ϵ>0∃δ>0∀a∈X[d1(x,a)<δ⟹d2(f(x),f(a))<ϵ])⟹(∀N∈NY(f(x))[f−1(N)∈NX(x)])
- Let N∈NY(f(x)) be any neighbourhood of f(x)∈Y. We must show f−1(N) is a neighbourhood of x∈X
- This means N contains an open set containing f(x)
- This means there is an open ball of some radius r>0 centred at f(x), Br(f(x)) such that Br(f(x))⊆O⊆N (where O is some open set to f(x) the neighbourhood must have - because it's a neighbourhood)
- By using r for ϵ (as ∀ϵ>0∃δ>0∀a∈X[d1(x,a)<δ⟹d2(f(x),f(a))<ϵ] is true for all ϵ>0) we see (by hypothesis):
- ∃δ>0∀a∈X[d1(x,a)<δ⟹d2(f(x),f(a))<r]
- Taking the δ>0 we know exists we see that:
- If a∈Bδ(x) then f(a)∈Br(f(x)) (remember p∈Bt(q)⟺d(p,q)<t)
- Now we have: a∈Bδ(x)⟹f(a)∈Br(f(x))⊆N
- It isn't hard to see that Bδ(x)∈f−1(N).
- But wait! Bδ(x) is a neighbourhood of x!
- By using r for ϵ (as ∀ϵ>0∃δ>0∀a∈X[d1(x,a)<δ⟹d2(f(x),f(a))<ϵ] is true for all ϵ>0) we see (by hypothesis):
- Let N∈NY(f(x)) be any neighbourhood of f(x)∈Y. We must show f−1(N) is a neighbourhood of x∈X
That completes the proof. Just flesh this out for the final page.