zoukankan      html  css  js  c++  java
  • Summary of continuous function spaces

    In general differential calculus, we have learned the definitions of function continuity, such as functions of class (C^0) and (C^2). For most cases, we only take them for granted as for example, we have memorized the formulations of Green identities while ignored the conditions on function's continuities. Although this is helpful for a "vivid" and "naive" understanding, mathematical rigorousness and structural beauties are lost. Therefore, this article summarizes several definitions of function continuities and clarifies their imbedding relationships.

    Definition (Continuous function space (C^m(Omega)) with order (m)) For non-negative integer (m), (C^m(Omega)) is the vector space consisting of all functions (phi) with their partial derivatives (D^{alpha} phi) of orders (0 leq abs{alpha} leq m) continuous on an open set (Omega).

    Because the domain (Omega) is open, functions in (C^m(Omega)) may not be bounded, which seldom appear in engineering cases. Therefore, the spaces of bounded continuous functions (C_B^m(Omega)) are introduced as below, which are subspaces of (C^m(Omega)).

    Definition (Bounded continuous function spaces (C_B^m(Omega))) (C_B^m(Omega)) is a subspace of (C^m(Omega)) and for all (phi in C_B^m(Omega)), its partial derivatives (D^{alpha} phi) of orders (0 leq abs{alpha} leq m) are bounded on (Omega). (C_B^m(Omega)) is a Banach space with the norm defined as $$ orm{phi; C_B^m(Omega)} = max_{0 leq abs{alpha} leq m} sup_{x in Omega} abs{D^{alpha} phi(x)} $$

    Because the domain (Omega) is open in (mathbb{R}^n), we have the intention to continuously extend the function to domain boundary (pdiffOmega) (note: This is very important because it determines for example whether our solution to a PDE can be extended continuously to match the given boundary condition). Then comes the definition of bounded and uniformly continuous function spaces (C^{m}(overline{Omega})).

    Definition (Spaces of bounded and uniformly continuous functions (C^{m}(overline{Omega}))) (C^{m}(overline{Omega})) is a subspace of (C_B^{m}(Omega)) and for all (phi in C^{m}(overline{Omega})), its partial derivatives (D^{alpha} phi) of orders (0 leq abs{alpha} leq m) are uniformly continuous on (Omega). (C^{m}(overline{Omega})) is a Banach space with the norm defined as $$ orm{phi; C^m(overline{Omega})} = max_{0 leq abs{alpha} leq m} sup_{x in Omega} abs{D^{alpha} phi(x)} $$

    Remark

    1. A bounded and uniformly continuous function has a unique, bounded and continuous extension to (overline{Omega}).
    2. Uniform continuity can be understood as: a change in the function value anywhere in the function's range can control the change of independent variable uniformly, i.e. there is a global common bound on it. At the first glance, we tend to say that if a function is uniformly continuous, it is also bounded. However, this is not always true and we leave this question to future post.

    Finally, we have the definition of Hölder and Lipschitz continuous function spaces.

    Definition (Spaces of Hölder continuous functions (C^{m,lambda}(overline{Omega}))) (C^{m,lambda}(overline{Omega})) is a subspace of (C^{m}(overline{Omega})) and for all (phi in C^{m,lambda}(overline{Omega})), its partial derivatives (D^{alpha} phi) satisfies a Hölder condition of exponent (lambda in (0, 1]), i.e. there exists a constant (K) such that

    $$ abs{D^{alpha} phi(x) - D^{alpha} phi(y)} leq Kabs{x - y}^{lambda} quad (x, y in Omega) $$

    When the Hölder exponent (lambda) is 1, functions in the space (C^{m,1}(overline{Omega})) are Lipschitz continuous. (C^{m,lambda}(overline{Omega})) is a Banach space with the norm defined as $$ orm{phi; C^{m,lambda}(overline{Omega})} = abs{phi; C^m(overline{Omega})} + max_{0 leq abs{alpha} leq m} sup_{overset{x, y in Omega}{x eq y}} frac{abs{D^{alpha} phi(x) - D^{alpha} phi(y)}}{abs{x - y}^{lambda}} $$

    Next, we'll show the imbedding chain of the above continuous function spaces.

    Definition (Imbeddings) Let (X) and (Y) be normed spaces. (X) is imbedded in (Y), written as (X ightarrow Y), if (X) is a vector subspace of (Y) and the identity operator (I: X longrightarrow Y) is continuous for all (x in X).

    Remark The continuous identity operator implies that the norm of (x in X) can be used to control the norm of (y = I(x) in Y) with a constant (M),

    $$ orm{y; Y} leq M orm{x; X} quad (forall x in X) $$

    With the above defined norms for various continuous function spaces, the whole chain of imbeddings is summarized as follows when (Omega) is convex:

    egin{align*} & C^{infty} (overline{Omega}) ightarrow cdots C^{m+1}(overline{Omega}) ightarrow C^{m,1}(overline{Omega}) ightarrow C^{m,lambda}(overlineOmega) \ & ightarrow C^{m, v}(overlineOmega) ightarrow C^{m}(overlineOmega) ightarrow cdots C^0(overline{Omega}) end{align*}

    where (0 < v < lambda < 1).

  • 相关阅读:
    Codeforces 1190C Tokitsukaze and Duel game
    2019牛客多校第一场E ABBA 贪心 + DP
    Codeforces 1195E OpenStreetMap 单调队列套单调队列
    由 Vue 中三个常见问题引发的深度思考
    jszip打包上传下载
    Ubuntu切换登录用户和root用户
    vue2.0右键菜单
    main.js中import引入css与引入js的区别
    node和npm版本引起的安装依赖和运行项目失败问题
    reduce()之js与python
  • 原文地址:https://www.cnblogs.com/peabody/p/6720575.html
Copyright © 2011-2022 走看看