This shows you the differences between two versions of the page.
|
math104-s22:notes:lecture_17 [2022/03/14 23:05] pzhou created |
math104-s22:notes:lecture_17 [2022/03/14 23:06] (current) pzhou |
||
|---|---|---|---|
| Line 16: | Line 16: | ||
| Intermediate value theorem: if $[a,b] \In \R$, and $f: \R \to \R$ is continuous, then $f([a,b])$ is also a closed interval. \\ | Intermediate value theorem: if $[a,b] \In \R$, and $f: \R \to \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. | 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. | ||
| + | |||
| + | ===== Uniform Continuity ===== | ||
| + | We say a function $f: X \to Y$ is uniformly continuous, if for any $\epsilon >0$, there exists $\delta > 0$, such that for any pair $x_1, x_2 \in X$ with $d(x_1, x_2)< | ||
| + | |||
| + | For example, the function $f: (0, 1) \to \R$ $f(x) =1 /x$ is continuous but not uniformly continuous. | ||
| + | |||
| + | Theorem: if $f: X \to Y$ is continuous, and $X$ is compact, then $f$ is uniformly continuous. | ||
| + | |||
| + | Proof: Fix $\epsilon> | ||
| + | |||
| ===== Discontinuity ===== | ===== Discontinuity ===== | ||
| Line 33: | Line 43: | ||
| * otherwise, it is called a second kind. | * otherwise, it is called a second kind. | ||
| - | ===== Uniform Continuity | + | ===== Sequences of functions |
| - | We say a function $f: X \to Y$ is uniformly continuous, if for any $\epsilon >0$, there exists $\delta > 0$, such that for any pair $x_1, x_2 \in X$ with $d(x_1, x_2)< | + | |
| - | For example, the function $f: (0, 1) \to \R$ $f(x) =1 /x$ is continuous but not uniformly continuous. | ||
| - | |||
| - | Theorem: if $f: X \to Y$ is continuous, and $X$ is compact, then $f$ is uniformly continuous. | ||
| - | |||
| - | Proof: Fix $\epsilon> | ||