Distance to closed and convex sets that have intersection $C subseteq D rightarrow$ $ d_D(x^*) leq d_C(x^*) $
Let $C subseteq mathbb{R}^n$ be a closed convex set, and $x^* in C^c$ (not in $C$ and its closure).
Define the Euclidean distance from $x^*$ to $C$ as $d_C(x^*):=min_{z in C}|z -x^*|_2$.
Let $D$ be a closed convex set containing $C$, i.e., $C subseteq D$.
Show that
$$
d_D(x^*) leq d_C(x^*)
$$
I do not know how to use $C subseteq D$ together with taking minimum.
optimization convex-optimization projective-geometry
add a comment |
Let $C subseteq mathbb{R}^n$ be a closed convex set, and $x^* in C^c$ (not in $C$ and its closure).
Define the Euclidean distance from $x^*$ to $C$ as $d_C(x^*):=min_{z in C}|z -x^*|_2$.
Let $D$ be a closed convex set containing $C$, i.e., $C subseteq D$.
Show that
$$
d_D(x^*) leq d_C(x^*)
$$
I do not know how to use $C subseteq D$ together with taking minimum.
optimization convex-optimization projective-geometry
Assume the distance is strictly smaller, use minimum property and that every element in $C$ is an element in $D$. That leads to a contradiction.
– B.Swan
Nov 25 '18 at 7:57
add a comment |
Let $C subseteq mathbb{R}^n$ be a closed convex set, and $x^* in C^c$ (not in $C$ and its closure).
Define the Euclidean distance from $x^*$ to $C$ as $d_C(x^*):=min_{z in C}|z -x^*|_2$.
Let $D$ be a closed convex set containing $C$, i.e., $C subseteq D$.
Show that
$$
d_D(x^*) leq d_C(x^*)
$$
I do not know how to use $C subseteq D$ together with taking minimum.
optimization convex-optimization projective-geometry
Let $C subseteq mathbb{R}^n$ be a closed convex set, and $x^* in C^c$ (not in $C$ and its closure).
Define the Euclidean distance from $x^*$ to $C$ as $d_C(x^*):=min_{z in C}|z -x^*|_2$.
Let $D$ be a closed convex set containing $C$, i.e., $C subseteq D$.
Show that
$$
d_D(x^*) leq d_C(x^*)
$$
I do not know how to use $C subseteq D$ together with taking minimum.
optimization convex-optimization projective-geometry
optimization convex-optimization projective-geometry
asked Nov 25 '18 at 7:53
Saeed
651310
651310
Assume the distance is strictly smaller, use minimum property and that every element in $C$ is an element in $D$. That leads to a contradiction.
– B.Swan
Nov 25 '18 at 7:57
add a comment |
Assume the distance is strictly smaller, use minimum property and that every element in $C$ is an element in $D$. That leads to a contradiction.
– B.Swan
Nov 25 '18 at 7:57
Assume the distance is strictly smaller, use minimum property and that every element in $C$ is an element in $D$. That leads to a contradiction.
– B.Swan
Nov 25 '18 at 7:57
Assume the distance is strictly smaller, use minimum property and that every element in $C$ is an element in $D$. That leads to a contradiction.
– B.Swan
Nov 25 '18 at 7:57
add a comment |
2 Answers
2
active
oldest
votes
Since $C subseteq D$, the minimum over $C$ can only be greater or equal to the minimum over $D$, so
$$d_D(x^*)=min_{z in D}|z -x^*|_2 leq min_{z in C}|z -x^*|_2= d_D(x^*)$$
add a comment |
for $forall z in D$ and $yin C$, we have
begin{align}
d_D(x^*) &= min_{z in D} |z-x^*|_2 \
&= min_{yin C} |(z_{best} -y)+ (y-x^*)|_2 \
&leq min_{y in C}|z_{best}-y|_2 + min_{y in C}|y-x^*|_2 \
& leq min_{yin C}|y-x^*|_2 \
&=d_C(x^*)
end{align}
Answer above has mistakes. while, maybe we can try a new way to solve this.
Notice that for any element $y in C$, because $C subseteq D$, so that $y in D$, and another element $z_{best} in D$, satisfy $d_D(x^*)=min_{z in D} |z-x^*|_2=|z_{best}-x^*|_2$, from this definition, it is quite clear to see
$$ |y-x^*|_2 geq |z_{best}-x^*|_2, forall y in C$$
which results in
$$d_C(x^*) = min_{yin C}|y-x^*|_2 geq |z_{best}-x^*|_2 = d_D(x^*)$$
How do you know when you ignore $min_{y in C}|z_{best}-y|_2$ inequality still holds?
– Saeed
Nov 25 '18 at 18:59
You are right! And I post a new solution under the original one. I hope it can help you.
– Caldera
Nov 26 '18 at 7:50
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%2f3012558%2fdistance-to-closed-and-convex-sets-that-have-intersection-c-subseteq-d-righta%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
Since $C subseteq D$, the minimum over $C$ can only be greater or equal to the minimum over $D$, so
$$d_D(x^*)=min_{z in D}|z -x^*|_2 leq min_{z in C}|z -x^*|_2= d_D(x^*)$$
add a comment |
Since $C subseteq D$, the minimum over $C$ can only be greater or equal to the minimum over $D$, so
$$d_D(x^*)=min_{z in D}|z -x^*|_2 leq min_{z in C}|z -x^*|_2= d_D(x^*)$$
add a comment |
Since $C subseteq D$, the minimum over $C$ can only be greater or equal to the minimum over $D$, so
$$d_D(x^*)=min_{z in D}|z -x^*|_2 leq min_{z in C}|z -x^*|_2= d_D(x^*)$$
Since $C subseteq D$, the minimum over $C$ can only be greater or equal to the minimum over $D$, so
$$d_D(x^*)=min_{z in D}|z -x^*|_2 leq min_{z in C}|z -x^*|_2= d_D(x^*)$$
answered Nov 25 '18 at 8:05
B.Swan
1,0011719
1,0011719
add a comment |
add a comment |
for $forall z in D$ and $yin C$, we have
begin{align}
d_D(x^*) &= min_{z in D} |z-x^*|_2 \
&= min_{yin C} |(z_{best} -y)+ (y-x^*)|_2 \
&leq min_{y in C}|z_{best}-y|_2 + min_{y in C}|y-x^*|_2 \
& leq min_{yin C}|y-x^*|_2 \
&=d_C(x^*)
end{align}
Answer above has mistakes. while, maybe we can try a new way to solve this.
Notice that for any element $y in C$, because $C subseteq D$, so that $y in D$, and another element $z_{best} in D$, satisfy $d_D(x^*)=min_{z in D} |z-x^*|_2=|z_{best}-x^*|_2$, from this definition, it is quite clear to see
$$ |y-x^*|_2 geq |z_{best}-x^*|_2, forall y in C$$
which results in
$$d_C(x^*) = min_{yin C}|y-x^*|_2 geq |z_{best}-x^*|_2 = d_D(x^*)$$
How do you know when you ignore $min_{y in C}|z_{best}-y|_2$ inequality still holds?
– Saeed
Nov 25 '18 at 18:59
You are right! And I post a new solution under the original one. I hope it can help you.
– Caldera
Nov 26 '18 at 7:50
add a comment |
for $forall z in D$ and $yin C$, we have
begin{align}
d_D(x^*) &= min_{z in D} |z-x^*|_2 \
&= min_{yin C} |(z_{best} -y)+ (y-x^*)|_2 \
&leq min_{y in C}|z_{best}-y|_2 + min_{y in C}|y-x^*|_2 \
& leq min_{yin C}|y-x^*|_2 \
&=d_C(x^*)
end{align}
Answer above has mistakes. while, maybe we can try a new way to solve this.
Notice that for any element $y in C$, because $C subseteq D$, so that $y in D$, and another element $z_{best} in D$, satisfy $d_D(x^*)=min_{z in D} |z-x^*|_2=|z_{best}-x^*|_2$, from this definition, it is quite clear to see
$$ |y-x^*|_2 geq |z_{best}-x^*|_2, forall y in C$$
which results in
$$d_C(x^*) = min_{yin C}|y-x^*|_2 geq |z_{best}-x^*|_2 = d_D(x^*)$$
How do you know when you ignore $min_{y in C}|z_{best}-y|_2$ inequality still holds?
– Saeed
Nov 25 '18 at 18:59
You are right! And I post a new solution under the original one. I hope it can help you.
– Caldera
Nov 26 '18 at 7:50
add a comment |
for $forall z in D$ and $yin C$, we have
begin{align}
d_D(x^*) &= min_{z in D} |z-x^*|_2 \
&= min_{yin C} |(z_{best} -y)+ (y-x^*)|_2 \
&leq min_{y in C}|z_{best}-y|_2 + min_{y in C}|y-x^*|_2 \
& leq min_{yin C}|y-x^*|_2 \
&=d_C(x^*)
end{align}
Answer above has mistakes. while, maybe we can try a new way to solve this.
Notice that for any element $y in C$, because $C subseteq D$, so that $y in D$, and another element $z_{best} in D$, satisfy $d_D(x^*)=min_{z in D} |z-x^*|_2=|z_{best}-x^*|_2$, from this definition, it is quite clear to see
$$ |y-x^*|_2 geq |z_{best}-x^*|_2, forall y in C$$
which results in
$$d_C(x^*) = min_{yin C}|y-x^*|_2 geq |z_{best}-x^*|_2 = d_D(x^*)$$
for $forall z in D$ and $yin C$, we have
begin{align}
d_D(x^*) &= min_{z in D} |z-x^*|_2 \
&= min_{yin C} |(z_{best} -y)+ (y-x^*)|_2 \
&leq min_{y in C}|z_{best}-y|_2 + min_{y in C}|y-x^*|_2 \
& leq min_{yin C}|y-x^*|_2 \
&=d_C(x^*)
end{align}
Answer above has mistakes. while, maybe we can try a new way to solve this.
Notice that for any element $y in C$, because $C subseteq D$, so that $y in D$, and another element $z_{best} in D$, satisfy $d_D(x^*)=min_{z in D} |z-x^*|_2=|z_{best}-x^*|_2$, from this definition, it is quite clear to see
$$ |y-x^*|_2 geq |z_{best}-x^*|_2, forall y in C$$
which results in
$$d_C(x^*) = min_{yin C}|y-x^*|_2 geq |z_{best}-x^*|_2 = d_D(x^*)$$
edited Nov 26 '18 at 7:48
answered Nov 25 '18 at 8:17
Caldera
11
11
How do you know when you ignore $min_{y in C}|z_{best}-y|_2$ inequality still holds?
– Saeed
Nov 25 '18 at 18:59
You are right! And I post a new solution under the original one. I hope it can help you.
– Caldera
Nov 26 '18 at 7:50
add a comment |
How do you know when you ignore $min_{y in C}|z_{best}-y|_2$ inequality still holds?
– Saeed
Nov 25 '18 at 18:59
You are right! And I post a new solution under the original one. I hope it can help you.
– Caldera
Nov 26 '18 at 7:50
How do you know when you ignore $min_{y in C}|z_{best}-y|_2$ inequality still holds?
– Saeed
Nov 25 '18 at 18:59
How do you know when you ignore $min_{y in C}|z_{best}-y|_2$ inequality still holds?
– Saeed
Nov 25 '18 at 18:59
You are right! And I post a new solution under the original one. I hope it can help you.
– Caldera
Nov 26 '18 at 7:50
You are right! And I post a new solution under the original one. I hope it can help you.
– Caldera
Nov 26 '18 at 7:50
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%2f3012558%2fdistance-to-closed-and-convex-sets-that-have-intersection-c-subseteq-d-righta%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
Assume the distance is strictly smaller, use minimum property and that every element in $C$ is an element in $D$. That leads to a contradiction.
– B.Swan
Nov 25 '18 at 7:57