$$ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Self-defined math definitions %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Math symbol commands \newcommand{\intd}{\,{\rm d}} % Symbol 'd' used in integration, such as 'dx' \newcommand{\diff}{{\rm d}} % Symbol 'd' used in differentiation \newcommand{\Diff}{{\rm D}} % Symbol 'D' used in differentiation \newcommand{\pdiff}{\partial} % Partial derivative \newcommand{DD}[2]{\frac{\diff}{\diff #2}\left( #1 \right)} \newcommand{Dd}[2]{\frac{\diff #1}{\diff #2}} \newcommand{PD}[2]{\frac{\pdiff}{\pdiff #2}\left( #1 \right)} \newcommand{Pd}[2]{\frac{\pdiff #1}{\pdiff #2}} \newcommand{\rme}{{\rm e}} % Exponential e \newcommand{\rmi}{{\rm i}} % Imaginary unit i \newcommand{\rmj}{{\rm j}} % Imaginary unit j \newcommand{\vect}[1]{\boldsymbol{#1}} % Vector typeset in bold and italic \newcommand{\phs}[1]{\dot{#1}} % Scalar phasor \newcommand{\phsvect}[1]{\boldsymbol{\dot{#1}}} % Vector phasor \newcommand{\normvect}{\vect{n}} % Normal vector: n \newcommand{\dform}[1]{\overset{\rightharpoonup}{\boldsymbol{#1}}} % Vector for differential form \newcommand{\cochain}[1]{\overset{\rightharpoonup}{#1}} % Vector for cochain \newcommand{\bigabs}[1]{\bigg\lvert#1\bigg\rvert} % Absolute value (single big vertical bar) \newcommand{\Abs}[1]{\big\lvert#1\big\rvert} % Absolute value (single big vertical bar) \newcommand{\abs}[1]{\lvert#1\rvert} % Absolute value (single vertical bar) \newcommand{\bignorm}[1]{\bigg\lVert#1\bigg\rVert} % Norm (double big vertical bar) \newcommand{\Norm}[1]{\big\lVert#1\big\rVert} % Norm (double big vertical bar) \newcommand{\norm}[1]{\lVert#1\rVert} % Norm (double vertical bar) \newcommand{\ouset}[3]{\overset{#3}{\underset{#2}{#1}}} % over and under set % Super/subscript for column index of a matrix, which is used in tensor analysis. \newcommand{\cscript}[1]{\;\; #1} % Star symbol used as prefix in front of a paragraph with no indent \newcommand{\prefstar}{\noindent$\ast$ } % Big vertical line restricting the function. % Example: $u(x)\restrict_{\Omega_0}$ \newcommand{\restrict}{\big\vert} % Math operators which are typeset in Roman font \DeclareMathOperator{\sgn}{sgn} % Sign function \DeclareMathOperator{\erf}{erf} % Error function \DeclareMathOperator{\Bd}{Bd} % Boundary of a set, used in topology \DeclareMathOperator{\Int}{Int} % Interior of a set, used in topology \DeclareMathOperator{\rank}{rank} % Rank of a matrix \DeclareMathOperator{\divergence}{div} % Curl \DeclareMathOperator{\curl}{curl} % Curl \DeclareMathOperator{\grad}{grad} % Gradient \DeclareMathOperator{\tr}{tr} % Trace \DeclareMathOperator{\span}{span} % Span $$

止于至善

As regards numerical analysis and mathematical electromagnetism

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}\)

  1. 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}}.
    \]
  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}.
    \]
  3. 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.

  4. 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.

  5. 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\).

  6. 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.

  1. 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.
  2. On \(\mathbb{R}^{\omega}\): Topology induced from \(D\) \(\Leftrightarrow\) Product topology \(\subsetneq\) Uniform topology induced from \(\bar{\rho}\) \(\subsetneq\) Box topology.
  3. 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.

posted @ 2019-01-12 15:57  皮波迪博士  阅读(338)  评论(0编辑  收藏  举报