Task:Continuity types

From Maths
Jump to: navigation, search

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:

  1. f:RR is continuous at xR if:
    • ϵ>0δ>0aR[|ax|<δ|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)
  2. Metric space version of 1) (for (X,d1) and (Y,d2) being metric spaces, f:XY a map and xX, f is continuous at x if):
    • ϵ>0δ>0aX[d1(x,a)<δd2(f(x),f(a))<ϵ]
  3. f:XY (for topological spaces (X,J) and (Y,K)) we have "topological continuity at a point":
    • NNY(f(x))[f1(N)NX(x)] - where NZ(p) is the set of all neighbourhoods of pZ for a topological space (Z,Z).
  4. (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:XY and a point xX we have:

  • (ϵ>0δ>0aX[d1(x,a)<δd2(f(x),f(a))<ϵ])(NNY(f(x))[f1(N)NX(x)])

Proof:

  1. (ϵ>0δ>0aX[d1(x,a)<δd2(f(x),f(a))<ϵ])(NNY(f(x))[f1(N)NX(x)])
    • Let NNY(f(x)) be any neighbourhood of f(x)Y. We must show f1(N) is a neighbourhood of xX
      • 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))ON (where O is some open set to f(x) the neighbourhood must have - because it's a neighbourhood)
        • By using r for ϵ (as ϵ>0δ>0aX[d1(x,a)<δd2(f(x),f(a))<ϵ] is true for all ϵ>0) we see (by hypothesis):
          • δ>0aX[d1(x,a)<δd2(f(x),f(a))<r]
        • Taking the δ>0 we know exists we see that:
          • If aBδ(x) then f(a)Br(f(x)) (remember pBt(q)d(p,q)<t)
        • Now we have: aBδ(x)f(a)Br(f(x))N
        • It isn't hard to see that Bδ(x)f1(N).
        • But wait! Bδ(x) is a neighbourhood of x!

That completes the proof. Just flesh this out for the final page.

References

Template:Task Of