Proving that a strongly convex function is coercive
$begingroup$
I am having trouble with this proof. I am given the following 2 definitions:
1) A function $f$ is coercive if $lim_{||x|| rightarrow infty} f(x) = infty$
2) A $C^2$ function $f$ is strongly convex if there exists a constant $c_0 > 0$ such that: $(x - y)^T (nabla f(x) - nabla f(y)) geq c_0 ||x - y||^2 hspace{5mm}$ $forall x,y in mathbb{R}^n$
The question is to show that if $f$ is strongly convex then it is coercive.
I am only allowed to use basic theorems such as Taylor expansion, triangle inequality etc. However, I can use the fact that a function is coercive $iff$ all its level sets are compact.
My instinct is that the answer can be obtained by a doing a Taylor expansion and manipulating the result, but I've been stuck for days using this approach. Any help would be greatly appreciated.
multivariable-calculus convex-optimization nonlinear-optimization coercive
$endgroup$
add a comment |
$begingroup$
I am having trouble with this proof. I am given the following 2 definitions:
1) A function $f$ is coercive if $lim_{||x|| rightarrow infty} f(x) = infty$
2) A $C^2$ function $f$ is strongly convex if there exists a constant $c_0 > 0$ such that: $(x - y)^T (nabla f(x) - nabla f(y)) geq c_0 ||x - y||^2 hspace{5mm}$ $forall x,y in mathbb{R}^n$
The question is to show that if $f$ is strongly convex then it is coercive.
I am only allowed to use basic theorems such as Taylor expansion, triangle inequality etc. However, I can use the fact that a function is coercive $iff$ all its level sets are compact.
My instinct is that the answer can be obtained by a doing a Taylor expansion and manipulating the result, but I've been stuck for days using this approach. Any help would be greatly appreciated.
multivariable-calculus convex-optimization nonlinear-optimization coercive
$endgroup$
$begingroup$
Is there anything wrong with my answer ?
$endgroup$
– Gabriel Romon
Mar 22 '17 at 14:30
add a comment |
$begingroup$
I am having trouble with this proof. I am given the following 2 definitions:
1) A function $f$ is coercive if $lim_{||x|| rightarrow infty} f(x) = infty$
2) A $C^2$ function $f$ is strongly convex if there exists a constant $c_0 > 0$ such that: $(x - y)^T (nabla f(x) - nabla f(y)) geq c_0 ||x - y||^2 hspace{5mm}$ $forall x,y in mathbb{R}^n$
The question is to show that if $f$ is strongly convex then it is coercive.
I am only allowed to use basic theorems such as Taylor expansion, triangle inequality etc. However, I can use the fact that a function is coercive $iff$ all its level sets are compact.
My instinct is that the answer can be obtained by a doing a Taylor expansion and manipulating the result, but I've been stuck for days using this approach. Any help would be greatly appreciated.
multivariable-calculus convex-optimization nonlinear-optimization coercive
$endgroup$
I am having trouble with this proof. I am given the following 2 definitions:
1) A function $f$ is coercive if $lim_{||x|| rightarrow infty} f(x) = infty$
2) A $C^2$ function $f$ is strongly convex if there exists a constant $c_0 > 0$ such that: $(x - y)^T (nabla f(x) - nabla f(y)) geq c_0 ||x - y||^2 hspace{5mm}$ $forall x,y in mathbb{R}^n$
The question is to show that if $f$ is strongly convex then it is coercive.
I am only allowed to use basic theorems such as Taylor expansion, triangle inequality etc. However, I can use the fact that a function is coercive $iff$ all its level sets are compact.
My instinct is that the answer can be obtained by a doing a Taylor expansion and manipulating the result, but I've been stuck for days using this approach. Any help would be greatly appreciated.
multivariable-calculus convex-optimization nonlinear-optimization coercive
multivariable-calculus convex-optimization nonlinear-optimization coercive
edited Mar 19 '17 at 9:45
r.emp
asked Mar 18 '17 at 20:28
r.empr.emp
293
293
$begingroup$
Is there anything wrong with my answer ?
$endgroup$
– Gabriel Romon
Mar 22 '17 at 14:30
add a comment |
$begingroup$
Is there anything wrong with my answer ?
$endgroup$
– Gabriel Romon
Mar 22 '17 at 14:30
$begingroup$
Is there anything wrong with my answer ?
$endgroup$
– Gabriel Romon
Mar 22 '17 at 14:30
$begingroup$
Is there anything wrong with my answer ?
$endgroup$
– Gabriel Romon
Mar 22 '17 at 14:30
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Lemma 1: Let $f:mathbb R^nto mathbb R$ be a Fréchet-differentiable function. $f$ is convex iff $forall x,yin mathbb R^n, (nabla f(y)-nabla f(x))^T(y-x)geq 0$.
Lemma 2: Let $f:mathbb R^nto mathbb R$ be a Fréchet-differentiable function. $f$ is convex iff $forall x,yin mathbb R^n, f(y)geq f(x)+nabla f(x)^T(y-x)$
Let us prove first that your definition of "strongly convex" implies convexity of $displaystyle g:xmapsto f(x)-frac{c_0}2|x|^2$
Indeed, $begin{aligned}[t](nabla g(y)-nabla g(x))^T(y-x)&=(nabla f(y)-c_0y - (nabla f(x)-c_0x))^T(y-x)\
&=(nabla f(y)-nabla f(x))^T(y-x) - (c_0y-c_0x)^T(y-x) \
&= (nabla f(y)-nabla f(x))^T(y-x)-c_0|y-x|^2 \
&geq 0 quad text{ with your definition}
end{aligned}$
By Lemma 1, $g$ is convex.
By Lemma 2, $$begin{aligned}[t]
g(y)&geq g(x)+nabla g(x)^T(y-x) \
f(y)-frac{c_0}2|y|^2 &geq f(x)-frac{c_0}2|x|^2 + (nabla f(x)-c_0x)^T(y-x)
end{aligned}$$
Let $alpha =nabla f(x)-c_0x$. Then
$$f(y)geq frac{c_0}2|y|^2+ alpha^Ty+K_x$$ where $K_x$ is a constant that depends only on $x$.
By Cauchy-Schwarz, $alpha^Ty geq -|alpha||y|$, hence
$$f(y)geq frac{c_0}2|y|^2 -|alpha||y|+K_x$$
The right-hand side goes to $infty$ as $|y|to infty$ and we're done.
$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%2f2192684%2fproving-that-a-strongly-convex-function-is-coercive%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Lemma 1: Let $f:mathbb R^nto mathbb R$ be a Fréchet-differentiable function. $f$ is convex iff $forall x,yin mathbb R^n, (nabla f(y)-nabla f(x))^T(y-x)geq 0$.
Lemma 2: Let $f:mathbb R^nto mathbb R$ be a Fréchet-differentiable function. $f$ is convex iff $forall x,yin mathbb R^n, f(y)geq f(x)+nabla f(x)^T(y-x)$
Let us prove first that your definition of "strongly convex" implies convexity of $displaystyle g:xmapsto f(x)-frac{c_0}2|x|^2$
Indeed, $begin{aligned}[t](nabla g(y)-nabla g(x))^T(y-x)&=(nabla f(y)-c_0y - (nabla f(x)-c_0x))^T(y-x)\
&=(nabla f(y)-nabla f(x))^T(y-x) - (c_0y-c_0x)^T(y-x) \
&= (nabla f(y)-nabla f(x))^T(y-x)-c_0|y-x|^2 \
&geq 0 quad text{ with your definition}
end{aligned}$
By Lemma 1, $g$ is convex.
By Lemma 2, $$begin{aligned}[t]
g(y)&geq g(x)+nabla g(x)^T(y-x) \
f(y)-frac{c_0}2|y|^2 &geq f(x)-frac{c_0}2|x|^2 + (nabla f(x)-c_0x)^T(y-x)
end{aligned}$$
Let $alpha =nabla f(x)-c_0x$. Then
$$f(y)geq frac{c_0}2|y|^2+ alpha^Ty+K_x$$ where $K_x$ is a constant that depends only on $x$.
By Cauchy-Schwarz, $alpha^Ty geq -|alpha||y|$, hence
$$f(y)geq frac{c_0}2|y|^2 -|alpha||y|+K_x$$
The right-hand side goes to $infty$ as $|y|to infty$ and we're done.
$endgroup$
add a comment |
$begingroup$
Lemma 1: Let $f:mathbb R^nto mathbb R$ be a Fréchet-differentiable function. $f$ is convex iff $forall x,yin mathbb R^n, (nabla f(y)-nabla f(x))^T(y-x)geq 0$.
Lemma 2: Let $f:mathbb R^nto mathbb R$ be a Fréchet-differentiable function. $f$ is convex iff $forall x,yin mathbb R^n, f(y)geq f(x)+nabla f(x)^T(y-x)$
Let us prove first that your definition of "strongly convex" implies convexity of $displaystyle g:xmapsto f(x)-frac{c_0}2|x|^2$
Indeed, $begin{aligned}[t](nabla g(y)-nabla g(x))^T(y-x)&=(nabla f(y)-c_0y - (nabla f(x)-c_0x))^T(y-x)\
&=(nabla f(y)-nabla f(x))^T(y-x) - (c_0y-c_0x)^T(y-x) \
&= (nabla f(y)-nabla f(x))^T(y-x)-c_0|y-x|^2 \
&geq 0 quad text{ with your definition}
end{aligned}$
By Lemma 1, $g$ is convex.
By Lemma 2, $$begin{aligned}[t]
g(y)&geq g(x)+nabla g(x)^T(y-x) \
f(y)-frac{c_0}2|y|^2 &geq f(x)-frac{c_0}2|x|^2 + (nabla f(x)-c_0x)^T(y-x)
end{aligned}$$
Let $alpha =nabla f(x)-c_0x$. Then
$$f(y)geq frac{c_0}2|y|^2+ alpha^Ty+K_x$$ where $K_x$ is a constant that depends only on $x$.
By Cauchy-Schwarz, $alpha^Ty geq -|alpha||y|$, hence
$$f(y)geq frac{c_0}2|y|^2 -|alpha||y|+K_x$$
The right-hand side goes to $infty$ as $|y|to infty$ and we're done.
$endgroup$
add a comment |
$begingroup$
Lemma 1: Let $f:mathbb R^nto mathbb R$ be a Fréchet-differentiable function. $f$ is convex iff $forall x,yin mathbb R^n, (nabla f(y)-nabla f(x))^T(y-x)geq 0$.
Lemma 2: Let $f:mathbb R^nto mathbb R$ be a Fréchet-differentiable function. $f$ is convex iff $forall x,yin mathbb R^n, f(y)geq f(x)+nabla f(x)^T(y-x)$
Let us prove first that your definition of "strongly convex" implies convexity of $displaystyle g:xmapsto f(x)-frac{c_0}2|x|^2$
Indeed, $begin{aligned}[t](nabla g(y)-nabla g(x))^T(y-x)&=(nabla f(y)-c_0y - (nabla f(x)-c_0x))^T(y-x)\
&=(nabla f(y)-nabla f(x))^T(y-x) - (c_0y-c_0x)^T(y-x) \
&= (nabla f(y)-nabla f(x))^T(y-x)-c_0|y-x|^2 \
&geq 0 quad text{ with your definition}
end{aligned}$
By Lemma 1, $g$ is convex.
By Lemma 2, $$begin{aligned}[t]
g(y)&geq g(x)+nabla g(x)^T(y-x) \
f(y)-frac{c_0}2|y|^2 &geq f(x)-frac{c_0}2|x|^2 + (nabla f(x)-c_0x)^T(y-x)
end{aligned}$$
Let $alpha =nabla f(x)-c_0x$. Then
$$f(y)geq frac{c_0}2|y|^2+ alpha^Ty+K_x$$ where $K_x$ is a constant that depends only on $x$.
By Cauchy-Schwarz, $alpha^Ty geq -|alpha||y|$, hence
$$f(y)geq frac{c_0}2|y|^2 -|alpha||y|+K_x$$
The right-hand side goes to $infty$ as $|y|to infty$ and we're done.
$endgroup$
Lemma 1: Let $f:mathbb R^nto mathbb R$ be a Fréchet-differentiable function. $f$ is convex iff $forall x,yin mathbb R^n, (nabla f(y)-nabla f(x))^T(y-x)geq 0$.
Lemma 2: Let $f:mathbb R^nto mathbb R$ be a Fréchet-differentiable function. $f$ is convex iff $forall x,yin mathbb R^n, f(y)geq f(x)+nabla f(x)^T(y-x)$
Let us prove first that your definition of "strongly convex" implies convexity of $displaystyle g:xmapsto f(x)-frac{c_0}2|x|^2$
Indeed, $begin{aligned}[t](nabla g(y)-nabla g(x))^T(y-x)&=(nabla f(y)-c_0y - (nabla f(x)-c_0x))^T(y-x)\
&=(nabla f(y)-nabla f(x))^T(y-x) - (c_0y-c_0x)^T(y-x) \
&= (nabla f(y)-nabla f(x))^T(y-x)-c_0|y-x|^2 \
&geq 0 quad text{ with your definition}
end{aligned}$
By Lemma 1, $g$ is convex.
By Lemma 2, $$begin{aligned}[t]
g(y)&geq g(x)+nabla g(x)^T(y-x) \
f(y)-frac{c_0}2|y|^2 &geq f(x)-frac{c_0}2|x|^2 + (nabla f(x)-c_0x)^T(y-x)
end{aligned}$$
Let $alpha =nabla f(x)-c_0x$. Then
$$f(y)geq frac{c_0}2|y|^2+ alpha^Ty+K_x$$ where $K_x$ is a constant that depends only on $x$.
By Cauchy-Schwarz, $alpha^Ty geq -|alpha||y|$, hence
$$f(y)geq frac{c_0}2|y|^2 -|alpha||y|+K_x$$
The right-hand side goes to $infty$ as $|y|to infty$ and we're done.
answered Mar 19 '17 at 11:09
Gabriel RomonGabriel Romon
17.9k53284
17.9k53284
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%2f2192684%2fproving-that-a-strongly-convex-function-is-coercive%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
$begingroup$
Is there anything wrong with my answer ?
$endgroup$
– Gabriel Romon
Mar 22 '17 at 14:30