Is there any relation between SVDs of two matrices with same range?
$begingroup$
Let $A$ and $B$ be two symmetric and positive semidefinite matrices with the same size.
Further, assume that $A$ and $B$ share the same column space (i.e., $mathcal R (A) = mathcal R (B)$ ).
Is there any relation (even in terms of strong inequalities) between the SVD of $A$ and $B$?
linear-algebra matrices linear-transformations numerical-linear-algebra
$endgroup$
add a comment |
$begingroup$
Let $A$ and $B$ be two symmetric and positive semidefinite matrices with the same size.
Further, assume that $A$ and $B$ share the same column space (i.e., $mathcal R (A) = mathcal R (B)$ ).
Is there any relation (even in terms of strong inequalities) between the SVD of $A$ and $B$?
linear-algebra matrices linear-transformations numerical-linear-algebra
$endgroup$
add a comment |
$begingroup$
Let $A$ and $B$ be two symmetric and positive semidefinite matrices with the same size.
Further, assume that $A$ and $B$ share the same column space (i.e., $mathcal R (A) = mathcal R (B)$ ).
Is there any relation (even in terms of strong inequalities) between the SVD of $A$ and $B$?
linear-algebra matrices linear-transformations numerical-linear-algebra
$endgroup$
Let $A$ and $B$ be two symmetric and positive semidefinite matrices with the same size.
Further, assume that $A$ and $B$ share the same column space (i.e., $mathcal R (A) = mathcal R (B)$ ).
Is there any relation (even in terms of strong inequalities) between the SVD of $A$ and $B$?
linear-algebra matrices linear-transformations numerical-linear-algebra
linear-algebra matrices linear-transformations numerical-linear-algebra
asked Jan 19 at 21:25
Bashir SadeghiBashir Sadeghi
424
424
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Yes. The number of singular values will be the same and the left singular vectors corresponding to those singular values will match. This is clear since if $A = USigma V^T$ then $$Ax = sum_{i} u_i (lambda_i v_i^T x), $$ which shows that the column space of $A$ is the same as the span of the columns of $U$. Since the column space of $A$ and $B$ are the same, the span of their left singular vectors will be the same (and since they have the same range, the rank will be the same). They may be different up to reordering however.
While the result above is true in general, note that since $A$ and $B$ are symmetric positive-semidefinite, this implies that they have the exact same singular value decomposition (except for singular values/eigenvalues). That is $A = USigma U^T$ and the columns of $U$ are the same as the corresponding columns of the eigendecomposition for $B$. Indeed, since they are both psd, their svd's will be the same as their eigendecomposition.
$endgroup$
$begingroup$
Let $A = U_1 Sigma_1 U_1^T$ and $B = U_2 Sigma_2 U_2^T$. I understand that the column space of $U_1$ and $U_2$ is the same. But, generally $U_1not = U_2$.
$endgroup$
– Bashir Sadeghi
Jan 19 at 22:04
1
$begingroup$
Sorry, I didn't mean exactly what I wrote. If $A = U_1 Sigma_1 U_1^T$ and $B = U_2 Sigma_2 U_2^T$, since $R(A) = R(B)$, the columns of $U_1$ and $U_2$ corresponding to the nonzero eigenvalues must span the same space. Yes, $U_1 neq U_2$ in general as you noted. I'm just pointing out that their eigendecompositions and svd's are (essentially) the same so that their eigenvectors must span the same space. You also will know that their ranks will be the same.
$endgroup$
– OldGodzilla
Jan 20 at 18:07
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%2f3079854%2fis-there-any-relation-between-svds-of-two-matrices-with-same-range%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$
Yes. The number of singular values will be the same and the left singular vectors corresponding to those singular values will match. This is clear since if $A = USigma V^T$ then $$Ax = sum_{i} u_i (lambda_i v_i^T x), $$ which shows that the column space of $A$ is the same as the span of the columns of $U$. Since the column space of $A$ and $B$ are the same, the span of their left singular vectors will be the same (and since they have the same range, the rank will be the same). They may be different up to reordering however.
While the result above is true in general, note that since $A$ and $B$ are symmetric positive-semidefinite, this implies that they have the exact same singular value decomposition (except for singular values/eigenvalues). That is $A = USigma U^T$ and the columns of $U$ are the same as the corresponding columns of the eigendecomposition for $B$. Indeed, since they are both psd, their svd's will be the same as their eigendecomposition.
$endgroup$
$begingroup$
Let $A = U_1 Sigma_1 U_1^T$ and $B = U_2 Sigma_2 U_2^T$. I understand that the column space of $U_1$ and $U_2$ is the same. But, generally $U_1not = U_2$.
$endgroup$
– Bashir Sadeghi
Jan 19 at 22:04
1
$begingroup$
Sorry, I didn't mean exactly what I wrote. If $A = U_1 Sigma_1 U_1^T$ and $B = U_2 Sigma_2 U_2^T$, since $R(A) = R(B)$, the columns of $U_1$ and $U_2$ corresponding to the nonzero eigenvalues must span the same space. Yes, $U_1 neq U_2$ in general as you noted. I'm just pointing out that their eigendecompositions and svd's are (essentially) the same so that their eigenvectors must span the same space. You also will know that their ranks will be the same.
$endgroup$
– OldGodzilla
Jan 20 at 18:07
add a comment |
$begingroup$
Yes. The number of singular values will be the same and the left singular vectors corresponding to those singular values will match. This is clear since if $A = USigma V^T$ then $$Ax = sum_{i} u_i (lambda_i v_i^T x), $$ which shows that the column space of $A$ is the same as the span of the columns of $U$. Since the column space of $A$ and $B$ are the same, the span of their left singular vectors will be the same (and since they have the same range, the rank will be the same). They may be different up to reordering however.
While the result above is true in general, note that since $A$ and $B$ are symmetric positive-semidefinite, this implies that they have the exact same singular value decomposition (except for singular values/eigenvalues). That is $A = USigma U^T$ and the columns of $U$ are the same as the corresponding columns of the eigendecomposition for $B$. Indeed, since they are both psd, their svd's will be the same as their eigendecomposition.
$endgroup$
$begingroup$
Let $A = U_1 Sigma_1 U_1^T$ and $B = U_2 Sigma_2 U_2^T$. I understand that the column space of $U_1$ and $U_2$ is the same. But, generally $U_1not = U_2$.
$endgroup$
– Bashir Sadeghi
Jan 19 at 22:04
1
$begingroup$
Sorry, I didn't mean exactly what I wrote. If $A = U_1 Sigma_1 U_1^T$ and $B = U_2 Sigma_2 U_2^T$, since $R(A) = R(B)$, the columns of $U_1$ and $U_2$ corresponding to the nonzero eigenvalues must span the same space. Yes, $U_1 neq U_2$ in general as you noted. I'm just pointing out that their eigendecompositions and svd's are (essentially) the same so that their eigenvectors must span the same space. You also will know that their ranks will be the same.
$endgroup$
– OldGodzilla
Jan 20 at 18:07
add a comment |
$begingroup$
Yes. The number of singular values will be the same and the left singular vectors corresponding to those singular values will match. This is clear since if $A = USigma V^T$ then $$Ax = sum_{i} u_i (lambda_i v_i^T x), $$ which shows that the column space of $A$ is the same as the span of the columns of $U$. Since the column space of $A$ and $B$ are the same, the span of their left singular vectors will be the same (and since they have the same range, the rank will be the same). They may be different up to reordering however.
While the result above is true in general, note that since $A$ and $B$ are symmetric positive-semidefinite, this implies that they have the exact same singular value decomposition (except for singular values/eigenvalues). That is $A = USigma U^T$ and the columns of $U$ are the same as the corresponding columns of the eigendecomposition for $B$. Indeed, since they are both psd, their svd's will be the same as their eigendecomposition.
$endgroup$
Yes. The number of singular values will be the same and the left singular vectors corresponding to those singular values will match. This is clear since if $A = USigma V^T$ then $$Ax = sum_{i} u_i (lambda_i v_i^T x), $$ which shows that the column space of $A$ is the same as the span of the columns of $U$. Since the column space of $A$ and $B$ are the same, the span of their left singular vectors will be the same (and since they have the same range, the rank will be the same). They may be different up to reordering however.
While the result above is true in general, note that since $A$ and $B$ are symmetric positive-semidefinite, this implies that they have the exact same singular value decomposition (except for singular values/eigenvalues). That is $A = USigma U^T$ and the columns of $U$ are the same as the corresponding columns of the eigendecomposition for $B$. Indeed, since they are both psd, their svd's will be the same as their eigendecomposition.
answered Jan 19 at 21:48
OldGodzillaOldGodzilla
58227
58227
$begingroup$
Let $A = U_1 Sigma_1 U_1^T$ and $B = U_2 Sigma_2 U_2^T$. I understand that the column space of $U_1$ and $U_2$ is the same. But, generally $U_1not = U_2$.
$endgroup$
– Bashir Sadeghi
Jan 19 at 22:04
1
$begingroup$
Sorry, I didn't mean exactly what I wrote. If $A = U_1 Sigma_1 U_1^T$ and $B = U_2 Sigma_2 U_2^T$, since $R(A) = R(B)$, the columns of $U_1$ and $U_2$ corresponding to the nonzero eigenvalues must span the same space. Yes, $U_1 neq U_2$ in general as you noted. I'm just pointing out that their eigendecompositions and svd's are (essentially) the same so that their eigenvectors must span the same space. You also will know that their ranks will be the same.
$endgroup$
– OldGodzilla
Jan 20 at 18:07
add a comment |
$begingroup$
Let $A = U_1 Sigma_1 U_1^T$ and $B = U_2 Sigma_2 U_2^T$. I understand that the column space of $U_1$ and $U_2$ is the same. But, generally $U_1not = U_2$.
$endgroup$
– Bashir Sadeghi
Jan 19 at 22:04
1
$begingroup$
Sorry, I didn't mean exactly what I wrote. If $A = U_1 Sigma_1 U_1^T$ and $B = U_2 Sigma_2 U_2^T$, since $R(A) = R(B)$, the columns of $U_1$ and $U_2$ corresponding to the nonzero eigenvalues must span the same space. Yes, $U_1 neq U_2$ in general as you noted. I'm just pointing out that their eigendecompositions and svd's are (essentially) the same so that their eigenvectors must span the same space. You also will know that their ranks will be the same.
$endgroup$
– OldGodzilla
Jan 20 at 18:07
$begingroup$
Let $A = U_1 Sigma_1 U_1^T$ and $B = U_2 Sigma_2 U_2^T$. I understand that the column space of $U_1$ and $U_2$ is the same. But, generally $U_1not = U_2$.
$endgroup$
– Bashir Sadeghi
Jan 19 at 22:04
$begingroup$
Let $A = U_1 Sigma_1 U_1^T$ and $B = U_2 Sigma_2 U_2^T$. I understand that the column space of $U_1$ and $U_2$ is the same. But, generally $U_1not = U_2$.
$endgroup$
– Bashir Sadeghi
Jan 19 at 22:04
1
1
$begingroup$
Sorry, I didn't mean exactly what I wrote. If $A = U_1 Sigma_1 U_1^T$ and $B = U_2 Sigma_2 U_2^T$, since $R(A) = R(B)$, the columns of $U_1$ and $U_2$ corresponding to the nonzero eigenvalues must span the same space. Yes, $U_1 neq U_2$ in general as you noted. I'm just pointing out that their eigendecompositions and svd's are (essentially) the same so that their eigenvectors must span the same space. You also will know that their ranks will be the same.
$endgroup$
– OldGodzilla
Jan 20 at 18:07
$begingroup$
Sorry, I didn't mean exactly what I wrote. If $A = U_1 Sigma_1 U_1^T$ and $B = U_2 Sigma_2 U_2^T$, since $R(A) = R(B)$, the columns of $U_1$ and $U_2$ corresponding to the nonzero eigenvalues must span the same space. Yes, $U_1 neq U_2$ in general as you noted. I'm just pointing out that their eigendecompositions and svd's are (essentially) the same so that their eigenvectors must span the same space. You also will know that their ranks will be the same.
$endgroup$
– OldGodzilla
Jan 20 at 18:07
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%2f3079854%2fis-there-any-relation-between-svds-of-two-matrices-with-same-range%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