How to show two different definitions of $alpha$-strongly convex are equivalent?
$begingroup$
In my optimization lecture notes I have the following definition:
Definition: Let $f: mathbb{R}^n rightarrow mathbb{R}$ be differentiable. The $f$ is strongly convex it $exists$ a positive constant $alpha > 0$ such that
$$
langle nabla f(y) - nabla f(x),y-x rangle geq alpha||y-x||^2 ,,,,,,,,,forall x,y in mathbb{R}^n tag{1}
$$
However, in the Online Linear Optimization via Smoothing on page 2, it says the function is $beta$-strongly convex if
$$
f(y) -f(x) - langle nabla f(x),y-x rangle geq frac{beta}{2}||y-x||^2 ,,,,,,,,,forall x,y in mathbb{R}^n tag{2}
$$
How can we show that (1) is equivalent to (2) with appropriate choice of $beta$?
linear-algebra optimization convex-analysis convex-optimization
$endgroup$
add a comment |
$begingroup$
In my optimization lecture notes I have the following definition:
Definition: Let $f: mathbb{R}^n rightarrow mathbb{R}$ be differentiable. The $f$ is strongly convex it $exists$ a positive constant $alpha > 0$ such that
$$
langle nabla f(y) - nabla f(x),y-x rangle geq alpha||y-x||^2 ,,,,,,,,,forall x,y in mathbb{R}^n tag{1}
$$
However, in the Online Linear Optimization via Smoothing on page 2, it says the function is $beta$-strongly convex if
$$
f(y) -f(x) - langle nabla f(x),y-x rangle geq frac{beta}{2}||y-x||^2 ,,,,,,,,,forall x,y in mathbb{R}^n tag{2}
$$
How can we show that (1) is equivalent to (2) with appropriate choice of $beta$?
linear-algebra optimization convex-analysis convex-optimization
$endgroup$
add a comment |
$begingroup$
In my optimization lecture notes I have the following definition:
Definition: Let $f: mathbb{R}^n rightarrow mathbb{R}$ be differentiable. The $f$ is strongly convex it $exists$ a positive constant $alpha > 0$ such that
$$
langle nabla f(y) - nabla f(x),y-x rangle geq alpha||y-x||^2 ,,,,,,,,,forall x,y in mathbb{R}^n tag{1}
$$
However, in the Online Linear Optimization via Smoothing on page 2, it says the function is $beta$-strongly convex if
$$
f(y) -f(x) - langle nabla f(x),y-x rangle geq frac{beta}{2}||y-x||^2 ,,,,,,,,,forall x,y in mathbb{R}^n tag{2}
$$
How can we show that (1) is equivalent to (2) with appropriate choice of $beta$?
linear-algebra optimization convex-analysis convex-optimization
$endgroup$
In my optimization lecture notes I have the following definition:
Definition: Let $f: mathbb{R}^n rightarrow mathbb{R}$ be differentiable. The $f$ is strongly convex it $exists$ a positive constant $alpha > 0$ such that
$$
langle nabla f(y) - nabla f(x),y-x rangle geq alpha||y-x||^2 ,,,,,,,,,forall x,y in mathbb{R}^n tag{1}
$$
However, in the Online Linear Optimization via Smoothing on page 2, it says the function is $beta$-strongly convex if
$$
f(y) -f(x) - langle nabla f(x),y-x rangle geq frac{beta}{2}||y-x||^2 ,,,,,,,,,forall x,y in mathbb{R}^n tag{2}
$$
How can we show that (1) is equivalent to (2) with appropriate choice of $beta$?
linear-algebra optimization convex-analysis convex-optimization
linear-algebra optimization convex-analysis convex-optimization
edited Jan 11 at 8:21
gerw
19.6k11334
19.6k11334
asked Jan 10 at 22:56
SaeedSaeed
1,080310
1,080310
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Let’s take $(1)$ and write $g_1=f-frac{alpha}{2}|cdot|_2^2$. Then $(1)$ is equivalent to $langle nabla g_1(y)-nabla g_1(x),,y-x rangle geq 0$, ie $g_1$ convex.
Do the same for $(2)$ with $g_2= f-frac{beta}{2}|cdot|_2^2$.
$endgroup$
$begingroup$
In (1) there is no $f$, we have $nabla f$, could you write what you mean. I do not think it is as easy as that your saying.
$endgroup$
– Saeed
Jan 11 at 13:42
add a comment |
$begingroup$
I will post the following derivation which is expressed in Mindlak's answer just to have better understanding:
From (1) we have:
$$
langle nabla f(y) -nabla f(x),y-x rangle geq alpha||y-x||^2=
alpha langle y - x,y-x rangle,,,,,,,,,forall x,y in mathbb{R}^n
$$
So,
$$
langle nabla f(y) - alpha y -(nabla f(x)-alpha x),y-x rangle geq 0,,,,,,,,,forall x,y in mathbb{R}^n tag{3}
$$
(3) means $g_1(x)=f(x)-frac{alpha}{2} |x|_2^2$ is convex, because it is the monotonicity property of convex function. From
$$
g_1(s) geq g_1(t) + langle nabla g_1(t),s-t rangle ,,,,,,,,,forall s,t in mathbb{R}^n
$$
we have
$$
f(y)-frac{alpha}{2} |y|_2^2 geq f(x)-frac{alpha}{2} |x|_2^2 + langle nabla f(x)-2alpha x,y-x rangle ,,,,,,,,,forall y,x in mathbb{R}^n
$$
Yields
$$
f(y)-f(x)+ langle nabla f(x),y-x rangle geq -frac{alpha}{2} |x|_2^2 +frac{alpha}{2} |y|_2^2 +langle -alpha x,y-x rangle =frac{alpha}{2} |y-x|_2^2
\
forall ,,,,,y,x in mathbb{R}^n
$$
and $alpha = beta$
$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%2f3069280%2fhow-to-show-two-different-definitions-of-alpha-strongly-convex-are-equivalent%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$
Let’s take $(1)$ and write $g_1=f-frac{alpha}{2}|cdot|_2^2$. Then $(1)$ is equivalent to $langle nabla g_1(y)-nabla g_1(x),,y-x rangle geq 0$, ie $g_1$ convex.
Do the same for $(2)$ with $g_2= f-frac{beta}{2}|cdot|_2^2$.
$endgroup$
$begingroup$
In (1) there is no $f$, we have $nabla f$, could you write what you mean. I do not think it is as easy as that your saying.
$endgroup$
– Saeed
Jan 11 at 13:42
add a comment |
$begingroup$
Let’s take $(1)$ and write $g_1=f-frac{alpha}{2}|cdot|_2^2$. Then $(1)$ is equivalent to $langle nabla g_1(y)-nabla g_1(x),,y-x rangle geq 0$, ie $g_1$ convex.
Do the same for $(2)$ with $g_2= f-frac{beta}{2}|cdot|_2^2$.
$endgroup$
$begingroup$
In (1) there is no $f$, we have $nabla f$, could you write what you mean. I do not think it is as easy as that your saying.
$endgroup$
– Saeed
Jan 11 at 13:42
add a comment |
$begingroup$
Let’s take $(1)$ and write $g_1=f-frac{alpha}{2}|cdot|_2^2$. Then $(1)$ is equivalent to $langle nabla g_1(y)-nabla g_1(x),,y-x rangle geq 0$, ie $g_1$ convex.
Do the same for $(2)$ with $g_2= f-frac{beta}{2}|cdot|_2^2$.
$endgroup$
Let’s take $(1)$ and write $g_1=f-frac{alpha}{2}|cdot|_2^2$. Then $(1)$ is equivalent to $langle nabla g_1(y)-nabla g_1(x),,y-x rangle geq 0$, ie $g_1$ convex.
Do the same for $(2)$ with $g_2= f-frac{beta}{2}|cdot|_2^2$.
edited Jan 11 at 13:53
answered Jan 11 at 0:53
MindlackMindlack
4,830210
4,830210
$begingroup$
In (1) there is no $f$, we have $nabla f$, could you write what you mean. I do not think it is as easy as that your saying.
$endgroup$
– Saeed
Jan 11 at 13:42
add a comment |
$begingroup$
In (1) there is no $f$, we have $nabla f$, could you write what you mean. I do not think it is as easy as that your saying.
$endgroup$
– Saeed
Jan 11 at 13:42
$begingroup$
In (1) there is no $f$, we have $nabla f$, could you write what you mean. I do not think it is as easy as that your saying.
$endgroup$
– Saeed
Jan 11 at 13:42
$begingroup$
In (1) there is no $f$, we have $nabla f$, could you write what you mean. I do not think it is as easy as that your saying.
$endgroup$
– Saeed
Jan 11 at 13:42
add a comment |
$begingroup$
I will post the following derivation which is expressed in Mindlak's answer just to have better understanding:
From (1) we have:
$$
langle nabla f(y) -nabla f(x),y-x rangle geq alpha||y-x||^2=
alpha langle y - x,y-x rangle,,,,,,,,,forall x,y in mathbb{R}^n
$$
So,
$$
langle nabla f(y) - alpha y -(nabla f(x)-alpha x),y-x rangle geq 0,,,,,,,,,forall x,y in mathbb{R}^n tag{3}
$$
(3) means $g_1(x)=f(x)-frac{alpha}{2} |x|_2^2$ is convex, because it is the monotonicity property of convex function. From
$$
g_1(s) geq g_1(t) + langle nabla g_1(t),s-t rangle ,,,,,,,,,forall s,t in mathbb{R}^n
$$
we have
$$
f(y)-frac{alpha}{2} |y|_2^2 geq f(x)-frac{alpha}{2} |x|_2^2 + langle nabla f(x)-2alpha x,y-x rangle ,,,,,,,,,forall y,x in mathbb{R}^n
$$
Yields
$$
f(y)-f(x)+ langle nabla f(x),y-x rangle geq -frac{alpha}{2} |x|_2^2 +frac{alpha}{2} |y|_2^2 +langle -alpha x,y-x rangle =frac{alpha}{2} |y-x|_2^2
\
forall ,,,,,y,x in mathbb{R}^n
$$
and $alpha = beta$
$endgroup$
add a comment |
$begingroup$
I will post the following derivation which is expressed in Mindlak's answer just to have better understanding:
From (1) we have:
$$
langle nabla f(y) -nabla f(x),y-x rangle geq alpha||y-x||^2=
alpha langle y - x,y-x rangle,,,,,,,,,forall x,y in mathbb{R}^n
$$
So,
$$
langle nabla f(y) - alpha y -(nabla f(x)-alpha x),y-x rangle geq 0,,,,,,,,,forall x,y in mathbb{R}^n tag{3}
$$
(3) means $g_1(x)=f(x)-frac{alpha}{2} |x|_2^2$ is convex, because it is the monotonicity property of convex function. From
$$
g_1(s) geq g_1(t) + langle nabla g_1(t),s-t rangle ,,,,,,,,,forall s,t in mathbb{R}^n
$$
we have
$$
f(y)-frac{alpha}{2} |y|_2^2 geq f(x)-frac{alpha}{2} |x|_2^2 + langle nabla f(x)-2alpha x,y-x rangle ,,,,,,,,,forall y,x in mathbb{R}^n
$$
Yields
$$
f(y)-f(x)+ langle nabla f(x),y-x rangle geq -frac{alpha}{2} |x|_2^2 +frac{alpha}{2} |y|_2^2 +langle -alpha x,y-x rangle =frac{alpha}{2} |y-x|_2^2
\
forall ,,,,,y,x in mathbb{R}^n
$$
and $alpha = beta$
$endgroup$
add a comment |
$begingroup$
I will post the following derivation which is expressed in Mindlak's answer just to have better understanding:
From (1) we have:
$$
langle nabla f(y) -nabla f(x),y-x rangle geq alpha||y-x||^2=
alpha langle y - x,y-x rangle,,,,,,,,,forall x,y in mathbb{R}^n
$$
So,
$$
langle nabla f(y) - alpha y -(nabla f(x)-alpha x),y-x rangle geq 0,,,,,,,,,forall x,y in mathbb{R}^n tag{3}
$$
(3) means $g_1(x)=f(x)-frac{alpha}{2} |x|_2^2$ is convex, because it is the monotonicity property of convex function. From
$$
g_1(s) geq g_1(t) + langle nabla g_1(t),s-t rangle ,,,,,,,,,forall s,t in mathbb{R}^n
$$
we have
$$
f(y)-frac{alpha}{2} |y|_2^2 geq f(x)-frac{alpha}{2} |x|_2^2 + langle nabla f(x)-2alpha x,y-x rangle ,,,,,,,,,forall y,x in mathbb{R}^n
$$
Yields
$$
f(y)-f(x)+ langle nabla f(x),y-x rangle geq -frac{alpha}{2} |x|_2^2 +frac{alpha}{2} |y|_2^2 +langle -alpha x,y-x rangle =frac{alpha}{2} |y-x|_2^2
\
forall ,,,,,y,x in mathbb{R}^n
$$
and $alpha = beta$
$endgroup$
I will post the following derivation which is expressed in Mindlak's answer just to have better understanding:
From (1) we have:
$$
langle nabla f(y) -nabla f(x),y-x rangle geq alpha||y-x||^2=
alpha langle y - x,y-x rangle,,,,,,,,,forall x,y in mathbb{R}^n
$$
So,
$$
langle nabla f(y) - alpha y -(nabla f(x)-alpha x),y-x rangle geq 0,,,,,,,,,forall x,y in mathbb{R}^n tag{3}
$$
(3) means $g_1(x)=f(x)-frac{alpha}{2} |x|_2^2$ is convex, because it is the monotonicity property of convex function. From
$$
g_1(s) geq g_1(t) + langle nabla g_1(t),s-t rangle ,,,,,,,,,forall s,t in mathbb{R}^n
$$
we have
$$
f(y)-frac{alpha}{2} |y|_2^2 geq f(x)-frac{alpha}{2} |x|_2^2 + langle nabla f(x)-2alpha x,y-x rangle ,,,,,,,,,forall y,x in mathbb{R}^n
$$
Yields
$$
f(y)-f(x)+ langle nabla f(x),y-x rangle geq -frac{alpha}{2} |x|_2^2 +frac{alpha}{2} |y|_2^2 +langle -alpha x,y-x rangle =frac{alpha}{2} |y-x|_2^2
\
forall ,,,,,y,x in mathbb{R}^n
$$
and $alpha = beta$
edited Jan 17 at 17:32
answered Jan 11 at 15:20
SaeedSaeed
1,080310
1,080310
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%2f3069280%2fhow-to-show-two-different-definitions-of-alpha-strongly-convex-are-equivalent%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