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 $$ \norm{\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 \(\pdiff\Omega\) (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 $$ \norm{\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 K\abs{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 $$ \norm{\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 \neq 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 \rightarrow 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\),

$$ \norm{y; Y} \leq M \norm{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:

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

where \(0 < v < \lambda < 1\).

Summary of continuous function spaces的更多相关文章

  1. Concept of function continuity in topology

    Understanding of continuity definition in topology When we learn calculus in university as freshmen, ...

  2. Constructing continuous functions

    This post summarises different ways of constructing continuous functions, which are introduced in Se ...

  3. 神经网络可以拟合任意函数的视觉证明A visual proof that neural nets can compute any function

    One of the most striking facts about neural networks is that they can compute any function at all. T ...

  4. (zhuan) Deep Deterministic Policy Gradients in TensorFlow

          Deep Deterministic Policy Gradients in TensorFlow AUG 21, 2016 This blog from: http://pemami49 ...

  5. <<Differential Geometry of Curves and Surfaces>>笔记

    <Differential Geometry of Curves and Surfaces> by Manfredo P. do Carmo real line Rinterval I== ...

  6. Kernel Functions for Machine Learning Applications

    In recent years, Kernel methods have received major attention, particularly due to the increased pop ...

  7. MOOCULUS微积分-2: 数列与级数学习笔记 3. Convergence tests

    此课程(MOOCULUS-2 "Sequences and Series")由Ohio State University于2014年在Coursera平台讲授. PDF格式教材下载 ...

  8. [家里蹲大学数学杂志]第269期韩青编《A Basic Course in Partial Differential Equations》 前五章习题解答

    1.Introduction 2.First-order Differential Equations Exercise2.1. Find solutons of the following inti ...

  9. 39. Volume Rendering Techniques

    Milan Ikits University of Utah Joe Kniss University of Utah Aaron Lefohn University of California, D ...

随机推荐

  1. 关于boost中enable_shared_from_this类的原理分析

    首先要说明的一个问题是:如何安全地将this指针返回给调用者.一般来说,我们不能直接将this指针返回.想象这样的情况,该函数将this指针返回到外部某个变量保存,然后这个对象自身已经析构了,但外部变 ...

  2. bootstrapValidator使用总结

    1.根据条件动态增删检查条件 参考文章:https://blog.csdn.net/sxlzs_/article/details/78211928 #去除某字段的验证 $("#formRes ...

  3. Ex 2_4 假定您需要在以下三种算法中作出抉择..._第三次作业

  4. 安装snap及snap常安装软件

    文章链接:https://blog.csdn.net/laomd/article/details/80710451 一.snap简介 什么是snap,snap是一种全新的软件包管理方式,它类似一个容器 ...

  5. 02 编程语言、python变量

    一 编程语言介绍(***) 1.1机器语言:直接用计算机能理解的二进制指令编写程序,直接控制硬件 优点:执行效率高,跨平台性低 缺点:开发效率低 1.2汇编语言:用英文标签取代二进制指令编写程序,本质 ...

  6. 31)django-序列化

    目录 1)序列化 2)为什么不用json序列化 3)django序列化QuerySet,ErrorDict数据 一:序列化 序列化是将对象状态转换为可保持或传输的格式的过程 反序列化是指将存储在存储媒 ...

  7. 坚持:学习Java后台的第一阶段,我学习了那些知识

    最近的计划是业余时间学习Java后台方面的知识,发现学习的过程中,要学的东西真多啊,让我一下子感觉很遥远.但是还好我制定了计划,自己选择的路,跪着也要走完!关于计划是<终于,我还是下决心学Jav ...

  8. easyui combogrid下拉表格的分页/按键/动态搜索

    作者:xfl4629712  <  easyui combogrid下拉表格的分页/按键/动态搜索  > 需求: 1.下拉框下拉时出现表格: 2.表格带分页功能: 3.可以使用向上键.向下 ...

  9. SpringBoot的yml配置文件

    1.在src\main\resources下创建application.yml配置文件 spring: datasource: driver-class-name: com.mysql.jdbc.Dr ...

  10. spring boot 配置文件

    spring boot使用一个全局配置文件:主要是以下两种类型 application.properties  :例:server.port=9998 application.yml(YAML)  : ...