zoukankan      html  css  js  c++  java
  • James Munkres Topology: Sec 18 Exer 12

    Theorem 18.4 in James Munkres “Topology” states that if a function (f : A ightarrow X imes Y) is continuous, its coordinate functions (f_1 : A ightarrow X) and (f_2 : A ightarrow Y) are also continuous, and the converse is also true. This is what we have been familiar with, such as a continuous parametric curve (f: [0, 1] ightarrow mathbb{R}^3) defined as (f(t) = (x(t), y(t), z(t))^T) with its three components being continuous. However, if a function (g: A imes B ightarrow X) is separately continuous in each of its components, i.e. both (g_1: A ightarrow X) and (g_2 : B ightarrow X) are continuous, (g) is not necessarily continuous.

    Here, the said “separately continuous in each of its components” means arbitrarily selecting the value of one component variable from its domain and fix it, then the original function depending only on the other component is continuous. In the above, the function (g) can be envisaged as a curved surface in 3D space. With (g_1) being continuous, the intersection profiles between this curved surface and those planes perpendicular to the coordinate axis for (B) are continuous. Similarly, because (g_2) is continuous, the intersection profiles obtained from those planes perpendicular to the coordinate axis for (A) are also continuous. The continuity of intersection curves is only ensured in these two special directions, so it is not guaranteed that the original function (g) is continuous.

    In Exercise 12 of Section 18, an example is given as
    [
    F(x imes y) = egin{cases}
    frac{xy}{x^2 + y^2} & (x eq 0, y eq 0) \
    0 & (x = 0, y = 0)
    end{cases},
    ]
    where (F) is continuous separately in each of its component variables but is not continuous by itself. This is function is visualized below.

    Fix (y) at (y_0), we have (F_{y_0}(x) = F(x imes y_0)). When (y_0 eq 0), (F_{y_0}(x)) is continuous with respect to (x) because it is only a composition of continuous real valued functions via simple arithmetic. When (y_0 = 0), if (x eq 0), (F_0(x) = 0); if (x =0), (F_0(x)) is also 0 due to the definition of (F(x imes y)). Therefore, (F_0(x)) is a constant function, which is continuous due to Theorem 18.2 (a). Similarly, (F_{x_0}(y)) is also continuous with respect to (y).

    However, if we let (x = y) and approach ((x, y) = (x, x)) to ((0, 0)), it can be seen that (F(x imes x)) is not continuous, because

    • when (x eq 0), (F(x imes x) = frac{x^2}{x^2 + x^2} = frac{1}{2});
    • when (x = 0), (F(x imes x) = 0).

    If we let (x = -y) and approach ((x ,y) = (x, -x)) to ((0, 0)), (F = -frac{1}{2}) when (x eq 0) and (F = 0) when (x = 0).

    Then, if we select an open set such as ((-frac{1}{4}, frac{1}{4})) around the function value (0) in (mathbb{R}), its pre-image (U) in (mathbb{R} imes mathbb{R}) should include the point ((0, 0)) and exclude the rays ((x, x)) and ((x, -x)) with (x in mathbb{R}) and (x eq 0). Due to these excluded rays, there is no neighborhood of ((0, 0)) in (mathbb{R} imes mathbb{R}) that is contained completely in (U). Therefore, (U) is not an open set and (F(x imes y)) is not continuous.

    From the above analysis, some lessons can be learned.

    1. Pure analysis can be made and general conclusions can be obtained before entering into the real world with a solid example.
    2. A tangible counter example is a sound proof for negation of a proposition. Just one is enough!
  • 相关阅读:
    WebService之Axis2 (3):使用services.xml文件发布WebService
    WebService之Axis2(2):复合类型数据的传递
    WebService之Axis2(1):用POJO实现0配置的WebService
    com.mchange.v2.c3p0.impl.NewPooledConnection@be1839d closed by a client的正确解答
    拿到新服务器时应做的标准测试
    rabbitmq heartbeat missing with heartbeat = N seconds原因总结
    从技术专家到管理者的思路转变(V1)
    netty集成ssl完整参考指南(含完整源码)
    技术晋升的评定与博弈(转)
    Eureka-zookeeper的服务发现替代方案
  • 原文地址:https://www.cnblogs.com/peabody/p/10140171.html
Copyright © 2011-2022 走看看