Difference between revisions of "Derivative"

From Maths
Jump to: navigation, search
(Created page with "Note to self: don't forget to mention the {{M|h}} or {{M|x-x_0}} thing doesn't matter ==Definition== : '''Note:''' there are 2 definitions of differentiability, I will state...")
 
m
 
Line 1: Line 1:
Note to self: don't forget to mention the {{M|h}} or {{M|x-x_0}} thing doesn't matter
+
{{Disambiguation}}
 +
* [[Derivative (analysis)]] - the derivative of a [[mapping]] between two [[normed]] spaces (this is probably the one you want)
 +
* [[Derivative (measure theory)]] - the Raydon-Nikon (spelling?) derivative and stuff
  
==Definition==
+
{{Todo|Flesh out}}
: '''Note:''' there are 2 definitions of differentiability, I will state them both here, then prove them equivalent.
+
{{Definition|Analysis|Measure Theory}}
Let {{M|U}} be an [[open set]] of a [[Banach space]] {{M|X}}, let {{M|Y}} be another Banach space.
+
* Let {{M|f:X\rightarrow Y}} be a given [[map]]
+
* Let {{M|x_0\in X}} be a point.
+
===Definition 1===
+
We say that ''{{M|f}} is differentiable at a point {{M|x_0\in X}}'' if{{rAPIKM}}{{rITTGG}}:
+
* there exists a continuous linear map, {{M|L_{x_0}\in L(X,Y)}} such that:
+
** {{M|1=T(x_0+h)-T(x_0)=L_{x_0}(h)+r(x_0,h)}} where {{MM|1=\ \lim_{h\rightarrow 0}\left(\frac{\Vert r(x_0,h)\Vert}{\Vert h\Vert}\right)=0}}
+
===Definition 2===
+
We say that ''{{M|f}} is differentiable at a point {{M|x_0\in X}}'' if<ref name="ITTGG"/>:
+
* there exists a continuous linear map, {{M|L_{x_0}\in L(X,Y)}} such that:
+
** {{MM|1=\lim_{h\rightarrow 0}\left(\frac{f(x_0+h)-f(x_0)-L_{x_0}(h)}{\Vert h\Vert}\right)=0}}
+
===Hybrid definition===
+
These naturally lead to:
+
We say that ''{{M|f}} is differentiable at a point {{M|x_0\in X}}'' if:
+
* there exists a continuous linear map, {{M|L_{x_0}\in L(X,Y)}} such that:
+
** {{MM|1=\lim_{h\rightarrow 0}\left(\frac{\Vert f(x_0+h)-f(x_0)-L_{x_0}(h)\Vert}{\Vert h\Vert}\right)=0}}
+
==Extra workings for proof==
+
* there exists a continuous linear map, {{M|L_{x_0}\in L(X,Y)}} such that:
+
** {{M|1=T(x_0+h)-T(x_0)=L_{x_0}(h)+r(x_0,h)}} where {{MM|1=\ \lim_{h\rightarrow 0}\left(\frac{\Vert r(x_0,h)\Vert}{\Vert h\Vert}\right)=0}}
+
** This can be interpreted as {{MM|1=\ \exists L_{x_0}\in L(X,Y)\left[\lim_{h\rightarrow 0}\left(\frac{\Vert r(x_0,h)\Vert}{\Vert h\Vert}\right)=0\implies T(x_0+h)-T(x_0)=L_{x_0}(h)+r(x_0,h)\right]}}
+
*** Which is
+
***# {{MM|1=\exists L_{x_0}\in L(X,Y)\forall\epsilon>0\exists\delta>0\forall h\in X\left[0<\Vert h-x\Vert<\delta\implies\frac{\Vert r(x_0,h)\Vert}{\Vert h\Vert}<\epsilon\implies T(x_0+h)-T(x_0)=L_{x_0}(h)+r(x_0,h)\right]}}
+
***#* Does this make sense though? We need {{M|r(x_0,\cdot)}} to be given, surely a form with {{M|1=r(x_0,h)=T(x_0+h)-T(x_0)-L_{x_0}(h)}} in the numerator would make more sense? No of course not.
+
'''this sort of outlines the proof I'll need for definitions 1 and 2'''
+

Latest revision as of 10:30, 11 March 2016

Disambiguation

This page lists articles associated with the same title.

If an internal link led you here, you may wish to change the link to point directly to the intended article.


Derivative may refer to:



TODO: Flesh out