Sufficient condition for Unitary equivalence
Let $A = (a_{ij} )$ and $B = (b_{ij} )$ be similar, and
$sum ^n
_{i,j=1} left|a_{ij}right|^2
=
sum ^n
_{i,j=1} left|b_{ij}right|^2 $.
Then $A$ and $B$ are unitary equivalent.
I have to prove or disprove this statement. I have tried proving this statement in various ways and come to conclusion this statement must be false. But I haven't been able to find any example. The hint given is if $A$ and $B$ are unitary equivalent then $(A+A^*)$ and $(B+B^*)$ are also.
So first can someone tell that if this statement is true or not? Then if it is true then how to prove it otherwise how to find example to disprove it?
matrices vector-spaces eigenvalues-eigenvectors matrix-decomposition
add a comment |
Let $A = (a_{ij} )$ and $B = (b_{ij} )$ be similar, and
$sum ^n
_{i,j=1} left|a_{ij}right|^2
=
sum ^n
_{i,j=1} left|b_{ij}right|^2 $.
Then $A$ and $B$ are unitary equivalent.
I have to prove or disprove this statement. I have tried proving this statement in various ways and come to conclusion this statement must be false. But I haven't been able to find any example. The hint given is if $A$ and $B$ are unitary equivalent then $(A+A^*)$ and $(B+B^*)$ are also.
So first can someone tell that if this statement is true or not? Then if it is true then how to prove it otherwise how to find example to disprove it?
matrices vector-spaces eigenvalues-eigenvectors matrix-decomposition
You need to clarify the meaning of unitary equivalence between two square matrices $A$ and $B$. Some authors mean that $B=UAV$ for some unitary matrices $U$ and $V$, but some others simply mean that $A$ and $B$ are unitarily similar.
– user1551
Nov 27 at 5:12
add a comment |
Let $A = (a_{ij} )$ and $B = (b_{ij} )$ be similar, and
$sum ^n
_{i,j=1} left|a_{ij}right|^2
=
sum ^n
_{i,j=1} left|b_{ij}right|^2 $.
Then $A$ and $B$ are unitary equivalent.
I have to prove or disprove this statement. I have tried proving this statement in various ways and come to conclusion this statement must be false. But I haven't been able to find any example. The hint given is if $A$ and $B$ are unitary equivalent then $(A+A^*)$ and $(B+B^*)$ are also.
So first can someone tell that if this statement is true or not? Then if it is true then how to prove it otherwise how to find example to disprove it?
matrices vector-spaces eigenvalues-eigenvectors matrix-decomposition
Let $A = (a_{ij} )$ and $B = (b_{ij} )$ be similar, and
$sum ^n
_{i,j=1} left|a_{ij}right|^2
=
sum ^n
_{i,j=1} left|b_{ij}right|^2 $.
Then $A$ and $B$ are unitary equivalent.
I have to prove or disprove this statement. I have tried proving this statement in various ways and come to conclusion this statement must be false. But I haven't been able to find any example. The hint given is if $A$ and $B$ are unitary equivalent then $(A+A^*)$ and $(B+B^*)$ are also.
So first can someone tell that if this statement is true or not? Then if it is true then how to prove it otherwise how to find example to disprove it?
matrices vector-spaces eigenvalues-eigenvectors matrix-decomposition
matrices vector-spaces eigenvalues-eigenvectors matrix-decomposition
edited Nov 26 at 22:33
Davide Giraudo
125k16150259
125k16150259
asked Nov 18 at 15:07
Jimmy
17212
17212
You need to clarify the meaning of unitary equivalence between two square matrices $A$ and $B$. Some authors mean that $B=UAV$ for some unitary matrices $U$ and $V$, but some others simply mean that $A$ and $B$ are unitarily similar.
– user1551
Nov 27 at 5:12
add a comment |
You need to clarify the meaning of unitary equivalence between two square matrices $A$ and $B$. Some authors mean that $B=UAV$ for some unitary matrices $U$ and $V$, but some others simply mean that $A$ and $B$ are unitarily similar.
– user1551
Nov 27 at 5:12
You need to clarify the meaning of unitary equivalence between two square matrices $A$ and $B$. Some authors mean that $B=UAV$ for some unitary matrices $U$ and $V$, but some others simply mean that $A$ and $B$ are unitarily similar.
– user1551
Nov 27 at 5:12
You need to clarify the meaning of unitary equivalence between two square matrices $A$ and $B$. Some authors mean that $B=UAV$ for some unitary matrices $U$ and $V$, but some others simply mean that $A$ and $B$ are unitarily similar.
– user1551
Nov 27 at 5:12
add a comment |
2 Answers
2
active
oldest
votes
The answer is no.
Take $A=begin{pmatrix}60& 90& 88\-35& 80& -82\21& 19& -70end{pmatrix}$ and $B=A^T$. ($A$ is random).
Recall that when $A,B$ are real matrices, they are unitarily similar iff they are orthogonally similar.
$A,B$ are clearly similar over $mathbb{C}$ and satisfy the relation above $tr(AA^T)=tr(A^TA)$. Yet, the only solution of the system in $X$
$AX=XB,A^TX=XB^T$ is $0$. Therefore, $A,B$ are not orthogonally similar.
add a comment |
This already fails over $mathbb C$.
I suppose that unitary equivalence is what @user1551 means in their comment. As unitary similarity $Rightarrow$ unitary equivalence, demonstrating a counterexample for unitary equivalence will suffice.
Consider $A=begin{bmatrix}1&1&0\0&0&0\0&0&-1end{bmatrix}$ and $B=begin{bmatrix}1&frac{1}{sqrt{2}}&0\0&0&frac{1}{sqrt{2}}\0&0&-1end{bmatrix}$. They are similar matrices with identical Frobenius norms. However, as
$$A=begin{bmatrix}1\0\0end{bmatrix}begin{bmatrix}1&1&0end{bmatrix}
+begin{bmatrix}0\0\1end{bmatrix}begin{bmatrix}0&0&-1end{bmatrix},
$$
$$B=begin{bmatrix}1\0\0end{bmatrix}begin{bmatrix}1&frac{1}{sqrt{2}}&0end{bmatrix}
+begin{bmatrix}0\frac{1}{sqrt{2}}\-1end{bmatrix}begin{bmatrix}0&0&1end{bmatrix},
$$
the singular values of $A$ are $sqrt{2},1,0$ and the singular values of $B$ are $sqrt{frac{3}{2}},sqrt{frac{3}{2}},0$. Since $A$ and $B$ have different singular values, they are not unitarily equivalent and not unitarily similar to each other.
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%2f3003650%2fsufficient-condition-for-unitary-equivalence%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
The answer is no.
Take $A=begin{pmatrix}60& 90& 88\-35& 80& -82\21& 19& -70end{pmatrix}$ and $B=A^T$. ($A$ is random).
Recall that when $A,B$ are real matrices, they are unitarily similar iff they are orthogonally similar.
$A,B$ are clearly similar over $mathbb{C}$ and satisfy the relation above $tr(AA^T)=tr(A^TA)$. Yet, the only solution of the system in $X$
$AX=XB,A^TX=XB^T$ is $0$. Therefore, $A,B$ are not orthogonally similar.
add a comment |
The answer is no.
Take $A=begin{pmatrix}60& 90& 88\-35& 80& -82\21& 19& -70end{pmatrix}$ and $B=A^T$. ($A$ is random).
Recall that when $A,B$ are real matrices, they are unitarily similar iff they are orthogonally similar.
$A,B$ are clearly similar over $mathbb{C}$ and satisfy the relation above $tr(AA^T)=tr(A^TA)$. Yet, the only solution of the system in $X$
$AX=XB,A^TX=XB^T$ is $0$. Therefore, $A,B$ are not orthogonally similar.
add a comment |
The answer is no.
Take $A=begin{pmatrix}60& 90& 88\-35& 80& -82\21& 19& -70end{pmatrix}$ and $B=A^T$. ($A$ is random).
Recall that when $A,B$ are real matrices, they are unitarily similar iff they are orthogonally similar.
$A,B$ are clearly similar over $mathbb{C}$ and satisfy the relation above $tr(AA^T)=tr(A^TA)$. Yet, the only solution of the system in $X$
$AX=XB,A^TX=XB^T$ is $0$. Therefore, $A,B$ are not orthogonally similar.
The answer is no.
Take $A=begin{pmatrix}60& 90& 88\-35& 80& -82\21& 19& -70end{pmatrix}$ and $B=A^T$. ($A$ is random).
Recall that when $A,B$ are real matrices, they are unitarily similar iff they are orthogonally similar.
$A,B$ are clearly similar over $mathbb{C}$ and satisfy the relation above $tr(AA^T)=tr(A^TA)$. Yet, the only solution of the system in $X$
$AX=XB,A^TX=XB^T$ is $0$. Therefore, $A,B$ are not orthogonally similar.
answered Nov 27 at 0:03
loup blanc
22.5k21750
22.5k21750
add a comment |
add a comment |
This already fails over $mathbb C$.
I suppose that unitary equivalence is what @user1551 means in their comment. As unitary similarity $Rightarrow$ unitary equivalence, demonstrating a counterexample for unitary equivalence will suffice.
Consider $A=begin{bmatrix}1&1&0\0&0&0\0&0&-1end{bmatrix}$ and $B=begin{bmatrix}1&frac{1}{sqrt{2}}&0\0&0&frac{1}{sqrt{2}}\0&0&-1end{bmatrix}$. They are similar matrices with identical Frobenius norms. However, as
$$A=begin{bmatrix}1\0\0end{bmatrix}begin{bmatrix}1&1&0end{bmatrix}
+begin{bmatrix}0\0\1end{bmatrix}begin{bmatrix}0&0&-1end{bmatrix},
$$
$$B=begin{bmatrix}1\0\0end{bmatrix}begin{bmatrix}1&frac{1}{sqrt{2}}&0end{bmatrix}
+begin{bmatrix}0\frac{1}{sqrt{2}}\-1end{bmatrix}begin{bmatrix}0&0&1end{bmatrix},
$$
the singular values of $A$ are $sqrt{2},1,0$ and the singular values of $B$ are $sqrt{frac{3}{2}},sqrt{frac{3}{2}},0$. Since $A$ and $B$ have different singular values, they are not unitarily equivalent and not unitarily similar to each other.
add a comment |
This already fails over $mathbb C$.
I suppose that unitary equivalence is what @user1551 means in their comment. As unitary similarity $Rightarrow$ unitary equivalence, demonstrating a counterexample for unitary equivalence will suffice.
Consider $A=begin{bmatrix}1&1&0\0&0&0\0&0&-1end{bmatrix}$ and $B=begin{bmatrix}1&frac{1}{sqrt{2}}&0\0&0&frac{1}{sqrt{2}}\0&0&-1end{bmatrix}$. They are similar matrices with identical Frobenius norms. However, as
$$A=begin{bmatrix}1\0\0end{bmatrix}begin{bmatrix}1&1&0end{bmatrix}
+begin{bmatrix}0\0\1end{bmatrix}begin{bmatrix}0&0&-1end{bmatrix},
$$
$$B=begin{bmatrix}1\0\0end{bmatrix}begin{bmatrix}1&frac{1}{sqrt{2}}&0end{bmatrix}
+begin{bmatrix}0\frac{1}{sqrt{2}}\-1end{bmatrix}begin{bmatrix}0&0&1end{bmatrix},
$$
the singular values of $A$ are $sqrt{2},1,0$ and the singular values of $B$ are $sqrt{frac{3}{2}},sqrt{frac{3}{2}},0$. Since $A$ and $B$ have different singular values, they are not unitarily equivalent and not unitarily similar to each other.
add a comment |
This already fails over $mathbb C$.
I suppose that unitary equivalence is what @user1551 means in their comment. As unitary similarity $Rightarrow$ unitary equivalence, demonstrating a counterexample for unitary equivalence will suffice.
Consider $A=begin{bmatrix}1&1&0\0&0&0\0&0&-1end{bmatrix}$ and $B=begin{bmatrix}1&frac{1}{sqrt{2}}&0\0&0&frac{1}{sqrt{2}}\0&0&-1end{bmatrix}$. They are similar matrices with identical Frobenius norms. However, as
$$A=begin{bmatrix}1\0\0end{bmatrix}begin{bmatrix}1&1&0end{bmatrix}
+begin{bmatrix}0\0\1end{bmatrix}begin{bmatrix}0&0&-1end{bmatrix},
$$
$$B=begin{bmatrix}1\0\0end{bmatrix}begin{bmatrix}1&frac{1}{sqrt{2}}&0end{bmatrix}
+begin{bmatrix}0\frac{1}{sqrt{2}}\-1end{bmatrix}begin{bmatrix}0&0&1end{bmatrix},
$$
the singular values of $A$ are $sqrt{2},1,0$ and the singular values of $B$ are $sqrt{frac{3}{2}},sqrt{frac{3}{2}},0$. Since $A$ and $B$ have different singular values, they are not unitarily equivalent and not unitarily similar to each other.
This already fails over $mathbb C$.
I suppose that unitary equivalence is what @user1551 means in their comment. As unitary similarity $Rightarrow$ unitary equivalence, demonstrating a counterexample for unitary equivalence will suffice.
Consider $A=begin{bmatrix}1&1&0\0&0&0\0&0&-1end{bmatrix}$ and $B=begin{bmatrix}1&frac{1}{sqrt{2}}&0\0&0&frac{1}{sqrt{2}}\0&0&-1end{bmatrix}$. They are similar matrices with identical Frobenius norms. However, as
$$A=begin{bmatrix}1\0\0end{bmatrix}begin{bmatrix}1&1&0end{bmatrix}
+begin{bmatrix}0\0\1end{bmatrix}begin{bmatrix}0&0&-1end{bmatrix},
$$
$$B=begin{bmatrix}1\0\0end{bmatrix}begin{bmatrix}1&frac{1}{sqrt{2}}&0end{bmatrix}
+begin{bmatrix}0\frac{1}{sqrt{2}}\-1end{bmatrix}begin{bmatrix}0&0&1end{bmatrix},
$$
the singular values of $A$ are $sqrt{2},1,0$ and the singular values of $B$ are $sqrt{frac{3}{2}},sqrt{frac{3}{2}},0$. Since $A$ and $B$ have different singular values, they are not unitarily equivalent and not unitarily similar to each other.
answered Nov 27 at 6:39
William McGonagall
1337
1337
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%2f3003650%2fsufficient-condition-for-unitary-equivalence%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
You need to clarify the meaning of unitary equivalence between two square matrices $A$ and $B$. Some authors mean that $B=UAV$ for some unitary matrices $U$ and $V$, but some others simply mean that $A$ and $B$ are unitarily similar.
– user1551
Nov 27 at 5:12