Sunday, September 25, 2016

real analysis - Is a function globally Lipschitz continuous and mathcalC1 if and only if it is mathcalC1 and its total derivative is bounded?




Is f:RnRn globally Lipschitz continuous, i.e. there exists an L>0 such that



|f(x)f(y)||xy|L for all x,yRn,



and C1 if and only if f is C1 and its total derivative is bounded?



Based on intuition alone, I'm strongly inclined to believe that the answer is yes. However I'm having trouble coming up with a proof (probably because my grasp of multivariable calculus is far from great). Could someone give one if the statement is true, or provide a counter example if it is false?



Thanks.



Answer



If f is C1, then f(x)f(y)=10Df(y+t(xy)).(xy)dt, by the fundamental theorem of calculus.



Hence, f(x)f(y)10Df(y+t(xy)).(xy)dt(10Df(y+t(xy))dt)xysupzRnDf(z)xy



If supzRnDf(z)=C is finite, we get f(x)f(y)Cxy for all x,y.



Reciprocally, suppose that your function is C1 and that it's globally Lipschitz, with constant C.



Then, for all xRn, and all hRn, we know that Df(x).h=limt0f(x+th)f(x)t




But, by assumption, f(x+th)f(x)Cth=C|t|h, and we finally get Df(x).hCh for all h, which by definition implies Df(x)C. Hence the total derivative is bounded all over Rn.



All of this works also on an open set of Rn, instead of the whole space.



Remark also that you don't need to assume f to be C1, but only differentiable. The second part of my proof works as well, and for the first part, instead of applying fundamental theorem of calculus, you can use the mean value theorem.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...