Let $A, B$ be two positive definite $2 times 2$ matrices. Prove or disprove: $AB+BA$ is positive definite.Positive definiteness and eigenvalue inequalities of two symmetric matricesInequality of Positive-definite matrix.Invertibility of block matrices, with the property of being symmetric, positive definite, and of full rank:Prove that a matrix is positive definitePositive Definite or Negative Definite MatrixIs a complex symmetric matrix with positive definite real part diagonalizable?Geometric interpretation of positive semi-definiteness of sum of matricesWhy is the product of two matrices the product of their partitions?How can I find two symmetric positive definite roots of a symmetric positive definite matrix?How to construct negative definite $AB$ if $A$ and $B$ are positive definite?
Is this toilet slogan correct usage of the English language?
Electoral considerations aside, what are potential benefits, for the US, of policy changes proposed by the tweet recognizing Golan annexation?
Why should universal income be universal?
Has any country ever had 2 former presidents in jail simultaneously?
Did arcade monitors have same pixel aspect ratio as TV sets?
How does a computer interpret real numbers?
Mimic lecturing on blackboard, facing audience
What if a revenant (monster) gains fire resistance?
Is there an injective, monotonically increasing, strictly concave function from the reals, to the reals?
Hero deduces identity of a killer
How to say when an application is taking the half of your screen on a computer
Why is it that I can sometimes guess the next note?
Can disgust be a key component of horror?
How to explain what's wrong with this application of the chain rule?
How to hide some fields of struct in C?
What is the evidence for the "tyranny of the majority problem" in a direct democracy context?
What should you do when eye contact makes your subordinate uncomfortable?
Why did the EU agree to delay the Brexit deadline?
How can I cure my players of their suspicion that every object is a mimic?
Can I say "fingers" when referring to toes?
Keeping a ball lost forever
Why "had" in "[something] we would have made had we used [something]"?
What are the advantages of simplicial model categories over non-simplicial ones?
Invalid date error by date command
Let $A, B$ be two positive definite $2 times 2$ matrices. Prove or disprove: $AB+BA$ is positive definite.
Positive definiteness and eigenvalue inequalities of two symmetric matricesInequality of Positive-definite matrix.Invertibility of block matrices, with the property of being symmetric, positive definite, and of full rank:Prove that a matrix is positive definitePositive Definite or Negative Definite MatrixIs a complex symmetric matrix with positive definite real part diagonalizable?Geometric interpretation of positive semi-definiteness of sum of matricesWhy is the product of two matrices the product of their partitions?How can I find two symmetric positive definite roots of a symmetric positive definite matrix?How to construct negative definite $AB$ if $A$ and $B$ are positive definite?
$begingroup$
I know that $AB+BA$ is not necessarily positive definite, as this question has been asked before on here. What I don't understand is how one would go about constructing counter-examples. Previous answers to this question just state the counter-examples, such as $A = beginbmatrix 6 & 0 \
0 & 1 \ endbmatrix$, $B = beginbmatrix 2 & 1 \
1 & 1 \ endbmatrix$. Is there some intuition behind how these matrices are chosen, or is it more a matter of just fiddling with $2 times 2$ matrices until we find a counter-example?
Thanks in advance.
linear-algebra matrices positive-definite
$endgroup$
add a comment |
$begingroup$
I know that $AB+BA$ is not necessarily positive definite, as this question has been asked before on here. What I don't understand is how one would go about constructing counter-examples. Previous answers to this question just state the counter-examples, such as $A = beginbmatrix 6 & 0 \
0 & 1 \ endbmatrix$, $B = beginbmatrix 2 & 1 \
1 & 1 \ endbmatrix$. Is there some intuition behind how these matrices are chosen, or is it more a matter of just fiddling with $2 times 2$ matrices until we find a counter-example?
Thanks in advance.
linear-algebra matrices positive-definite
$endgroup$
add a comment |
$begingroup$
I know that $AB+BA$ is not necessarily positive definite, as this question has been asked before on here. What I don't understand is how one would go about constructing counter-examples. Previous answers to this question just state the counter-examples, such as $A = beginbmatrix 6 & 0 \
0 & 1 \ endbmatrix$, $B = beginbmatrix 2 & 1 \
1 & 1 \ endbmatrix$. Is there some intuition behind how these matrices are chosen, or is it more a matter of just fiddling with $2 times 2$ matrices until we find a counter-example?
Thanks in advance.
linear-algebra matrices positive-definite
$endgroup$
I know that $AB+BA$ is not necessarily positive definite, as this question has been asked before on here. What I don't understand is how one would go about constructing counter-examples. Previous answers to this question just state the counter-examples, such as $A = beginbmatrix 6 & 0 \
0 & 1 \ endbmatrix$, $B = beginbmatrix 2 & 1 \
1 & 1 \ endbmatrix$. Is there some intuition behind how these matrices are chosen, or is it more a matter of just fiddling with $2 times 2$ matrices until we find a counter-example?
Thanks in advance.
linear-algebra matrices positive-definite
linear-algebra matrices positive-definite
asked Mar 15 at 1:32
Mike DMike D
1084
1084
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Here is one way to think about the problem. If $AB+BA$ is always positive definite, by passing $A$ to the limit, $AB+BA$ should be positive semidefinite too when $A$ is a rank-one positive semidefinite matrix.
So, with such an $A$, if you can construct a counterexample such that $Bsucc0$ but $AB+BA$ is indefinite, then by a continuity argument, you can get a counterexample with a positive definite $A$.
E.g. $AB+BA$ is indefinite when $A=pmatrix1&0\ 0&0$ and $B=pmatrix2&1\ 1&1$. It follows that $AB+BA$ is indefinite when $A=pmatrix1\ &t$ and $t>0$ is sufficiently small (the value of $B$ here is actually unimportant; as long as $B$ is not diagonal, we get a counterexample). Multiply $A$ by $frac1t$, we may pick $A=pmatrixfrac1t\ &1$ as well. Now we love integer matrices. So, let's set $frac1t=n$ for some positive integer $n$. It remains to find an $n$ that really works. Since
$$
det(AB+BA)=detpmatrix4n&n+1\ n+1&2=8n-(n+1)^2=8-(n-3)^2,
$$
any $n>3+sqrt8$ with do the job. The least integer such $n$ is $6$, which is the value used in the answer you have mentioned.
$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%2f3148787%2flet-a-b-be-two-positive-definite-2-times-2-matrices-prove-or-disprove-a%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$
Here is one way to think about the problem. If $AB+BA$ is always positive definite, by passing $A$ to the limit, $AB+BA$ should be positive semidefinite too when $A$ is a rank-one positive semidefinite matrix.
So, with such an $A$, if you can construct a counterexample such that $Bsucc0$ but $AB+BA$ is indefinite, then by a continuity argument, you can get a counterexample with a positive definite $A$.
E.g. $AB+BA$ is indefinite when $A=pmatrix1&0\ 0&0$ and $B=pmatrix2&1\ 1&1$. It follows that $AB+BA$ is indefinite when $A=pmatrix1\ &t$ and $t>0$ is sufficiently small (the value of $B$ here is actually unimportant; as long as $B$ is not diagonal, we get a counterexample). Multiply $A$ by $frac1t$, we may pick $A=pmatrixfrac1t\ &1$ as well. Now we love integer matrices. So, let's set $frac1t=n$ for some positive integer $n$. It remains to find an $n$ that really works. Since
$$
det(AB+BA)=detpmatrix4n&n+1\ n+1&2=8n-(n+1)^2=8-(n-3)^2,
$$
any $n>3+sqrt8$ with do the job. The least integer such $n$ is $6$, which is the value used in the answer you have mentioned.
$endgroup$
add a comment |
$begingroup$
Here is one way to think about the problem. If $AB+BA$ is always positive definite, by passing $A$ to the limit, $AB+BA$ should be positive semidefinite too when $A$ is a rank-one positive semidefinite matrix.
So, with such an $A$, if you can construct a counterexample such that $Bsucc0$ but $AB+BA$ is indefinite, then by a continuity argument, you can get a counterexample with a positive definite $A$.
E.g. $AB+BA$ is indefinite when $A=pmatrix1&0\ 0&0$ and $B=pmatrix2&1\ 1&1$. It follows that $AB+BA$ is indefinite when $A=pmatrix1\ &t$ and $t>0$ is sufficiently small (the value of $B$ here is actually unimportant; as long as $B$ is not diagonal, we get a counterexample). Multiply $A$ by $frac1t$, we may pick $A=pmatrixfrac1t\ &1$ as well. Now we love integer matrices. So, let's set $frac1t=n$ for some positive integer $n$. It remains to find an $n$ that really works. Since
$$
det(AB+BA)=detpmatrix4n&n+1\ n+1&2=8n-(n+1)^2=8-(n-3)^2,
$$
any $n>3+sqrt8$ with do the job. The least integer such $n$ is $6$, which is the value used in the answer you have mentioned.
$endgroup$
add a comment |
$begingroup$
Here is one way to think about the problem. If $AB+BA$ is always positive definite, by passing $A$ to the limit, $AB+BA$ should be positive semidefinite too when $A$ is a rank-one positive semidefinite matrix.
So, with such an $A$, if you can construct a counterexample such that $Bsucc0$ but $AB+BA$ is indefinite, then by a continuity argument, you can get a counterexample with a positive definite $A$.
E.g. $AB+BA$ is indefinite when $A=pmatrix1&0\ 0&0$ and $B=pmatrix2&1\ 1&1$. It follows that $AB+BA$ is indefinite when $A=pmatrix1\ &t$ and $t>0$ is sufficiently small (the value of $B$ here is actually unimportant; as long as $B$ is not diagonal, we get a counterexample). Multiply $A$ by $frac1t$, we may pick $A=pmatrixfrac1t\ &1$ as well. Now we love integer matrices. So, let's set $frac1t=n$ for some positive integer $n$. It remains to find an $n$ that really works. Since
$$
det(AB+BA)=detpmatrix4n&n+1\ n+1&2=8n-(n+1)^2=8-(n-3)^2,
$$
any $n>3+sqrt8$ with do the job. The least integer such $n$ is $6$, which is the value used in the answer you have mentioned.
$endgroup$
Here is one way to think about the problem. If $AB+BA$ is always positive definite, by passing $A$ to the limit, $AB+BA$ should be positive semidefinite too when $A$ is a rank-one positive semidefinite matrix.
So, with such an $A$, if you can construct a counterexample such that $Bsucc0$ but $AB+BA$ is indefinite, then by a continuity argument, you can get a counterexample with a positive definite $A$.
E.g. $AB+BA$ is indefinite when $A=pmatrix1&0\ 0&0$ and $B=pmatrix2&1\ 1&1$. It follows that $AB+BA$ is indefinite when $A=pmatrix1\ &t$ and $t>0$ is sufficiently small (the value of $B$ here is actually unimportant; as long as $B$ is not diagonal, we get a counterexample). Multiply $A$ by $frac1t$, we may pick $A=pmatrixfrac1t\ &1$ as well. Now we love integer matrices. So, let's set $frac1t=n$ for some positive integer $n$. It remains to find an $n$ that really works. Since
$$
det(AB+BA)=detpmatrix4n&n+1\ n+1&2=8n-(n+1)^2=8-(n-3)^2,
$$
any $n>3+sqrt8$ with do the job. The least integer such $n$ is $6$, which is the value used in the answer you have mentioned.
answered Mar 15 at 7:08
user1551user1551
73.8k566129
73.8k566129
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%2f3148787%2flet-a-b-be-two-positive-definite-2-times-2-matrices-prove-or-disprove-a%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