杨氏定理

定理叙述

参考百度百科

Young's Theorem: Let \(f\) be a differentiable function of \(n\) variables. If each of the cross-partials \(f_{ij}^{\prime \prime}\) and \(f_{ji}^{\prime \prime}\) exists and is continuous at all points in some open set \(S\) of values of \((x_1, \cdots, x_n)\) then

\(\forall (x_1, \cdots, x_n) \in S, f_{ij}^{\prime \prime}(x_1, \cdots, x_n)=f_{ji}^{\prime \prime}(x_1, \cdots, x_n)\)

定理的证明

Proof for Young's Theorem:

\[\forall (x_1^0, \cdots, x_n^0) \in S
\]
\[f_{ij}^{\prime \prime}(x_1^0, \cdots, x_n^0)=\lim\limits_{x_j\rightarrow x_j^0} \dfrac{ f_{i}^{\prime}(x_1^0, \cdots x_i \cdots x_j \cdots x_n^0)- f_{i}^{\prime}(x_1^0, \cdots x_i \cdots x_j^0 \cdots x_n^0)}{x_j-x_j^0} \\=\lim\limits_{x_j\rightarrow x_j^0} \dfrac{\lim\limits_{x_i\rightarrow x_i^0} \frac{ f(x_1^0, \cdots x_i \cdots x_j \cdots x_n^0)- f(x_1^0, \cdots x_i^0 \cdots x_j \cdots x_n^0)}{x_i-x_i^0} - \lim\limits_{x_i\rightarrow x_i^0} \frac{ f(x_1^0, \cdots x_i \cdots x_j^0 \cdots x_n^0)- f(x_1^0, \cdots x_i^0 \cdots x_j^0 \cdots x_n^0)}{x_i-x_i^0}}{x_j-x_j^0}\\ = \lim\limits_{x_j\rightarrow x_j^0}\lim\limits_{x_i\rightarrow x_i^0} \dfrac{f(x_1^0, \cdots x_i \cdots x_j \cdots x_n^0) + f(x_1^0, \cdots x_i^0 \cdots x_j^0 \cdots x_n^0) - f(x_1^0, \cdots x_i^0 \cdots x_j \cdots x_n^0) - f(x_1^0, \cdots x_i \cdots x_j^0 \cdots x_n^0)}{(x_i-x_i^0)(x_j-x_j^0)}.
\]

similarly,

\[f_{ji}^{\prime \prime}(x_1^0, \cdots, x_n^0)=\lim\limits_{x_j\rightarrow x_j^0}\lim\limits_{x_i\rightarrow x_i^0} \dfrac{f(x_1^0, \cdots x_i \cdots x_j \cdots x_n^0) + f(x_1^0, \cdots x_i^0 \cdots x_j^0 \cdots x_n^0) - f(x_1^0, \cdots x_i^0 \cdots x_j \cdots x_n^0) - f(x_1^0, \cdots x_i \cdots x_j^0 \cdots x_n^0)}{(x_i-x_i^0)(x_j-x_j^0)}.
\]
\[\therefore \forall (x_1, \cdots, x_n) \in S, f_{ij}^{\prime \prime}(x_1, \cdots, x_n)=f_{ji}^{\prime \prime}(x_1, \cdots, x_n).
\]

Young's theorem杨氏定理的更多相关文章

  1. 【翻译】Brewer's CAP Theorem CAP定理

    Brewer's CAP Theorem 原文地址:http://www.julianbrowne.com/article/brewers-cap-theorem Brewer’s (CAP) The ...

  2. Ramsey's_theorem Friendship Theorem 友谊定理

    w https://en.wikipedia.org/wiki/Ramsey's_theorem https://zh.wikipedia.org/wiki/拉姆齐定理 在组合数学上,拉姆齐(Rams ...

  3. Nyquist–Shannon sampling theorem 采样定理

    Nyquist–Shannon sampling theorem - Wikipedia https://en.wikipedia.org/wiki/Nyquist%E2%80%93Shannon_s ...

  4. (多项式)因式分解定理(Factor theorem)与多项式剩余定理(Polynomial remainder theorem)(多项式长除法)

    (多项式的)因式分解定理(factor theorem)是多项式剩余定理的特殊情况,也就是余项为 0 的情形. 0. 多项式长除法(Polynomial long division) Polynomi ...

  5. Kernel Methods (6) The Representer Theorem

    The Representer Theorem, 表示定理. 给定: 非空样本空间: \(\chi\) \(m\)个样本:\(\{(x_1, y_1), \dots, (x_m, y_m)\}, x_ ...

  6. Theorem、Proposition、Lemma和Corollary等的解释与区别

    Theorem:定理.是文章中重要的数学化的论述,一般有严格的数学证明. Proposition:可以翻译为命题,经过证明且interesting,但没有Theorem重要,比较常用. Lemma:一 ...

  7. Wilson's theorem在RSA题中运用

    引言 最近一段时间在再练习数论相关的密码学题目,自己之前对于数论掌握不是很熟练,借此机会先对数论基本的四大定理进行练习 这次的练习时基于Wilson's theorem(威尔逊定理)在RSA题目中的练 ...

  8. Godunov's 定理

    Godunov's theorem 转自Wiki 目录 Godunov's theorem 简介 定理 定理1. 单调保持性(Monotonicity preserving) 定理2. Godunov ...

  9. AI人工智能专业词汇集

    作为最早关注人工智能技术的媒体,机器之心在编译国外技术博客.论文.专家观点等内容上已经积累了超过两年多的经验.期间,从无到有,机器之心的编译团队一直在积累专业词汇.虽然有很多的文章因为专业性我们没能尽 ...

随机推荐

  1. RNN自学理解(一)

    RNN对具有序列特性的数据非常有效,它能挖掘数据中的时序信息以及语义信息,利用了RNN的这种能力,使深度学习模型在解决语音识别.语言模型.机器翻译以及时序分析等NLP领域的问题时有所突破. 参考文献1 ...

  2. 一天十道Java面试题----第五天(spring的事务传播机制------>mybatis的优缺点)

    这里是参考B站上的大佬做的面试题笔记.大家也可以去看视频讲解!!! 文章目录 41.spring的事务传播机制 42 .spring事务什么时候会失效 43 .什么的是bean的自动装配.有哪些方式? ...

  3. python渗透测试入门——基础的网络编程工具

    <Python黑帽子--黑客与渗透测试编程之道学习>这本书是我在学习安全的过程中发现的在我看来十分优秀的一本书,业内也拥有很高的评价,所以在这里将自己的学习内容分享出来. 1.基础的网络编 ...

  4. MinGW配置C语言编译器gcc和g++

    首先,在 https://sourceforge.net/projects/mingw/files/latest/download 下载安装MinGW,如下图所示: 点Installation-> ...

  5. HTML躬行记(3)——WebRTC视频通话

    WebRTC 在创建点对点(P2P)的连接之前,会先通过信令服务器交换两端的 SDP 和 ICE Candidate,取两者的交集,决定最终的音视频参数.传输协议.NAT 打洞方式等信息. 在完成媒体 ...

  6. Python基础阶段总结:ATM项目实战

    目录 ATM逻辑描述 三层框架简介 1.第一层(src.py) 2.第二层(interface文件夹下内容) 3.第三层(db_hanlder) 启动函数 用户注册功能 用户登录 common中的小功 ...

  7. JS数据结构与算法-栈结构

    一.认识栈结构 栈也是一种非常常见的数据结构,并且在程序中的应用非常广泛 数组 我们知道数组是一种线性结构,并且可以在数组的任意位置插入和删除数据. 但是有时候,我们为了实现某些功能,必须对这种任意性 ...

  8. 解决linux vlc设置中文问题

    解决方法 sudo apt install vlc-l10n

  9. table 动态隐藏tr行

    table: <table style="width:100%" class="table01" cellspacing="1" ce ...

  10. 【离线数仓CDH版本】即席查询工具(Presto、Druid、Kylin)、CDH数仓、Impala查询

    1.即席查询 一.Presto 大数据量.秒级.多数据源的查询引擎[支持各种数据源work的内存级查询] 由coordinator和多个work构成,work对应不同数据源Catalog 特点:基于内 ...