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
|
Add the following:
- A map is continuous if and only if the pre-image of every closed set is closed
- 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:X→Y is continuous if[1]:
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 x0∈X, we say the map f:X→Y is continuous at x0 if[1]:
Claim 1
[Expand]
Claim: The mapping f is continuous ⟺ it is continuous at every point
- A quick proof I did on some scrap - click for full version
This requires one or more proofs to be written up neatly and is on a to-do list for having them written up. This does not mean the results cannot be trusted, it means the proof has been completed, just not written up here yet. It may be in a notebook, some notes about reproducing it may be left in its place, perhaps a picture of it, so forth. The message provided is:
See image
Sequentially continuous at a point
Given two topological spaces (X,J) and (Y,K), and a point x0∈X, a function f:X→Y is said to be continuous at x0 if[1]:
- ∀(xn)∞n=1[limn→∞(xn)=x⟹limn→∞(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
Proof: neighbourhood ⟹ sequential:
- Let (xn)∞n=1 be given, and that (xn)→x - we wish to show that limn→∞(f(xn))=f(x)
- Let ϵ>0 be given.
- By hypothesis, as Bϵ(f(x)) is a neighbourhood of f(x) then f−1(Bϵ(f(x))) is a neighbourhood to x
- So ∃δ>0[Bδ(x)⊆f−1(Bϵ(f(x)))
- Choose N∈N such that n>N⟹d1(xn,x)<δ (which we can do because (xn)→x)
- Note that d1(xn,x)<δ⟹xn∈Bδ(x)
- So xn∈Bδ(x)⟹xn∈f−1(Bϵ(f(x)))
- But if a∈f−1(B) then f(a)∈B as f−1(B) contains exactly the things which map to an element of B under f
- So f(xn)∈Bϵ(f(x))
- But f(xn)∈Bϵ(f(x))⟺d2(f(xn),f(x))<ϵ
- This completes the proof
- we have shown that given an ϵ>0 that there exists an N such that for n>N we have d2(f(xn),f(x))<ϵ which is exactly the definition of (f(xn))→f(x)
Proof: sequential ⟹ neighbourhood:
TODO: This - See Analysis I - Maurin page 44 if stuck
References
- ↑ Jump up to: 1.0 1.1 1.2 Krzysztof Maurin - Analysis - Part 1: Elements
Old page
First form
The first form:
f:A→B
is continuous at a
if:
∀ϵ>0∃δ>0:|x−a|<δ⟹|f(x)−f(a)|<ϵ
(note the implicit ∀x∈A
)
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:x∈Bδ(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
∀U∈K f−1(U)∈J
- that is the pre-image of all open sets in (A,J)
is open.
Equivalence of definitions
Continuity definitions are equivalent