Next revision
|
Previous revision
|
math104-s22:notes:lecture_16 [2022/03/09 23:37] pzhou created |
math104-s22:notes:lecture_16 [2022/03/14 22:58] (current) pzhou |
| |
⇐: suppose E is not connected, thus E=G⊔H with G,H open in E (hence both G,H are closed in E, since G=E\H, H=E\G). Let G′⊂X be a closed subset, such that G′∩E=G, then G′∩H=∅. In particular, Gˉ⊂G′, hence Gˉ∩H=∅. Similarly Hˉ∩G=∅, thus G,H are separated. | ⇐: suppose E is not connected, thus E=G⊔H with G,H open in E (hence both G,H are closed in E, since G=E\H, H=E\G). Let G′⊂X be a closed subset, such that G′∩E=G, then G′∩H=∅. In particular, Gˉ⊂G′, hence Gˉ∩H=∅. Similarly Hˉ∩G=∅, thus G,H are separated. |
| |
| |
| |
===== Continuous Maps and Compactness, Connectedness ===== | |
Prop: If f:X→Y is continuous, and K⊂X is compact, then f(K) is compact. \\ | |
Proof: any open cover of f(K) can be pulled back to be an open cover of K, then we can pick a finite subcover in the domain, and the corresponding cover in the target forms a cover of f(K). | |
| |
We can also prove using sequential compactness. To see any sequence in f(K) subconverge, we can lift that sequence back to K, find a convergent subsequence, and push them back to f(K). | |
| |
Lemma: if f:X→Y is continuous, then for any E⊂X, f∣E:E→Y is continuous. | |
| |
Lemma: if f:X→Y is continuous, then f:X→f(X) is continuous. | |
| |
Prop: If f:X→Y is continuous, and K⊂X is connected, then f(K) is connected. \\ | |
Pf: first, note that map f:K→f(K) is also continuous. If f(K) is the disjoint union of two non-empty open subsets, f(K)=U∩V, then K=f−1(U)∩f−1(V) the disjoint union of two non-empty open subsets of K. | |
| |
Intermediate value theorem: if [a,b]⊂R, and f:R→R is continuous, then f([a,b]) is also a closed interval. \\ | |
Proof: since [a,b] is compact, hence f([a,b]) is compact, hence closed. Since [a,b] is connected, hence f([a,b]) is connected, hence an interval, a closed interval. | |
| |
===== Discontinuity ===== | |
Now we will leave the safe world of continuous functions. We consider more subtle cases of maps. | |
| |
Def: Let f:X→Y be any map, and let x∈X be a point, we say **f is continuous at x**, if for any $\epsilon>0$, there exists $\delta>0$, such that f(Bδ(x))⊂Bϵ(f(x)). | |
| |
Def: Let E⊂X and f:E→Y. Suppose x∈Eˉ. We say limp→xf(p)=y if for any convergent sequence pn→x with pn∈E, we have f(pn)→y. | |
| |
note that x may not be in E. | |
| |
Prop: f:X→Y is continuous at x∈X, if and only if limp→xf(p)=f(x). | |
| |
| |
If f:(a,b)→R is a function, and f is not continuous at some x∈(a,b), then | |
* if limt→x−f(t) and limt→x+f(t) both exists, but does not equal to f(x), we say this is a simple discontinuity, or first kind discontinuity | |
* otherwise, it is called a second kind. | |
| |
===== Uniform Continuity ===== | |
We say a function f:X→Y is uniformly continuous, if for any ϵ>0, there exists δ>0, such that for any pair x1,x2∈X with $d(x_1, x_2)<\delta$, we have d(f(x1),f(x2))<ϵ. | |
| |
For example, the function f:(0,1)→R f(x)=1/x is continuous but not uniformly continuous. | |
| |
| |