Difference between revisions of "Continuous map"
(Created page with "{{Definition|Topology|Metric Space}} ==First form== The first form: <math>f:A\rightarrow B</math> is continuous at <math>a</math> if:<br /> <math>\forall\epsilon>0\exists\de...") |
m (Added refactoring tasks transclusion to add notes) |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | {{Refactor notice|grade=A}} | ||
+ | :: '''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. | ||
+ | |||
+ | {| class="wikitable" border="1" | ||
+ | |- | ||
+ | | style="font-size:1.2em;" | | ||
+ | {{MM|1=\begin{xy}\xymatrix{ | ||
+ | \text{Continuous} \ar@2{<->}[d]_-{\text{claim }1} \ar@2{<.>}[drr] & & \\ | ||
+ | {Continuous at x0(neighbourhood) } \ar@2{<->}[rr]_{\text{claim }2} & & {Continuous at x0(sequential) } | ||
+ | }\end{xy} }} | ||
+ | | '''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 | ||
+ | |} | ||
+ | |||
+ | __TOC__ | ||
+ | ==[[/Refactoring tasks]]== | ||
+ | {{/Refactoring tasks}} | ||
+ | ==Definition== | ||
+ | Given two [[topological space|topological spaces]] {{M|(X,\mathcal{J})}} and {{M|(Y,\mathcal{K})}} we say that a [[map]], {{M|f:X\rightarrow Y}} is continuous if<ref name="KMAPI">Krzysztof Maurin - Analysis - Part 1: Elements</ref>: | ||
+ | * {{M|\forall\mathcal{O}\in\mathcal{K}[f^{-1}(\mathcal{O})\in\mathcal{J}]}} | ||
+ | That is to say: | ||
+ | * The [[pre-image]] of every set open in {{M|Y}} under {{M|f}} is open in {{M|X}} | ||
+ | ==Continuous at a point== | ||
+ | Again, given two [[topological space|topological spaces]] {{M|(X,\mathcal{J})}} and {{M|(Y,\mathcal{K})}}, and a point {{M|x_0\in X}}, we say the [[map]] {{M|f:X\rightarrow Y}} is ''continuous at {{M|x_0}}'' if<ref name="KMAPI"/>: | ||
+ | * {{M|\forall N\subseteq Y}}[[neighbourhood|{{M|\text{ neighbourhood to } }}]]{{M|f(x_0)[f^{-1}(N)\text{ is a neighbourhood of }x_0]}} | ||
+ | ===Claim 1=== | ||
+ | {{Begin Theorem}} | ||
+ | [[Continuous map/Claim: continuous iff continuous at every point|Claim]]: The [[mapping]] {{M|f}} is continuous {{M|\iff}} it is continuous at every point | ||
+ | {{Begin Proof}} | ||
+ | {{:Continuous map/Claim: continuous iff continuous at every point}} | ||
+ | {{End Proof}}{{End Theorem}} | ||
+ | |||
+ | ==Sequentially continuous at a point== | ||
+ | Given two [[topological space|topological spaces]] {{M|(X,\mathcal{J})}} and {{M|(Y,\mathcal{K})}}, and a point {{M|x_0\in X}}, a [[function]] {{M|f:X\rightarrow Y}} is said to be ''continuous at {{M|x_0}}'' if<ref name="KMAPI"/>: | ||
+ | * {{MM|1=\forall (x_n)_{n=1}^\infty\left[\lim_{n\rightarrow\infty}(x_n)=x\implies\lim_{n\rightarrow\infty}(f(x_n))=f(x)\right]}} (Recall that {{M|1=(x_n)_{n=1}^\infty}} denotes a [[sequence]], see [[Limit (sequence)]] for information on limits) | ||
+ | ===Claim 2=== | ||
+ | {{Begin Theorem}} | ||
+ | Claim: {{M|f}} is continuous at {{M|x_0}} using the neighbourhood definition {{M|\iff}} it is continuous at {{M|x_0}} using the sequential definition | ||
+ | {{Begin Proof}} | ||
+ | '''Proof: ''' neighbourhood {{M|\implies}} sequential: | ||
+ | : Let {{M|1=(x_n)_{n=1}^\infty}} be given, and that {{M|(x_n)\rightarrow x}} - we wish to show that {{M|1=\lim_{n\rightarrow\infty}(f(x_n))=f(x)}} | ||
+ | :: Let {{M|\epsilon > 0}} be given. | ||
+ | ::: By hypothesis, as {{M|B_\epsilon(f(x))}} is a neighbourhood of {{M|f(x)}} then {{M|f^{-1}(B_\epsilon(f(x)))}} is a neighbourhood to {{M|x}} | ||
+ | :::: So {{M|\exists\delta>0[B_\delta(x)\subseteq f^{-1}(B_\epsilon(f(x)))}} | ||
+ | ::::* By the [[implies-subset relation]] if {{M|B_\delta(x)\subseteq f^{-1}(B_\epsilon(f(x)))}} then {{M|a\in B_\delta(x)\implies a\in f^{-1}(B_\epsilon(f(x)))}} | ||
+ | ::: Choose {{M|N\in\mathbb{N} }} such that {{M|n>N\implies d_1(x_n,x)<\delta}} (which we can do because {{M|(x_n)\rightarrow x}}) | ||
+ | :::* Note that {{M|d_1(x_n,x)<\delta\implies x_n\in B_\delta(x)}} | ||
+ | ::: So {{M|x_n\in B_\delta(x)\implies x_n\in f^{-1}(B_\epsilon(f(x)))}} | ||
+ | :::* But if {{M|a\in f^{-1}(B)}} then {{M|f(a)\in B}} as {{M|f^{-1}(B)}} contains exactly the things which map to an element of {{M|B}} under {{M|f}} | ||
+ | ::: So {{M|f(x_n)\in B_\epsilon(f(x))}} | ||
+ | :: But {{M|f(x_n)\in B_\epsilon(f(x))\iff d_2(f(x_n),f(x))<\epsilon}} | ||
+ | : This completes the proof | ||
+ | :* we have shown that given an {{M|\epsilon > 0}} that there exists an {{M|N}} such that for {{M|n>N}} we have {{M|d_2(f(x_n),f(x))<\epsilon}} which is exactly the definition of {{M|(f(x_n))\rightarrow f(x)}} | ||
+ | |||
+ | '''Proof: ''' sequential {{M|\implies}} neighbourhood: | ||
+ | {{Todo|This - See Analysis I - Maurin page 44 if stuck}} | ||
+ | [[Category:First-year friendly]] | ||
+ | {{End Proof}} | ||
+ | {{End Theorem}} | ||
+ | |||
+ | ==References== | ||
+ | <references/> | ||
{{Definition|Topology|Metric Space}} | {{Definition|Topology|Metric Space}} | ||
+ | =Old page= | ||
==First form== | ==First form== | ||
The first form: | The first form: | ||
<math>f:A\rightarrow B</math> is continuous at <math>a</math> if:<br /> | <math>f:A\rightarrow B</math> is continuous at <math>a</math> if:<br /> | ||
− | <math>\forall\epsilon>0\exists\delta>0:|x-a|<\delta\implies|f(x)-f(a)|<\epsilon</math> (note the [[ | + | <math>\forall\epsilon>0\exists\delta>0:|x-a|<\delta\implies|f(x)-f(a)|<\epsilon</math> (note the [[Implicit qualifier|implicit <math>\forall x\in A</math>]]) |
==Second form== | ==Second form== | ||
Line 22: | Line 89: | ||
<math>\forall U\in\mathcal{K}\ f^{-1}(U)\in\mathcal{J}</math> - that is the pre-image of all open sets in <math>(A,\mathcal{J})</math> is open. | <math>\forall U\in\mathcal{K}\ f^{-1}(U)\in\mathcal{J}</math> - that is the pre-image of all open sets in <math>(A,\mathcal{J})</math> is open. | ||
− | {{ | + | ==Equivalence of definitions== |
+ | [[Continuity definitions are equivalent]] | ||
+ | |||
+ | {{Definition|Topology|Metric Space}} |
Latest revision as of 01:44, 14 October 2016
- 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:
|
Overview | Key |
---|
Contents
[hide]/Refactoring tasks
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]:
- ∀O∈K[f−1(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 x0∈X, we say the map f:X→Y is continuous at x0 if[1]:
- ∀N⊆Y neighbourhood to f(x0)[f−1(N) is a neighbourhood of x0]
Claim 1
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[lim (Recall that (x_n)_{n=1}^\infty denotes a sequence, see Limit (sequence) for information on limits)
Claim 2
Claim: f is continuous at x_0 using the neighbourhood definition \iff it is continuous at x_0 using the sequential definition
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\rightarrow B is continuous at a if:
\forall\epsilon>0\exists\delta>0:|x-a|<\delta\implies|f(x)-f(a)|<\epsilon (note the implicit \forall x\in 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)\rightarrow(B,d') is continuous at a if:
\forall\epsilon>0\exists\delta>0:d(x,a)<\delta\implies d'(f(x),f(a))<\epsilon
\forall\epsilon>0\exists\delta>0:x\in B_\delta(a)\implies f(x)\in B_\epsilon(f(a))
In both cases the implicit \forall x is present. Basic type inference (the B_\epsilon(f(a)) is a ball about f(a)\in B thus it is a ball in B using the metric d')
Third form
The most general form, continuity between topologies
f:(A,\mathcal{J})\rightarrow(B,\mathcal{K}) is continuous if
\forall U\in\mathcal{K}\ f^{-1}(U)\in\mathcal{J} - that is the pre-image of all open sets in (A,\mathcal{J}) is open.