杨氏定理

定理叙述

参考百度百科

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. day10-习题

    习题 1.Homework01 (1) D -- 没有在别名上加引号(ps:别名的as可以省略) (2) B -- 判断null或非空不能用不等于号 (3) C 2.Homework02 写出查看de ...

  2. tensorflow-gpu版本安装及深度神经网络训练与cpu版本对比

    tensorflow1.0和tensorflow2.0的区别主要是1.0用的静态图 一般情况1.0已经足够,但是如果要进行深度神经网络的训练,当然还是tensorflow2.*-gpu比较快啦. 其中 ...

  3. 2022牛客OI赛前集训营-提高组(第一场) 奇怪的函数 根号很好用

    奇怪的函数 考虑暴力,每次查询\(O(n)\)扫所有操作,修改\(O(1)\) 这启发我们平衡复杂度,考虑分块. 观察题目性质,可以发现,经过若干次操作后得到的结果一定是一个关于\(x\)的分段函数, ...

  4. Maven中POM文件总体配置说明

    POM文件总体配置说明 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://w ...

  5. 5.github操作

      Github设置远程仓库 将我们github的https或者ssh远程仓库地址复制 git remote add https://xxxxxxxTest.git # 指定github仓库设置为远程 ...

  6. 6.jmespath表达式

    jmespath是json的查询语言 可以从json文档中提取和转换元素,类似于jsonpath的另外一个库   字典取值 # 一层嵌套取值 {a:1,b:2,c:3} ""&qu ...

  7. 13-ORM-更新&删除

    一.更改单个数据 修改单个实体的某些字段 1.查: - 通过get()得到要修改的实体对象 2.改: - 通过对象属性的=的方式修改数据 3.保存 - 通过对象.save()保存数据     二.批量 ...

  8. 9_Vue事件修饰符

    概述 首先需要理解下什么是事件修饰符 常用事件修饰符 案例1_阻止默认行为发生 我这里有一个a标签 这个标签呢我会给它配置一个点击事件 点击事件输出一句话,那么效果是这样的 代码 <body&g ...

  9. (数据科学学习手札146)geopandas中拓扑非法问题的发现、诊断与修复

    本文示例代码已上传至我的Github仓库https://github.com/CNFeffery/DataScienceStudyNotes 1 简介 大家好我是费老师,geopandas作为在Pyt ...

  10. 【lwip】10-ICMP协议&源码分析

    目录 前言 10.1 ICMP简介 10.2 ICMP报文 10.2.1 ICMP报文格式 10.2.2 ICMP报文类型 10.2.3 ICMP报文固定首部字段意义 10.3 ICMP差错报告报文 ...