Difference between revisions of "Continuous map"

From Maths
Jump to: navigation, search
m
m
Line 1: Line 1:
{{Definition|Topology|Metric Space}}
 
 
 
==First form==
 
==First form==
 
The first form:
 
The first form:
Line 24: Line 22:
 
==Equivalence of definitions==
 
==Equivalence of definitions==
 
[[Continuity definitions are equivalent]]
 
[[Continuity definitions are equivalent]]
 +
 +
{{Definition|Topology|Metric Space}}

Revision as of 10:47, 12 May 2015

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