zoukankan      html  css  js  c++  java
  • James Munkres Topology: Theorem 20.3 and metric equivalence

    Proof of Theorem 20.3

    Theorem 20.3 The topologies on (mathbb{R}^n) induced by the euclidean metric (d) and the square metric ( ho) are the same as the product topology on (mathbb{R}^n).

    Proof: a) Prove the two metrics can mutually limit each other.

    Because
    [
    ho(vect{x}, vect{y}) = max_{1 leq i leq n} abs{x_i - y_i} = left( max_{1 leq i leq n} (x_i - y_i)^2 ight)^{frac{1}{2}}
    ]
    and the scalar function (f(x) = x^{frac{1}{2}}) is increasing when (x geq 0), then from
    [
    max_{1 leq i leq n} (x_i - y_i)^2 leq sum_{i=1}^n (x_i - y_i)^2,
    ]
    we have
    [
    left( max_{1 leq i leq n} (x_i - y_i)^2 ight)^{frac{1}{2}} leq left( sum_{i=1}^n (x_i - y_i)^2 ight)^{frac{1}{2}}.
    ]
    Hence,
    [
    ho(vect{x}, vect{y}) leq d(vect{x}, vect{y}).
    ]
    Meanwhile,
    [
    left( sum_{i=1}^n (x_i - y_i)^2 ight)^{frac{1}{2}} leq left( n max_{1 leq i leq n} (x_i - y_i)^2 ight)^{frac{1}{2}} = left( n left( max_{1 leq i leq n} abs{x_i - y_i} ight)^2 ight)^{frac{1}{2}}.
    ]
    Therefore,
    [
    d(vect{x}, vect{y}) leq sqrt{n} ho(vect{x}, vect{y}).
    ]
    Summarize the above we have
    [
    ho(vect{x}, vect{y}) leq d(vect{x}, vect{y}) leq sqrt{n} ho(vect{x}, vect{y})
    ]
    and its equivalent form
    [
    frac{1}{sqrt{n}} d(vect{x}, vect{y}) leq ho(vect{x}, vect{y}) leq d(vect{x}, vect{y}).
    ]
    b) Prove the two metrics generate the same topology.

    For all (vect{x} in mathbb{R}^n) and (varepsilon > 0), because (d(vect{x}, vect{y}) leq sqrt{n} ho(vect{x}, vect{y})), if we let (sqrt{n} ho(vect{x}, vect{y}) < varepsilon), we also have (d(vect{x}, vect{y}) < varepsilon). This means the open ball (B_{ ho}(vect{x}, frac{varepsilon}{sqrt{n}})) in the topology induced by ( ho) is contained in the open ball (B_d(vect{x}, varepsilon)) in the topology induced by (d). So the square metric topology is finer than the euclidean metric topology according to Lemma 20.2.

    Meanwhile, by letting ( ho(vect{x}, vect{y}) leq d(vect{x}, vect{y}) < varepsilon), we have the open ball (B_d(vect{x}, varepsilon)) being contained in the open ball (B_{ ho}(vect{x}, varepsilon)), which proves the euclidean metric topology is finer than the square metric topology.

    Therefore, the two metrics generate the same topology.

    Comment It can be seen that when a certain open ball radius is given, the larger the metric being defined, the smaller the open ball in the sense of set inclusion or cardinality.

    c) Prove the topology induced by ( ho) is the same as the product topology on (mathbb{R}^n).

    Let (vect{B} = prod_{i=1}^n (a_i, b_i)) be a basis element for (mathbb{R}^n) with the product topology. For all (vect{x} in vect{B}) and (i in {1, cdots ,n}), there exists an (varepsilon_i > 0) such that (x_i in (x_i - varepsilon_i, x_i + varepsilon_i) subset (a_i, b_i)). Let (varepsilon = min_{1 leq i leq n} { varepsilon_i}), we have (x_i in (x_i - varepsilon, x_i + varepsilon) subset (a_i, b_i)). Because (B_{ ho}(vect{x}, varepsilon) = prod_{i=1}^n (x_i - varepsilon, x_i + varepsilon)), we have (vect{x} in B_{ ho}(vect{x}, varepsilon) subset vect{B}). Hence, the square metric topology is finer than the product topology on (mathbb{R}^n).

    On the other hand, let (B_{ ho}(vect{x}, varepsilon)) be an arbitrary open ball in (mathbb{R}^n) with the square metric topology, it is itself a basis element for the product topology. Therefore, the product topology is finer than the square metric topology.

    Finally, the two metrics generate the same topology as the product topology on (mathbb{R}^n).

    Comment It should be noted that although (B_{ ho}(vect{x}, varepsilon) = prod_{i=1}^n (x_i - varepsilon, x_i + varepsilon)), we do not have (B_{ar{ ho}}(vect{x}, varepsilon) = prod_{i=1}^{infty} (x_i - varepsilon, x_i + varepsilon)), where (ar{ ho}) is the uniform metric on (mathbb{R}^{omega}). This point has been mentioned in this post.

    Remark This theorem can be generalized as below.

    If any two metrics (d_1) and (d_2) on a space (X) can be mutually limited, i.e. for all (x) and (y) in (X), there exist positive constants (C_1) and (C_2) such that (C_1 d_1(x, y) leq d_2(x, y) leq C_2 d_1(x, y)), then the two metrics induce the same topology on (X).

    Then, these two metrics are considered to be equivalent in a topological sense and such “equivalence” can be understood like this. We have already known in this post that in a topological space, the concept of convergence is defined based on using a collection of nested open sets as rulers for “distance” measurement, when there is still no metric established. The equivalence of two metrics in a topological sense just means that the convergence behaviors in the topological spaces induced from these two metrics are the same.

    Examples of equivalent metrics

    In linear algebra, we have already witnessed examples of equivalent metrics, which are induced from corresponding norms for vectors or matrices.

    For all (vect{x} in mathbb{R}^n), the following is a list of commonly adopted vector norms:

    1. 1-norm: ( orm{vect{x}}_1 = sum_{i = 1}^n abs{x_i}).
    2. 2-norm: ( orm{vect{x}}_2 = left( sum_{i=1}^n abs{x_i}^2 ight)^{frac{1}{2}}).
    3. (infty)-norm: ( orm{vect{x}}_{infty} = max_{1 leq i leq n} abs{x_i}).

    It is easy to prove that these norms are equivalent as below, which implies the equivalence of their induced metrics and also the induced topologies on (mathbb{R}^n).
    [
    egin{align*}
    orm{vect{x}}_{infty} leq & orm{vect{x}}_1 leq n orm{vect{x}}_{infty} \
    orm{vect{x}}_{infty} leq & orm{vect{x}}_2 leq sqrt{n} orm{vect{x}}_{infty} \
    frac{1}{sqrt{n}} orm{vect{x}}_2 leq & orm{vect{x}}_1 leq n orm{vect{x}}_2
    end{align*}.
    ]
    Based on the definition of vector norms, the corresponding norms for matrices, which are treated as linear operators on vector space, can also be induced. For all (A in mathbb{R}^{n imes n}), possible matrix norms are

    1. 1-norm: ( orm{A}_1 = sup_{forall vect{x} in mathbb{R}^n, vect{x} eq 0} frac{ orm{A vect{x}}_1}{ orm{vect{x}}_1} = max_{1 leq j leq n} sum_{i=1}^n abs{a_{ij}}), which is the maximum column sum;
    2. 2-norm: ( orm{A}_2 = sup_{forall vect{x} in mathbb{R}^n, vect{x} eq 0} frac{ orm{A vect{x}}_2}{ orm{vect{x}}_2} = sqrt{ ho(A^T A)}), where ( ho) represents the spectral radius, i.e. the maximum eigenvalue of (A^TA);
    3. (infty)-norm: ( orm{A}_{infty} = sup_{forall vect{x} in mathbb{R}^n, vect{x} eq 0} frac{ orm{A vect{x}}_{infty}}{ orm{vect{x}}_{infty}} = max_{1 leq i leq n} sum_{j=1}^n abs{a_{ij}}), which is the maximum row sum.

    The equivalence of these matrix norms can be directly derived from the equivalence of vector norms. For example, because ( orm{Avect{x}}_1 leq n orm{Avect{x}}_2) and ( orm{vect{x}}_1 geq frac{1}{sqrt{n}} orm{vect{x}}_2), we have
    [
    frac{ orm{Avect{x}}_1}{ orm{vect{x}}_1} leq frac{n orm{Avect{x}}_2}{frac{1}{sqrt{n}} orm{vect{x}}_2} = nsqrt{n}frac{ orm{Avect{x}}_2}{ orm{vect{x}}_2}.
    ]
    From ( orm{Avect{x}}_1 geq frac{1}{sqrt{n}} orm{Avect{x}}_2) and ( orm{vect{x}}_1 leq n orm{vect{x}}_2), we have
    [
    frac{1}{nsqrt{n}}frac{ orm{Avect{x}}_2}{ orm{vect{x}}_2} leq frac{ orm{Avect{x}}_1}{ orm{vect{x}}_1}.
    ]
    By taking supremum operation on both sides of the two inequalities,
    [
    frac{1}{nsqrt{n}} orm{A}_2 leq orm{A}_1 leq nsqrt{n} orm{A}_2.
    ]
    Similarly, we also have
    [
    egin{align*}
    frac{1}{n} orm{A}_{infty} leq & orm{A}_1 leq n orm{A}_{infty} \
    frac{1}{sqrt{n}} orm{A}_{infty} leq & orm{A}_2 leq sqrt{n} orm{A}_{infty}
    end{align*}.
    ]
    The equivalence of matrix norms implies the equivalence of their induced metrics and topologies on (mathbb{R}^{n imes n}).

  • 相关阅读:
    分页插件加MVC
    在ASP.NET MVC中,有使用angularjs
    EF比较权威的一篇
    WEBFORM中添加bootstrap套件
    MVC统一设置命名空间
    重新生成索引及重新组织索引
    Dapper.Contrib.Extensions问题
    API Test WebApiTestClient工具安装及使用
    API Test Postman接口测试之高级篇2
    API Test Postman接口测试之高级篇1
  • 原文地址:https://www.cnblogs.com/peabody/p/10241697.html
Copyright © 2011-2022 走看看