This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
math104-f21:hw10 [2021/10/30 09:28] pzhou created |
math104-f21:hw10 [2022/01/11 08:36] (current) pzhou ↷ Page moved from math104:hw10 to math104-f21:hw10 |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| 1. Equivalence of metrics on $\R^2$. Recall that we can equip $\R^2$ with the usual Euclidean metric $d_2(\vec x, \vec y) = \sqrt{|x_1 - y_1|^2 + |x_2- y_2|^2}$, or with the metric | 1. Equivalence of metrics on $\R^2$. Recall that we can equip $\R^2$ with the usual Euclidean metric $d_2(\vec x, \vec y) = \sqrt{|x_1 - y_1|^2 + |x_2- y_2|^2}$, or with the metric | ||
| - | $d_\infty(\vec x, \vec y) = \max(|x_1 - y_1|, |x_2 - y_2|)$. Prove that $d_1$ and $d_\infty$ are equivalent. | + | $d_\infty(\vec x, \vec y) = \max(|x_1 - y_1|, |x_2 - y_2|)$. Prove that $d_2$ and $d_\infty$ are equivalent. |
| 2. Equivalent metrics induces the same topology. Let the set $X$ be equipped with two **equivalent** metrics $d_1, d_2$. Consider two types of balls | 2. Equivalent metrics induces the same topology. Let the set $X$ be equipped with two **equivalent** metrics $d_1, d_2$. Consider two types of balls | ||
| Line 23: | Line 23: | ||
| $$ c_1 d_2(0, \vec a) < d_\infty(0, \vec a) < c_2 d_2 (0, \vec a). $$ | $$ c_1 d_2(0, \vec a) < d_\infty(0, \vec a) < c_2 d_2 (0, \vec a). $$ | ||
| + | ====== Solution ====== | ||
| + | |||
| + | |||
| + | 1. Equivalence of metrics on $\R^2$. Recall that we can equip $\R^2$ with the usual Euclidean metric $d_2(\vec x, \vec y) = \sqrt{|x_1 - y_1|^2 + |x_2- y_2|^2}$, or with the metric | ||
| + | $d_\infty(\vec x, \vec y) = \max(|x_1 - y_1|, |x_2 - y_2|)$. Prove that $d_2$ and $d_\infty$ are equivalent. | ||
| + | |||
| + | For any real numbers $a,b \in \R$, let $A = \max\{|a|, | ||
| + | $$ \sqrt{a^2 + b^2} \leq \sqrt{A^2 + A^2} = \sqrt{2} A $$ | ||
| + | and | ||
| + | $$ \sqrt{a^2+b^2} \geq \sqrt{A^2} = A. $$ | ||
| + | |||
| + | |||
| + | 2. Equivalent metrics induces the same topology. Let the set $X$ be equipped with two **equivalent** metrics $d_1, d_2$. Consider two types of balls | ||
| + | $$ B_r^{d_i}(p) = \{ p' \in X \mid d_i(p, | ||
| + | * prove that for any $p \in X$, $r > 0$, and any $q \in B_r^{d_1}(p)$, | ||
| + | * prove that if a subset $U \subset X$ is open with the $d_1$-metric, | ||
| + | |||
| + | Since $d_1, d_2$ are equivalent, we then have $c_1, c_2>0$, such that $c_1 d_1 \leq d_2 \leq c_2 d_1$. | ||
| + | |||
| + | (a) Let $a = r - d_1(p,q)$, then the ball $B^{d_1}_a(q) \subset B^{d_1}_r(p)$. Since for any $x \in X$, we have $d_1(x,q) \leq d_2(x,q) / c_1$. Hence, if $d_2(x,q) < c_1 a$, then $d_1(x,q) < a$. Thus, if $\epsilon = c_1 a$, we have | ||
| + | $$ B^{d_2}_{\epsilon} (q) \subset B^{d_1}_a(q) \subset B^{d_1}_r(p). $$ | ||
| + | |||
| + | (b) If $U$ is open with $d_1$ metric, then for every point $x \in U$, there exists a ball $B^{d_1}_r(x) \subset U$. By part (a), we there also exists $B^{d_2}_\epsilon(x) \subset B^{d_1}_r(x) \subset U$. Hence $U$ is open in the $d_2$-metric sense. | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | 3. Addition on $\R^2$ is continuous. Let $f:\R^2 \to \R$ be given by $f(x,y) = x+y$. Prove that $f$ is continuous. You can use either one of the following definition for continuous functions | ||
| + | * (metric space sense) $f: (X, d_X) \to (Y, d_Y)$ is continuous if for any $x \in X$, and any $\epsilon> | ||
| + | * (topological sense) $f: X \to Y$ is open, if for any open subset $V$ in $Y$, $f^{-1}(V)$ is open. | ||
| + | |||
| + | Proof in the metric sense: We are going to use $d_\infty$-metric on $\R^2$. For any $(x_0, y_0) \in \R^2$, | ||
| + | $$ |f(x,y) - f(x_0, y_0)| = |x + y - (x_0 + y_0) | \leq |x - x_0| + |y - y_0| \leq \delta + \delta = \epsilon. $$ | ||
| + | |||
| + | |||
| + | |||
| + | 4. Let $X$ be a metric space $A \subset X$ be any subset. Define the distance function to $A$ as | ||
| + | $$ d_A(p) = \inf \{ d(p,q) \mid q \in A \} $$ | ||
| + | Prove that $d_A$ is a continuous function on $X$, and show that $d_A(p)=0$ if and only if $p \in \bar A$. | ||
| + | |||
| + | To show that $d_A$ is continuous, we need to show that for any $p \in X$ and $\epsilon >0$, we have $\delta > 0$, such that for any $q \in X$ with $d(p,q) < \delta$, we have $|d_A(p) - d_A(q)|< | ||
| + | |||
| + | Note that | ||
| + | $$ d_A(q) = \inf \{ d(x,q) \mid x \in A \} \leq \inf \{ d(x,p) + d(p,q) \mid x \in A \} = (\inf \{ d(x,p) \mid x \in A \}) + d(p,q) = d_A(p) + d(p,q) $$ | ||
| + | similarly, we have | ||
| + | $$ d_A(p) \leq d_A(q) + d(p,q).$$ | ||
| + | Hence | ||
| + | $$ | d_A(p) - d_A(q) | \leq d(p,q) $$ | ||
| + | Thus, taking $\delta = \epsilon$ would work. | ||
| + | |||
| + | For the second part, first note that $d_A^{-1}(0)$ is a closed subset in $X$ (since $\{0\}$ is closed, and $d_A$ is continuous, hence the preimage is closed) and contains $A$, hence $\bar A \subset d_A^{-1}(0)$. Thus if $p \in \bar A$, then $d_A(p)=0$. | ||
| + | |||
| + | 5. Let $P = \{\vec a = ( a_1, a_2, \cdots, ) \mid a_i \in \R, a_N=0 \text{ for } N \gg 0 \}$ be the set of real valued sequences, such that each sequence only has finitely many non-zero entries. Consider the metric functions $d_2(\vec a, \vec b) = \sqrt{\sum_{n=1}^\infty |a_n - b_n|^2}$, and $d_\infty(\vec a, \vec b) = \max\{|a_n - b_n|, n=1, | ||
| + | $$ c_1 d_2(0, \vec a) < d_\infty(0, \vec a) < c_2 d_2 (0, \vec a). $$ | ||
| + | |||
| + | |||
| + | Suppose there exists $c_1, | ||