Continuous map

From Maths
(Redirected from Continuity)
Jump to: navigation, search
Grade: A
This page is currently being refactored (along with many others)
Please note that this does not mean the content is unreliable. It just means the page doesn't conform to the style of the site (usually due to age) or a better way of presenting the information has been discovered.
Note: there are a few different conditions for continuity, there's also continuity at a point. This diagram is supposed to show how they relate to each other.

Note that:
  • All arrow denote logical implies, or "if and only if"
  • Dotted arrows show immediate results of the claims on this page
Overview Key

/Refactoring tasks

Add the following:

  1. A map is continuous if and only if the pre-image of every closed set is closed
  2. A map is continuous if and only if each point in the domain has an open neighbourhood for which the restriction of the map is continuous on

Definition

Given two topological spaces (X,J) and (Y,K) we say that a map, f:XY is continuous if[1]:

  • OK[f1(O)J]

That is to say:

  • The pre-image of every set open in Y under f is open in X

Continuous at a point

Again, given two topological spaces (X,J) and (Y,K), and a point x0X, we say the map f:XY is continuous at x0 if[1]:

Claim 1

[Expand]

Claim: The mapping f is continuous it is continuous at every point


Sequentially continuous at a point

Given two topological spaces (X,J) and (Y,K), and a point x0X, a function f:XY is said to be continuous at x0 if[1]:

  • (xn)n=1[limn(xn)=xlimn(f(xn))=f(x)]
    (Recall that (xn)n=1 denotes a sequence, see Limit (sequence) for information on limits)

Claim 2

[Expand]

Claim: f is continuous at x0 using the neighbourhood definition it is continuous at x0 using the sequential definition


References

  1. Jump up to: 1.0 1.1 1.2 Krzysztof Maurin - Analysis - Part 1: Elements

Old page

First form

The first form:

f:AB

is continuous at a
if:
ϵ>0δ>0:|xa|<δ|f(x)f(a)|<ϵ
(note the implicit xA
)

Second form

Armed with the knowledge of what a metric space is (the notion of distance), you can extend this to the more general:

f:(A,d)(B,d)

is continuous at a
if:
ϵ>0δ>0:d(x,a)<δd(f(x),f(a))<ϵ

ϵ>0δ>0:xBδ(a)f(x)Bϵ(f(a))

In both cases the implicit x

is present. Basic type inference (the Bϵ(f(a))
is a ball about f(a)B
thus it is a ball in B
using the metric d
)

Third form

The most general form, continuity between topologies

f:(A,J)(B,K)

is continuous if
UK f1(U)J
- that is the pre-image of all open sets in (A,J)
is open.

Equivalence of definitions

Continuity definitions are equivalent