Topologies on product spaces of $\mathbb{R}$ and their relationships
In this post, I will summarise several topologies established on the product spaces of \(\mathbb{R}\), i.e. \(\mathbb{R}^n\), \(\mathbb{R}^{\omega}\) and \(\mathbb{R}^J\), as well as their relationships.
Topologies on product spaces of \(\mathbb{R}\)
- Topology induced from the euclidean metric \(d\) on \(\mathbb{R}^n\), where for all \(\vect{x}, \vect{y} \in \mathbb{R}^n\),
\[
d(\vect{x}, \vect{y}) = \left( \sum_{i=1}^n (x_i - y_i)^2 \right)^{\frac{1}{2}}.
\] - Topology induced from the square metric \(\rho\) on \(\mathbb{R}^n\), where for all \(\vect{x}, \vect{y} \in \mathbb{R}^n\),
\[
\rho(\vect{x}, \vect{y}) = \max_{1 \leq i \leq n} \abs{x_i - y_i}.
\] Product topology on \(\mathbb{R}^J\): its basis has the form \(\vect{B} = \prod_{\alpha \in J} U_{\alpha}\), where each \(U_{\alpha}\) is an open set in \(\mathbb{R}\) and only a finite number of them are not equal to \(\mathbb{R}\).
Specifically, when \(J = \mathbb{Z}_+\), the product topology on \(\mathbb{R}^{\omega}\) can be constructed.
Box topology on \(\mathbb{R}^J\): its basis has the form \(\vect{B} = \prod_{\alpha \in J} U_{\alpha}\), where each \(U_{\alpha}\) is an open set in \(\mathbb{R}\).
Specifically, when \(J = \mathbb{Z}_+\), the box topology on \(\mathbb{R}^{\omega}\) can be constructed.
Uniform topology on \(\mathbb{R}^J\): it is induced by the uniform metric \(\bar{\rho}\) on \(\mathbb{R}^J\), where for all \(\vect{x}, \vect{y} \in \mathbb{R}^J\),
\[
\bar{\rho}(\vect{x}, \vect{y}) = \sup_{\alpha \in J} \{ \bar{d}(x_{\alpha}, y_{\alpha}) \}
\]
with \(\bar{d}\) being the standard bounded metric on \(\mathbb{R}\).Specifically, when \(J = \mathbb{Z}_+\), the uniform topology on \(\mathbb{R}^{\omega}\) can be obtained.
When \(J = n\), the topology induced from the metric \(\bar{\rho}\) on \(\mathbb{R}^n\) is equivalent to the topology induced from the square metric \(\rho\).
Topology induced from the metric \(D\) on \(\mathbb{R}^{\omega}\), where for all \(\vect{x}, \vect{y} \in \mathbb{R}^{\omega}\),
\[
D(\vect{x}, \vect{y}) = \sup_{i \in \mathbb{Z}_+} \left\{ \frac{\bar{d}(x_i, y_i)}{i} \right\},
\]
which is transformed from the uniform metric \(\bar{\rho}\) by suppressing its high frequency component.Specifically, when \(J = n\), the topology induced from the metric \(D\) is equivalent to the topology induced from the metric \(\bar{\rho}\) and hence is also equivalent to the topology induced from the square metric \(\rho\).
N.B. In the definitions of product topology and box topology for \(\mathbb{R}^J\) as above, the openness of \(U_{\alpha}\) in \(\mathbb{R}\) is with respect to the standard topology on \(\mathbb{R}\), which does not require a metric to be induced from but only depends on the order relation on \(\mathbb{R}\).
Relationships between topologies on product spaces of \(\mathbb{R}\)
According to Theorem 20.3 and Theorem 20.4, the following points about the relationships between topologies on product spaces of \(\mathbb{R}\) are summarised.
- On \(\mathbb{R}^n\): Topology induced from \(\rho\) \(\Leftrightarrow\) Uniform topology induced from \(\bar{\rho}\) \(\Leftrightarrow\) Topology induced from \(D\) \(\Leftrightarrow\) Product topology \(\Leftrightarrow\) Box topology.
- On \(\mathbb{R}^{\omega}\): Topology induced from \(D\) \(\Leftrightarrow\) Product topology \(\subsetneq\) Uniform topology induced from \(\bar{\rho}\) \(\subsetneq\) Box topology.
- On \(\mathbb{R}^J\): Product topology \(\subsetneq\) Uniform topology induced from \(\bar{\rho}\) \(\subsetneq\) Box topology.
It can be seen that the finite dimensional Euclidean space \(\mathbb{R}^n\) has the most elegant property, where all topologies are equivalent.
Topologies on product spaces of $\mathbb{R}$ and their relationships的更多相关文章
- 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 metri ...
- James Munkres Topology: Theorem 20.4
Theorem 20.4 The uniform topology on \(\mathbb{R}^J\) is finer than the product topology and coarser ...
- 两个1/x类的广义函数
[转载请注明出处]http://www.cnblogs.com/mashiqi 2017/04/15 1.$\text{p.v.}\,\frac{1}{x}$ 因为$(x \ln x - x)' = ...
- parallelogram
The parallelogram law in inner product spaces Vectors involved in the parallelogram law. In a normed ...
- How do I learn mathematics for machine learning?
https://www.quora.com/How-do-I-learn-mathematics-for-machine-learning How do I learn mathematics f ...
- 【读书笔记】:MIT线性代数(5):Four fundamental subspaces
At the beginning, the difference between rank and dimension: rank is a property for matrix, while di ...
- The Integers and the Real Numbers
以上我們談了一些 邏輯的基礎,接下來我們會談一些 數學的基礎,也就是整數與實數系統.其實我們已經用了很多,非正式地,接下來我們會正式地討論他們. 要 建構 實數系統的一個方法就是利用公理跟集合論來建構 ...
- Orthogonal Convolutional Neural Networks
目录 概 主要内容 符号说明 的俩种表示 kernel orthogonal regularization orthogonal convolution Wang J, Chen Y, Chakrab ...
- If the parts of an organization (e.g., teams, departments, or subdivisions) do not closely reflect the essential parts of the product, or if the relationship between organizations do not reflect the r
https://en.wikipedia.org/wiki/Conway%27s_law
随机推荐
- SQL Server 中字段的精度问题
在工作中遇到,一个多表联合查询的情况,查询出来的有些字段精度太高,小数点后达到8个0,现在客户要求报表只要精确到0.01 ,就是只要小数点后面只要保存两位,另外还需要四舍五入 在网上找了点资料,自己测 ...
- python全栈开发中级班全程笔记(第二模块、第四章(三、re 正则表达式))
python全栈开发笔记第二模块 第四章 :常用模块(第三部分) 一.正则表达式的作用与方法 正则表达式是什么呢?一个问题带来正则表达式的重要性和作用 有一个需求 : 从文件中读取所有联 ...
- SSM框架中,controller的action返回参数给vue.js
在SSM框架中,controller的action中,返回的是视图,即jsp页面或是ModelAndView,若是通过axios给vue传值的话,需要转换为字符串或是user实体类对象. 使用@Res ...
- JMeter命令行监控CPU
JMeter 命令行执行脚本得到的报告中,是没有CPU.内存使用率等监控数据的,我们可以使用JMeter插件帮忙. 首先,需要下载JMeterPlugins-Standard.jar,jmeter-p ...
- 0426JavaSE01day02.txt=========正则、Object、包装类详解
正则表达式 基本正则表达式:正则表达式简介.分组(). "^"和"$" String正则API:matches方法.split方法.replaceAll方法 O ...
- flask 出现 TemplateNotFound的问题
from flask import Flask, render_template, request app = Flask(__name__,template_folder='./templates' ...
- 在思科路由器上配置AAA实验(Cisco PT)
1.拓扑图 Addressing Table 地址表 Device Interface IP Address Subnet Mask R1 Fa0/0 192.168.1.1 ...
- iview服务不可以被访问解决办法
一般情况是因为服务的host设置为localhsot了,修改为0.0.0.0即可. 打开...\iview-admin-dev\node_modules\webpack-dev-server\bin下 ...
- python selenium 最简单示例
使用 pip 安装 selenium 下载 chromedriver,添加在PATH中 # -*- coding: utf-8 -*- from selenium import webdriver ...
- 修改elementui默认样式
转发连接:https://blog.csdn.net/weixin_41557291/article/details/80606525 在需要更改的组件里新增一个style标签[重点:不要加scope ...