zoukankan      html  css  js  c++  java
  • James Munkres Topology: Theorem 16.3

    Theorem 16.3 If (A) is a subspace of (X) and (B) is a subspace of (Y), then the product topology on (A imes B) is the same as the topology (A imes B) inherits as a subspace of (X imes Y).

    Comment: To prove the identity of two topologies, we can either show they mutually contain each other or prove the equivalence of their bases. Because a topological basis has smaller number of elements or cardinality than the corresponding topology, proof via basis is more efficient.

    Proof: Let (mathcal{C}) be the topological basis of (X) and (mathcal{D}) be the basis of (Y). Because (A subset X) and (B subset Y), the subspace topological bases of them are (mathcal{B}_A = {C cap A vert forall C in mathcal{C} }) and (mathcal{B}_B = {D cap B vert forall D in mathcal{D} }) respectively according to Lemma 16.1.

    Due to Lemma 15.1, the basis of the product topology on (A imes B) is

    [
    mathcal{B}_{A imes B} = { (C cap A) imes (D cap B) vert forall C in mathcal{C}, forall D in mathcal{D} }.
    ]

    Meanwhile, the basis of the product topology on (X imes Y) is

    [
    mathcal{B}_{X imes Y} = { C imes D vert forall C in mathcal{C}, forall D in mathcal{D} }.
    ]

    Restricting (mathcal{B}_{X imes Y}) to the subset (A imes B), the basis of the subspace topology on (A imes B) is

    [
    egin{aligned}
    ilde{mathcal{B}}_{A imes B} &= { (C imes D) cap (A imes B) vert forall C in mathcal{C}, forall D in mathcal{D} } \
    &= { (C cap A) imes (D cap B) vert forall C in mathcal{C}, forall D in mathcal{D} },
    end{aligned}
    ]

    which is the same as that of the product topology on (A imes B). Hence, this theorem is proved.

    The above process of proof can be illustrated as below.

    Remark: The above two routes for generating topology on (A imes B) must lead to the same result, otherwise, the theory itself is inappropriately proposed. A theory must be at least self-consistent before its debut in reality.

  • 相关阅读:
    java使用google开源工具实现图片压缩
    MyBatis实现Mysql数据库分库分表操作和总结
    简单记录你博客园的访问人数
    细说spring事务配置属性
    hazelcast初探
    jstorm之于storm
    如何让其他机器访问你的oracle数据库
    问题解决:bash: fork: retry: Resource temporarily unavailable
    分布式锁的几种实现方式
    建立索引的原则总结
  • 原文地址:https://www.cnblogs.com/peabody/p/10117156.html
Copyright © 2011-2022 走看看