Bounded Gradient implies Lipschitz proof with the mean value theorem
$begingroup$
Let $f:mathbb{R}^n to mathbb{R}$ with $|| nabla f(x)|| leq M$ (say it is the Euclidean norm), then f is Lipschitz.
I have seen proofs that do this for the case where $f:mathbb{R} to mathbb{R}$ by applying the mean value theorem. I am wondering if there is a proof available that shows how the mean value theorem is applied to the problem for a function from $f:mathbb{R}^n to mathbb{R}$?
multivariable-calculus lipschitz-functions
$endgroup$
add a comment |
$begingroup$
Let $f:mathbb{R}^n to mathbb{R}$ with $|| nabla f(x)|| leq M$ (say it is the Euclidean norm), then f is Lipschitz.
I have seen proofs that do this for the case where $f:mathbb{R} to mathbb{R}$ by applying the mean value theorem. I am wondering if there is a proof available that shows how the mean value theorem is applied to the problem for a function from $f:mathbb{R}^n to mathbb{R}$?
multivariable-calculus lipschitz-functions
$endgroup$
add a comment |
$begingroup$
Let $f:mathbb{R}^n to mathbb{R}$ with $|| nabla f(x)|| leq M$ (say it is the Euclidean norm), then f is Lipschitz.
I have seen proofs that do this for the case where $f:mathbb{R} to mathbb{R}$ by applying the mean value theorem. I am wondering if there is a proof available that shows how the mean value theorem is applied to the problem for a function from $f:mathbb{R}^n to mathbb{R}$?
multivariable-calculus lipschitz-functions
$endgroup$
Let $f:mathbb{R}^n to mathbb{R}$ with $|| nabla f(x)|| leq M$ (say it is the Euclidean norm), then f is Lipschitz.
I have seen proofs that do this for the case where $f:mathbb{R} to mathbb{R}$ by applying the mean value theorem. I am wondering if there is a proof available that shows how the mean value theorem is applied to the problem for a function from $f:mathbb{R}^n to mathbb{R}$?
multivariable-calculus lipschitz-functions
multivariable-calculus lipschitz-functions
asked Jan 24 at 22:40


geo17geo17
1038
1038
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
I don't understand where is your problem. This is exactcly the same proof in higher-dimension.
By the mean value theorem we have :
$$| f(x) - f(y) | leq sup_{x in mathbb{R}^n} | nabla f(x) | |x -y | leq M | x - y|$$
$endgroup$
1
$begingroup$
I wasn't sure where the first inequality came from, now I see it is from considering the line $(1-t)x + ty$ and then applying the Cauchy-Schwarz inequality
$endgroup$
– geo17
Jan 24 at 23:03
add a comment |
$begingroup$
Here's an approach using the fundamental theorem of calculus and an integral estimate in lieu of the mean value theorem:
Let
$x, y in Bbb R^n; tag 1$
let
$gamma:[0, 1] to Bbb R^n tag 2$
be given by
$gamma(t) = x + t(y - x); tag 3$
then $gamma(t)$ is a line segment 'twixt
$gamma(0) = x ; text{and} ; gamma(1) = y; tag 4$
then
$f(y) - f(x) = f(gamma(1)) - f(gamma(0))$
$= displaystyle int_0^1 dfrac{df(gamma(t))}{dt} ; dt = int_0^1 nabla f(gamma(t)) cdot dot gamma(t) ; dt = int_0^1 nabla f(gamma(t)) cdot (y - x) ; dt tag 5$
therefore,
22nd
$vert f(y) - f(x) vert = left vert displaystyle int_0^1 nabla f(gamma(t)) cdot (y - x) ; dt right vert le displaystyle int_0^1 vert nabla f(gamma(t)) vert vert y - x vert ; dt le vert y - x vert int_0^1 M ; dt = Mvert y - x vert, tag 6$
which shows that $f(x)$ is in fact globally Lipschitz continuous with Lipschitz constant $M$. $OEDelta$.
It will be observed that there is more than one similarity 'twixt this and the MVT approach; both are based on "one-dimensionalizing" the problem by restriction to a path joining $x$ and $y$, and both exploit the global bound $vert nabla f(x) vert le M$ to obtain the global Lipschitz constant $M$. Formally, by way of the mean value theorem we would write
$f(y) - f(x) = f(gamma(1)) - f(gamma(0)) = (f(gamma(r))'(1 - 0) = (f(gamma(r))', 0 < r < 1; tag 7$
and note that
$f(gamma(r))' = nabla f(gamma(r)) cdot dot gamma(r) = nabla f(gamma(r)) cdot (y - x); tag 8$
if we combine (7) and (8) and take norms, the desired result is obtained.
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3086455%2fbounded-gradient-implies-lipschitz-proof-with-the-mean-value-theorem%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
I don't understand where is your problem. This is exactcly the same proof in higher-dimension.
By the mean value theorem we have :
$$| f(x) - f(y) | leq sup_{x in mathbb{R}^n} | nabla f(x) | |x -y | leq M | x - y|$$
$endgroup$
1
$begingroup$
I wasn't sure where the first inequality came from, now I see it is from considering the line $(1-t)x + ty$ and then applying the Cauchy-Schwarz inequality
$endgroup$
– geo17
Jan 24 at 23:03
add a comment |
$begingroup$
I don't understand where is your problem. This is exactcly the same proof in higher-dimension.
By the mean value theorem we have :
$$| f(x) - f(y) | leq sup_{x in mathbb{R}^n} | nabla f(x) | |x -y | leq M | x - y|$$
$endgroup$
1
$begingroup$
I wasn't sure where the first inequality came from, now I see it is from considering the line $(1-t)x + ty$ and then applying the Cauchy-Schwarz inequality
$endgroup$
– geo17
Jan 24 at 23:03
add a comment |
$begingroup$
I don't understand where is your problem. This is exactcly the same proof in higher-dimension.
By the mean value theorem we have :
$$| f(x) - f(y) | leq sup_{x in mathbb{R}^n} | nabla f(x) | |x -y | leq M | x - y|$$
$endgroup$
I don't understand where is your problem. This is exactcly the same proof in higher-dimension.
By the mean value theorem we have :
$$| f(x) - f(y) | leq sup_{x in mathbb{R}^n} | nabla f(x) | |x -y | leq M | x - y|$$
answered Jan 24 at 22:56
ThinkingThinking
1,22716
1,22716
1
$begingroup$
I wasn't sure where the first inequality came from, now I see it is from considering the line $(1-t)x + ty$ and then applying the Cauchy-Schwarz inequality
$endgroup$
– geo17
Jan 24 at 23:03
add a comment |
1
$begingroup$
I wasn't sure where the first inequality came from, now I see it is from considering the line $(1-t)x + ty$ and then applying the Cauchy-Schwarz inequality
$endgroup$
– geo17
Jan 24 at 23:03
1
1
$begingroup$
I wasn't sure where the first inequality came from, now I see it is from considering the line $(1-t)x + ty$ and then applying the Cauchy-Schwarz inequality
$endgroup$
– geo17
Jan 24 at 23:03
$begingroup$
I wasn't sure where the first inequality came from, now I see it is from considering the line $(1-t)x + ty$ and then applying the Cauchy-Schwarz inequality
$endgroup$
– geo17
Jan 24 at 23:03
add a comment |
$begingroup$
Here's an approach using the fundamental theorem of calculus and an integral estimate in lieu of the mean value theorem:
Let
$x, y in Bbb R^n; tag 1$
let
$gamma:[0, 1] to Bbb R^n tag 2$
be given by
$gamma(t) = x + t(y - x); tag 3$
then $gamma(t)$ is a line segment 'twixt
$gamma(0) = x ; text{and} ; gamma(1) = y; tag 4$
then
$f(y) - f(x) = f(gamma(1)) - f(gamma(0))$
$= displaystyle int_0^1 dfrac{df(gamma(t))}{dt} ; dt = int_0^1 nabla f(gamma(t)) cdot dot gamma(t) ; dt = int_0^1 nabla f(gamma(t)) cdot (y - x) ; dt tag 5$
therefore,
22nd
$vert f(y) - f(x) vert = left vert displaystyle int_0^1 nabla f(gamma(t)) cdot (y - x) ; dt right vert le displaystyle int_0^1 vert nabla f(gamma(t)) vert vert y - x vert ; dt le vert y - x vert int_0^1 M ; dt = Mvert y - x vert, tag 6$
which shows that $f(x)$ is in fact globally Lipschitz continuous with Lipschitz constant $M$. $OEDelta$.
It will be observed that there is more than one similarity 'twixt this and the MVT approach; both are based on "one-dimensionalizing" the problem by restriction to a path joining $x$ and $y$, and both exploit the global bound $vert nabla f(x) vert le M$ to obtain the global Lipschitz constant $M$. Formally, by way of the mean value theorem we would write
$f(y) - f(x) = f(gamma(1)) - f(gamma(0)) = (f(gamma(r))'(1 - 0) = (f(gamma(r))', 0 < r < 1; tag 7$
and note that
$f(gamma(r))' = nabla f(gamma(r)) cdot dot gamma(r) = nabla f(gamma(r)) cdot (y - x); tag 8$
if we combine (7) and (8) and take norms, the desired result is obtained.
$endgroup$
add a comment |
$begingroup$
Here's an approach using the fundamental theorem of calculus and an integral estimate in lieu of the mean value theorem:
Let
$x, y in Bbb R^n; tag 1$
let
$gamma:[0, 1] to Bbb R^n tag 2$
be given by
$gamma(t) = x + t(y - x); tag 3$
then $gamma(t)$ is a line segment 'twixt
$gamma(0) = x ; text{and} ; gamma(1) = y; tag 4$
then
$f(y) - f(x) = f(gamma(1)) - f(gamma(0))$
$= displaystyle int_0^1 dfrac{df(gamma(t))}{dt} ; dt = int_0^1 nabla f(gamma(t)) cdot dot gamma(t) ; dt = int_0^1 nabla f(gamma(t)) cdot (y - x) ; dt tag 5$
therefore,
22nd
$vert f(y) - f(x) vert = left vert displaystyle int_0^1 nabla f(gamma(t)) cdot (y - x) ; dt right vert le displaystyle int_0^1 vert nabla f(gamma(t)) vert vert y - x vert ; dt le vert y - x vert int_0^1 M ; dt = Mvert y - x vert, tag 6$
which shows that $f(x)$ is in fact globally Lipschitz continuous with Lipschitz constant $M$. $OEDelta$.
It will be observed that there is more than one similarity 'twixt this and the MVT approach; both are based on "one-dimensionalizing" the problem by restriction to a path joining $x$ and $y$, and both exploit the global bound $vert nabla f(x) vert le M$ to obtain the global Lipschitz constant $M$. Formally, by way of the mean value theorem we would write
$f(y) - f(x) = f(gamma(1)) - f(gamma(0)) = (f(gamma(r))'(1 - 0) = (f(gamma(r))', 0 < r < 1; tag 7$
and note that
$f(gamma(r))' = nabla f(gamma(r)) cdot dot gamma(r) = nabla f(gamma(r)) cdot (y - x); tag 8$
if we combine (7) and (8) and take norms, the desired result is obtained.
$endgroup$
add a comment |
$begingroup$
Here's an approach using the fundamental theorem of calculus and an integral estimate in lieu of the mean value theorem:
Let
$x, y in Bbb R^n; tag 1$
let
$gamma:[0, 1] to Bbb R^n tag 2$
be given by
$gamma(t) = x + t(y - x); tag 3$
then $gamma(t)$ is a line segment 'twixt
$gamma(0) = x ; text{and} ; gamma(1) = y; tag 4$
then
$f(y) - f(x) = f(gamma(1)) - f(gamma(0))$
$= displaystyle int_0^1 dfrac{df(gamma(t))}{dt} ; dt = int_0^1 nabla f(gamma(t)) cdot dot gamma(t) ; dt = int_0^1 nabla f(gamma(t)) cdot (y - x) ; dt tag 5$
therefore,
22nd
$vert f(y) - f(x) vert = left vert displaystyle int_0^1 nabla f(gamma(t)) cdot (y - x) ; dt right vert le displaystyle int_0^1 vert nabla f(gamma(t)) vert vert y - x vert ; dt le vert y - x vert int_0^1 M ; dt = Mvert y - x vert, tag 6$
which shows that $f(x)$ is in fact globally Lipschitz continuous with Lipschitz constant $M$. $OEDelta$.
It will be observed that there is more than one similarity 'twixt this and the MVT approach; both are based on "one-dimensionalizing" the problem by restriction to a path joining $x$ and $y$, and both exploit the global bound $vert nabla f(x) vert le M$ to obtain the global Lipschitz constant $M$. Formally, by way of the mean value theorem we would write
$f(y) - f(x) = f(gamma(1)) - f(gamma(0)) = (f(gamma(r))'(1 - 0) = (f(gamma(r))', 0 < r < 1; tag 7$
and note that
$f(gamma(r))' = nabla f(gamma(r)) cdot dot gamma(r) = nabla f(gamma(r)) cdot (y - x); tag 8$
if we combine (7) and (8) and take norms, the desired result is obtained.
$endgroup$
Here's an approach using the fundamental theorem of calculus and an integral estimate in lieu of the mean value theorem:
Let
$x, y in Bbb R^n; tag 1$
let
$gamma:[0, 1] to Bbb R^n tag 2$
be given by
$gamma(t) = x + t(y - x); tag 3$
then $gamma(t)$ is a line segment 'twixt
$gamma(0) = x ; text{and} ; gamma(1) = y; tag 4$
then
$f(y) - f(x) = f(gamma(1)) - f(gamma(0))$
$= displaystyle int_0^1 dfrac{df(gamma(t))}{dt} ; dt = int_0^1 nabla f(gamma(t)) cdot dot gamma(t) ; dt = int_0^1 nabla f(gamma(t)) cdot (y - x) ; dt tag 5$
therefore,
22nd
$vert f(y) - f(x) vert = left vert displaystyle int_0^1 nabla f(gamma(t)) cdot (y - x) ; dt right vert le displaystyle int_0^1 vert nabla f(gamma(t)) vert vert y - x vert ; dt le vert y - x vert int_0^1 M ; dt = Mvert y - x vert, tag 6$
which shows that $f(x)$ is in fact globally Lipschitz continuous with Lipschitz constant $M$. $OEDelta$.
It will be observed that there is more than one similarity 'twixt this and the MVT approach; both are based on "one-dimensionalizing" the problem by restriction to a path joining $x$ and $y$, and both exploit the global bound $vert nabla f(x) vert le M$ to obtain the global Lipschitz constant $M$. Formally, by way of the mean value theorem we would write
$f(y) - f(x) = f(gamma(1)) - f(gamma(0)) = (f(gamma(r))'(1 - 0) = (f(gamma(r))', 0 < r < 1; tag 7$
and note that
$f(gamma(r))' = nabla f(gamma(r)) cdot dot gamma(r) = nabla f(gamma(r)) cdot (y - x); tag 8$
if we combine (7) and (8) and take norms, the desired result is obtained.
answered Jan 25 at 7:20


Robert LewisRobert Lewis
48.1k23167
48.1k23167
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3086455%2fbounded-gradient-implies-lipschitz-proof-with-the-mean-value-theorem%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown