Equivalent Definition of Strong Convexity
Let $f in mathcal{C}^2(mathbb{R}^n).$ Recall that we defined $f$ to be strongly convex if there exists $beta > 0$ such that $langle D^{2}f|_{x}y,yranglegebeta$ for every $x, y in mathbb{R}^{n}$ or equivalently if the function $g(x)=f(x)-frac{beta}{2}|x|^{2}$ is convex. Show that if there exists $gamma>0$ such that
$$f(tx+(1-t)y) leq tf(x)+(1-t)f(y)-gamma t(1-t)|x-y|^{2}tag{*}$$
for all $x,y in mathbb{R}^{n}, t in [0,1]$ then the function $g(x)=f(x)-gamma|x|^2$ is convex.
I tried showing that the function $g(x)=f(x)-gamma |x|^2$ is convex using the above assumption but did not strike any luck. Any hints on how to proceed for this problem are appreciated. Than you for you help.
real-analysis multivariable-calculus convex-analysis convex-optimization
add a comment |
Let $f in mathcal{C}^2(mathbb{R}^n).$ Recall that we defined $f$ to be strongly convex if there exists $beta > 0$ such that $langle D^{2}f|_{x}y,yranglegebeta$ for every $x, y in mathbb{R}^{n}$ or equivalently if the function $g(x)=f(x)-frac{beta}{2}|x|^{2}$ is convex. Show that if there exists $gamma>0$ such that
$$f(tx+(1-t)y) leq tf(x)+(1-t)f(y)-gamma t(1-t)|x-y|^{2}tag{*}$$
for all $x,y in mathbb{R}^{n}, t in [0,1]$ then the function $g(x)=f(x)-gamma|x|^2$ is convex.
I tried showing that the function $g(x)=f(x)-gamma |x|^2$ is convex using the above assumption but did not strike any luck. Any hints on how to proceed for this problem are appreciated. Than you for you help.
real-analysis multivariable-calculus convex-analysis convex-optimization
Your statement "Show that if ..." had no then. I edited the question adding what I think you were trying to show. Tell me if I am wrong.
– A.Γ.
Nov 26 at 15:38
add a comment |
Let $f in mathcal{C}^2(mathbb{R}^n).$ Recall that we defined $f$ to be strongly convex if there exists $beta > 0$ such that $langle D^{2}f|_{x}y,yranglegebeta$ for every $x, y in mathbb{R}^{n}$ or equivalently if the function $g(x)=f(x)-frac{beta}{2}|x|^{2}$ is convex. Show that if there exists $gamma>0$ such that
$$f(tx+(1-t)y) leq tf(x)+(1-t)f(y)-gamma t(1-t)|x-y|^{2}tag{*}$$
for all $x,y in mathbb{R}^{n}, t in [0,1]$ then the function $g(x)=f(x)-gamma|x|^2$ is convex.
I tried showing that the function $g(x)=f(x)-gamma |x|^2$ is convex using the above assumption but did not strike any luck. Any hints on how to proceed for this problem are appreciated. Than you for you help.
real-analysis multivariable-calculus convex-analysis convex-optimization
Let $f in mathcal{C}^2(mathbb{R}^n).$ Recall that we defined $f$ to be strongly convex if there exists $beta > 0$ such that $langle D^{2}f|_{x}y,yranglegebeta$ for every $x, y in mathbb{R}^{n}$ or equivalently if the function $g(x)=f(x)-frac{beta}{2}|x|^{2}$ is convex. Show that if there exists $gamma>0$ such that
$$f(tx+(1-t)y) leq tf(x)+(1-t)f(y)-gamma t(1-t)|x-y|^{2}tag{*}$$
for all $x,y in mathbb{R}^{n}, t in [0,1]$ then the function $g(x)=f(x)-gamma|x|^2$ is convex.
I tried showing that the function $g(x)=f(x)-gamma |x|^2$ is convex using the above assumption but did not strike any luck. Any hints on how to proceed for this problem are appreciated. Than you for you help.
real-analysis multivariable-calculus convex-analysis convex-optimization
real-analysis multivariable-calculus convex-analysis convex-optimization
edited Nov 26 at 15:35
A.Γ.
21.8k22455
21.8k22455
asked Nov 26 at 9:20
Joe Man Analysis
33419
33419
Your statement "Show that if ..." had no then. I edited the question adding what I think you were trying to show. Tell me if I am wrong.
– A.Γ.
Nov 26 at 15:38
add a comment |
Your statement "Show that if ..." had no then. I edited the question adding what I think you were trying to show. Tell me if I am wrong.
– A.Γ.
Nov 26 at 15:38
Your statement "Show that if ..." had no then. I edited the question adding what I think you were trying to show. Tell me if I am wrong.
– A.Γ.
Nov 26 at 15:38
Your statement "Show that if ..." had no then. I edited the question adding what I think you were trying to show. Tell me if I am wrong.
– A.Γ.
Nov 26 at 15:38
add a comment |
1 Answer
1
active
oldest
votes
"Equivalently" is not really right here as the definition of strong convexity does not assume $f in mathcal{C}^2$. However, $f$ satisfies (*) iff $g$ is convex.
The proof: (*) is equivalent to
$$
g(tx+(1-t)y)le tg(x)+(1-t)g(y)+gammatext{Res}
$$
where
$$
text{Res}=t|x|^2+(1-t)|y|^2-|tx+(1-t)y|^2-t(1-t)|x-y|^2.
$$
It is straightforward calculation to show that $text{Res}=0$ for $ell^2$-norm. For example, the $|x|^2$ term is
$$
t|x|^2-t^2|x|^2-t(1-t)|x|^2=(t-t^2-t+t^2)|x|^2=0.
$$
I leave it for you to verify the rest.
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%2f3014089%2fequivalent-definition-of-strong-convexity%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
"Equivalently" is not really right here as the definition of strong convexity does not assume $f in mathcal{C}^2$. However, $f$ satisfies (*) iff $g$ is convex.
The proof: (*) is equivalent to
$$
g(tx+(1-t)y)le tg(x)+(1-t)g(y)+gammatext{Res}
$$
where
$$
text{Res}=t|x|^2+(1-t)|y|^2-|tx+(1-t)y|^2-t(1-t)|x-y|^2.
$$
It is straightforward calculation to show that $text{Res}=0$ for $ell^2$-norm. For example, the $|x|^2$ term is
$$
t|x|^2-t^2|x|^2-t(1-t)|x|^2=(t-t^2-t+t^2)|x|^2=0.
$$
I leave it for you to verify the rest.
add a comment |
"Equivalently" is not really right here as the definition of strong convexity does not assume $f in mathcal{C}^2$. However, $f$ satisfies (*) iff $g$ is convex.
The proof: (*) is equivalent to
$$
g(tx+(1-t)y)le tg(x)+(1-t)g(y)+gammatext{Res}
$$
where
$$
text{Res}=t|x|^2+(1-t)|y|^2-|tx+(1-t)y|^2-t(1-t)|x-y|^2.
$$
It is straightforward calculation to show that $text{Res}=0$ for $ell^2$-norm. For example, the $|x|^2$ term is
$$
t|x|^2-t^2|x|^2-t(1-t)|x|^2=(t-t^2-t+t^2)|x|^2=0.
$$
I leave it for you to verify the rest.
add a comment |
"Equivalently" is not really right here as the definition of strong convexity does not assume $f in mathcal{C}^2$. However, $f$ satisfies (*) iff $g$ is convex.
The proof: (*) is equivalent to
$$
g(tx+(1-t)y)le tg(x)+(1-t)g(y)+gammatext{Res}
$$
where
$$
text{Res}=t|x|^2+(1-t)|y|^2-|tx+(1-t)y|^2-t(1-t)|x-y|^2.
$$
It is straightforward calculation to show that $text{Res}=0$ for $ell^2$-norm. For example, the $|x|^2$ term is
$$
t|x|^2-t^2|x|^2-t(1-t)|x|^2=(t-t^2-t+t^2)|x|^2=0.
$$
I leave it for you to verify the rest.
"Equivalently" is not really right here as the definition of strong convexity does not assume $f in mathcal{C}^2$. However, $f$ satisfies (*) iff $g$ is convex.
The proof: (*) is equivalent to
$$
g(tx+(1-t)y)le tg(x)+(1-t)g(y)+gammatext{Res}
$$
where
$$
text{Res}=t|x|^2+(1-t)|y|^2-|tx+(1-t)y|^2-t(1-t)|x-y|^2.
$$
It is straightforward calculation to show that $text{Res}=0$ for $ell^2$-norm. For example, the $|x|^2$ term is
$$
t|x|^2-t^2|x|^2-t(1-t)|x|^2=(t-t^2-t+t^2)|x|^2=0.
$$
I leave it for you to verify the rest.
answered Nov 26 at 15:26
A.Γ.
21.8k22455
21.8k22455
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f3014089%2fequivalent-definition-of-strong-convexity%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
Your statement "Show that if ..." had no then. I edited the question adding what I think you were trying to show. Tell me if I am wrong.
– A.Γ.
Nov 26 at 15:38