Transform SDP Optimization Constraints












0














A problem of the form was hinted at on an upcoming assignment:


$minimize$ $tr(P)$
$s.t.$
$A^TP+PA = -Q$,
$P=P^T>0$


It was hinted that the desired solution require the problem be transformed into a form similar to the one shown below and solved via KKT optimality conditions. Where the transformed constraints will be four equalities or inequalities.


$minimize$ $(C^TX)$
$s.t.$
$AX = b$



My question is how are these four transformed constraints found or derived?



---update---


Perhaps I am over complicating this. If $A$, $Q$ and $P$ are $2x2$, that would be four linear equalities of the form $Ax=b$. For $P=begin{bmatrix}p_1&p_3\p_3&p_2end{bmatrix}$, would it be valid specify the problem as $minimize(p_1+p_2)$, since we want to minimize $trace(P)$? Then taking the 1st equality piecewise:

$(1)$ $2A_{11}p_1+2A_{21}p_3=-Q_{11}$
$(2)$ $A_{12}p_1+A_{21}p_2+(A_{11}p_1+A_{22})p_3=0$
$(3)$ $2A_{22}p_2+2A_{12}p_3=-Q_{22}$

And to define P as PSD:
$(4)$ $p_1 geq 0$
$(5)$ $p_1p_2-p_3^2 geq 0$



Then apply the KKT conditions to $min(p_1+p_2)$ and constraints 1-5, treating $p_1, p_2$ & $p_3$ as the variables for which to be solved?



If that is the case, why did the instructor hint that the problem should be transformed to $minimize(C^TX)$?










share|cite|improve this question
























  • why do you call the constraints of the original problem quadratic?
    – LinAlg
    Nov 28 '18 at 2:48










  • Are they not? Isn't the Lyapunov equality usually associated with the form $x^TPx$?
    – JDD
    Nov 28 '18 at 2:50










  • That's irrelevant to the immediate task at hand. The point is your problem in $P$ already has a linear objective, a set of linear equations in $P$, and a semidefinite constraint.
    – Michael Grant
    Nov 28 '18 at 2:56










  • $C^{T}X$ is a matrix rather than a scalar- are you actually meant to be minimizing $mbox{tr}(C^{T}X)$?
    – Brian Borchers
    Nov 28 '18 at 5:01










  • Michael Grant, I think I understand. Are you saying that everything is already correct for applying KKT, similar to what I added to the original question?
    – JDD
    Nov 28 '18 at 5:03


















0














A problem of the form was hinted at on an upcoming assignment:


$minimize$ $tr(P)$
$s.t.$
$A^TP+PA = -Q$,
$P=P^T>0$


It was hinted that the desired solution require the problem be transformed into a form similar to the one shown below and solved via KKT optimality conditions. Where the transformed constraints will be four equalities or inequalities.


$minimize$ $(C^TX)$
$s.t.$
$AX = b$



My question is how are these four transformed constraints found or derived?



---update---


Perhaps I am over complicating this. If $A$, $Q$ and $P$ are $2x2$, that would be four linear equalities of the form $Ax=b$. For $P=begin{bmatrix}p_1&p_3\p_3&p_2end{bmatrix}$, would it be valid specify the problem as $minimize(p_1+p_2)$, since we want to minimize $trace(P)$? Then taking the 1st equality piecewise:

$(1)$ $2A_{11}p_1+2A_{21}p_3=-Q_{11}$
$(2)$ $A_{12}p_1+A_{21}p_2+(A_{11}p_1+A_{22})p_3=0$
$(3)$ $2A_{22}p_2+2A_{12}p_3=-Q_{22}$

And to define P as PSD:
$(4)$ $p_1 geq 0$
$(5)$ $p_1p_2-p_3^2 geq 0$



Then apply the KKT conditions to $min(p_1+p_2)$ and constraints 1-5, treating $p_1, p_2$ & $p_3$ as the variables for which to be solved?



If that is the case, why did the instructor hint that the problem should be transformed to $minimize(C^TX)$?










share|cite|improve this question
























  • why do you call the constraints of the original problem quadratic?
    – LinAlg
    Nov 28 '18 at 2:48










  • Are they not? Isn't the Lyapunov equality usually associated with the form $x^TPx$?
    – JDD
    Nov 28 '18 at 2:50










  • That's irrelevant to the immediate task at hand. The point is your problem in $P$ already has a linear objective, a set of linear equations in $P$, and a semidefinite constraint.
    – Michael Grant
    Nov 28 '18 at 2:56










  • $C^{T}X$ is a matrix rather than a scalar- are you actually meant to be minimizing $mbox{tr}(C^{T}X)$?
    – Brian Borchers
    Nov 28 '18 at 5:01










  • Michael Grant, I think I understand. Are you saying that everything is already correct for applying KKT, similar to what I added to the original question?
    – JDD
    Nov 28 '18 at 5:03
















0












0








0







A problem of the form was hinted at on an upcoming assignment:


$minimize$ $tr(P)$
$s.t.$
$A^TP+PA = -Q$,
$P=P^T>0$


It was hinted that the desired solution require the problem be transformed into a form similar to the one shown below and solved via KKT optimality conditions. Where the transformed constraints will be four equalities or inequalities.


$minimize$ $(C^TX)$
$s.t.$
$AX = b$



My question is how are these four transformed constraints found or derived?



---update---


Perhaps I am over complicating this. If $A$, $Q$ and $P$ are $2x2$, that would be four linear equalities of the form $Ax=b$. For $P=begin{bmatrix}p_1&p_3\p_3&p_2end{bmatrix}$, would it be valid specify the problem as $minimize(p_1+p_2)$, since we want to minimize $trace(P)$? Then taking the 1st equality piecewise:

$(1)$ $2A_{11}p_1+2A_{21}p_3=-Q_{11}$
$(2)$ $A_{12}p_1+A_{21}p_2+(A_{11}p_1+A_{22})p_3=0$
$(3)$ $2A_{22}p_2+2A_{12}p_3=-Q_{22}$

And to define P as PSD:
$(4)$ $p_1 geq 0$
$(5)$ $p_1p_2-p_3^2 geq 0$



Then apply the KKT conditions to $min(p_1+p_2)$ and constraints 1-5, treating $p_1, p_2$ & $p_3$ as the variables for which to be solved?



If that is the case, why did the instructor hint that the problem should be transformed to $minimize(C^TX)$?










share|cite|improve this question















A problem of the form was hinted at on an upcoming assignment:


$minimize$ $tr(P)$
$s.t.$
$A^TP+PA = -Q$,
$P=P^T>0$


It was hinted that the desired solution require the problem be transformed into a form similar to the one shown below and solved via KKT optimality conditions. Where the transformed constraints will be four equalities or inequalities.


$minimize$ $(C^TX)$
$s.t.$
$AX = b$



My question is how are these four transformed constraints found or derived?



---update---


Perhaps I am over complicating this. If $A$, $Q$ and $P$ are $2x2$, that would be four linear equalities of the form $Ax=b$. For $P=begin{bmatrix}p_1&p_3\p_3&p_2end{bmatrix}$, would it be valid specify the problem as $minimize(p_1+p_2)$, since we want to minimize $trace(P)$? Then taking the 1st equality piecewise:

$(1)$ $2A_{11}p_1+2A_{21}p_3=-Q_{11}$
$(2)$ $A_{12}p_1+A_{21}p_2+(A_{11}p_1+A_{22})p_3=0$
$(3)$ $2A_{22}p_2+2A_{12}p_3=-Q_{22}$

And to define P as PSD:
$(4)$ $p_1 geq 0$
$(5)$ $p_1p_2-p_3^2 geq 0$



Then apply the KKT conditions to $min(p_1+p_2)$ and constraints 1-5, treating $p_1, p_2$ & $p_3$ as the variables for which to be solved?



If that is the case, why did the instructor hint that the problem should be transformed to $minimize(C^TX)$?







convex-optimization






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Nov 28 '18 at 5:32

























asked Nov 28 '18 at 2:22









JDD

11




11












  • why do you call the constraints of the original problem quadratic?
    – LinAlg
    Nov 28 '18 at 2:48










  • Are they not? Isn't the Lyapunov equality usually associated with the form $x^TPx$?
    – JDD
    Nov 28 '18 at 2:50










  • That's irrelevant to the immediate task at hand. The point is your problem in $P$ already has a linear objective, a set of linear equations in $P$, and a semidefinite constraint.
    – Michael Grant
    Nov 28 '18 at 2:56










  • $C^{T}X$ is a matrix rather than a scalar- are you actually meant to be minimizing $mbox{tr}(C^{T}X)$?
    – Brian Borchers
    Nov 28 '18 at 5:01










  • Michael Grant, I think I understand. Are you saying that everything is already correct for applying KKT, similar to what I added to the original question?
    – JDD
    Nov 28 '18 at 5:03




















  • why do you call the constraints of the original problem quadratic?
    – LinAlg
    Nov 28 '18 at 2:48










  • Are they not? Isn't the Lyapunov equality usually associated with the form $x^TPx$?
    – JDD
    Nov 28 '18 at 2:50










  • That's irrelevant to the immediate task at hand. The point is your problem in $P$ already has a linear objective, a set of linear equations in $P$, and a semidefinite constraint.
    – Michael Grant
    Nov 28 '18 at 2:56










  • $C^{T}X$ is a matrix rather than a scalar- are you actually meant to be minimizing $mbox{tr}(C^{T}X)$?
    – Brian Borchers
    Nov 28 '18 at 5:01










  • Michael Grant, I think I understand. Are you saying that everything is already correct for applying KKT, similar to what I added to the original question?
    – JDD
    Nov 28 '18 at 5:03


















why do you call the constraints of the original problem quadratic?
– LinAlg
Nov 28 '18 at 2:48




why do you call the constraints of the original problem quadratic?
– LinAlg
Nov 28 '18 at 2:48












Are they not? Isn't the Lyapunov equality usually associated with the form $x^TPx$?
– JDD
Nov 28 '18 at 2:50




Are they not? Isn't the Lyapunov equality usually associated with the form $x^TPx$?
– JDD
Nov 28 '18 at 2:50












That's irrelevant to the immediate task at hand. The point is your problem in $P$ already has a linear objective, a set of linear equations in $P$, and a semidefinite constraint.
– Michael Grant
Nov 28 '18 at 2:56




That's irrelevant to the immediate task at hand. The point is your problem in $P$ already has a linear objective, a set of linear equations in $P$, and a semidefinite constraint.
– Michael Grant
Nov 28 '18 at 2:56












$C^{T}X$ is a matrix rather than a scalar- are you actually meant to be minimizing $mbox{tr}(C^{T}X)$?
– Brian Borchers
Nov 28 '18 at 5:01




$C^{T}X$ is a matrix rather than a scalar- are you actually meant to be minimizing $mbox{tr}(C^{T}X)$?
– Brian Borchers
Nov 28 '18 at 5:01












Michael Grant, I think I understand. Are you saying that everything is already correct for applying KKT, similar to what I added to the original question?
– JDD
Nov 28 '18 at 5:03






Michael Grant, I think I understand. Are you saying that everything is already correct for applying KKT, similar to what I added to the original question?
– JDD
Nov 28 '18 at 5:03












0






active

oldest

votes











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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3016618%2ftransform-sdp-optimization-constraints%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3016618%2ftransform-sdp-optimization-constraints%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Willebadessen

Ida-Boy-Ed-Garten

Residenzschloss Arolsen