Element-wise ordering of the inverse of two M-matrices
$begingroup$
Assume $A$ and $B$ are two M-mtrices and $A geq B$, where "$geq$" is element-wise ordering. Can I show that $A^{-1} leq B^{-1}$?
I think it holds if $D = A - B$ does not have all-zero rows/columns.
linear-algebra matrices inverse
$endgroup$
add a comment |
$begingroup$
Assume $A$ and $B$ are two M-mtrices and $A geq B$, where "$geq$" is element-wise ordering. Can I show that $A^{-1} leq B^{-1}$?
I think it holds if $D = A - B$ does not have all-zero rows/columns.
linear-algebra matrices inverse
$endgroup$
1
$begingroup$
What are "M-matrices"?
$endgroup$
– coffeemath
Jan 26 at 2:20
$begingroup$
en.wikipedia.org/wiki/M-matrix
$endgroup$
– Amir
Jan 26 at 2:22
$begingroup$
The order implied by the post and the implied proposition of the title don't agree. Should the off-diagonal elements of $A-B$ be positive or negative?
$endgroup$
– jmerry
Jan 26 at 5:01
$begingroup$
I updated the title, @jmerry.
$endgroup$
– Amir
Jan 27 at 21:04
add a comment |
$begingroup$
Assume $A$ and $B$ are two M-mtrices and $A geq B$, where "$geq$" is element-wise ordering. Can I show that $A^{-1} leq B^{-1}$?
I think it holds if $D = A - B$ does not have all-zero rows/columns.
linear-algebra matrices inverse
$endgroup$
Assume $A$ and $B$ are two M-mtrices and $A geq B$, where "$geq$" is element-wise ordering. Can I show that $A^{-1} leq B^{-1}$?
I think it holds if $D = A - B$ does not have all-zero rows/columns.
linear-algebra matrices inverse
linear-algebra matrices inverse
edited Jan 28 at 13:42
Amir
asked Jan 26 at 2:16
AmirAmir
858
858
1
$begingroup$
What are "M-matrices"?
$endgroup$
– coffeemath
Jan 26 at 2:20
$begingroup$
en.wikipedia.org/wiki/M-matrix
$endgroup$
– Amir
Jan 26 at 2:22
$begingroup$
The order implied by the post and the implied proposition of the title don't agree. Should the off-diagonal elements of $A-B$ be positive or negative?
$endgroup$
– jmerry
Jan 26 at 5:01
$begingroup$
I updated the title, @jmerry.
$endgroup$
– Amir
Jan 27 at 21:04
add a comment |
1
$begingroup$
What are "M-matrices"?
$endgroup$
– coffeemath
Jan 26 at 2:20
$begingroup$
en.wikipedia.org/wiki/M-matrix
$endgroup$
– Amir
Jan 26 at 2:22
$begingroup$
The order implied by the post and the implied proposition of the title don't agree. Should the off-diagonal elements of $A-B$ be positive or negative?
$endgroup$
– jmerry
Jan 26 at 5:01
$begingroup$
I updated the title, @jmerry.
$endgroup$
– Amir
Jan 27 at 21:04
1
1
$begingroup$
What are "M-matrices"?
$endgroup$
– coffeemath
Jan 26 at 2:20
$begingroup$
What are "M-matrices"?
$endgroup$
– coffeemath
Jan 26 at 2:20
$begingroup$
en.wikipedia.org/wiki/M-matrix
$endgroup$
– Amir
Jan 26 at 2:22
$begingroup$
en.wikipedia.org/wiki/M-matrix
$endgroup$
– Amir
Jan 26 at 2:22
$begingroup$
The order implied by the post and the implied proposition of the title don't agree. Should the off-diagonal elements of $A-B$ be positive or negative?
$endgroup$
– jmerry
Jan 26 at 5:01
$begingroup$
The order implied by the post and the implied proposition of the title don't agree. Should the off-diagonal elements of $A-B$ be positive or negative?
$endgroup$
– jmerry
Jan 26 at 5:01
$begingroup$
I updated the title, @jmerry.
$endgroup$
– Amir
Jan 27 at 21:04
$begingroup$
I updated the title, @jmerry.
$endgroup$
– Amir
Jan 27 at 21:04
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
$A$ has a positive diagonal because it is a nonsingular M-matrix. As invertibility, entrywise order and inverse-positivity of matrices are all preserved under congruence by positive diagonal matrix, we may assume that all diagonal entries of $A$ are equal to $1$. With this additional assumption, we may write $A=I-S$, where $S$ is a nonnegative matrix with a zero diagonal and $rho(S)<1$.
Now, as $B$ is a nonsingular M-matrix that is $le A$, it can be written as $bI-T$ where $rho(T)<b:=max_ib_{ii}le1$ and $Tge S$ (this is where we need $A$ to have a constant diagonal: without this assumption, we cannot force the diagonal of $S$ to zero and in turn we cannot guarantee that the diagonal part of $S$ is dominated by the diagonal of $T$, even though it is assumed that $Age B$). But then $frac1{b^{k+1}}T^k ge T^kge S^k$ for every nonnegative integer $k$. Therefore
begin{aligned}
A^{-1}=(I-S)^{-1}
&=I+S+S^2+ldots\
&lefrac1bleft(I+frac1bT+frac1{b^2}T^2+ldotsright)\
&=frac1bleft(I-frac1bTright)^{-1}=B^{-1}.
end{aligned}
$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%2f3087838%2felement-wise-ordering-of-the-inverse-of-two-m-matrices%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$
$A$ has a positive diagonal because it is a nonsingular M-matrix. As invertibility, entrywise order and inverse-positivity of matrices are all preserved under congruence by positive diagonal matrix, we may assume that all diagonal entries of $A$ are equal to $1$. With this additional assumption, we may write $A=I-S$, where $S$ is a nonnegative matrix with a zero diagonal and $rho(S)<1$.
Now, as $B$ is a nonsingular M-matrix that is $le A$, it can be written as $bI-T$ where $rho(T)<b:=max_ib_{ii}le1$ and $Tge S$ (this is where we need $A$ to have a constant diagonal: without this assumption, we cannot force the diagonal of $S$ to zero and in turn we cannot guarantee that the diagonal part of $S$ is dominated by the diagonal of $T$, even though it is assumed that $Age B$). But then $frac1{b^{k+1}}T^k ge T^kge S^k$ for every nonnegative integer $k$. Therefore
begin{aligned}
A^{-1}=(I-S)^{-1}
&=I+S+S^2+ldots\
&lefrac1bleft(I+frac1bT+frac1{b^2}T^2+ldotsright)\
&=frac1bleft(I-frac1bTright)^{-1}=B^{-1}.
end{aligned}
$endgroup$
add a comment |
$begingroup$
$A$ has a positive diagonal because it is a nonsingular M-matrix. As invertibility, entrywise order and inverse-positivity of matrices are all preserved under congruence by positive diagonal matrix, we may assume that all diagonal entries of $A$ are equal to $1$. With this additional assumption, we may write $A=I-S$, where $S$ is a nonnegative matrix with a zero diagonal and $rho(S)<1$.
Now, as $B$ is a nonsingular M-matrix that is $le A$, it can be written as $bI-T$ where $rho(T)<b:=max_ib_{ii}le1$ and $Tge S$ (this is where we need $A$ to have a constant diagonal: without this assumption, we cannot force the diagonal of $S$ to zero and in turn we cannot guarantee that the diagonal part of $S$ is dominated by the diagonal of $T$, even though it is assumed that $Age B$). But then $frac1{b^{k+1}}T^k ge T^kge S^k$ for every nonnegative integer $k$. Therefore
begin{aligned}
A^{-1}=(I-S)^{-1}
&=I+S+S^2+ldots\
&lefrac1bleft(I+frac1bT+frac1{b^2}T^2+ldotsright)\
&=frac1bleft(I-frac1bTright)^{-1}=B^{-1}.
end{aligned}
$endgroup$
add a comment |
$begingroup$
$A$ has a positive diagonal because it is a nonsingular M-matrix. As invertibility, entrywise order and inverse-positivity of matrices are all preserved under congruence by positive diagonal matrix, we may assume that all diagonal entries of $A$ are equal to $1$. With this additional assumption, we may write $A=I-S$, where $S$ is a nonnegative matrix with a zero diagonal and $rho(S)<1$.
Now, as $B$ is a nonsingular M-matrix that is $le A$, it can be written as $bI-T$ where $rho(T)<b:=max_ib_{ii}le1$ and $Tge S$ (this is where we need $A$ to have a constant diagonal: without this assumption, we cannot force the diagonal of $S$ to zero and in turn we cannot guarantee that the diagonal part of $S$ is dominated by the diagonal of $T$, even though it is assumed that $Age B$). But then $frac1{b^{k+1}}T^k ge T^kge S^k$ for every nonnegative integer $k$. Therefore
begin{aligned}
A^{-1}=(I-S)^{-1}
&=I+S+S^2+ldots\
&lefrac1bleft(I+frac1bT+frac1{b^2}T^2+ldotsright)\
&=frac1bleft(I-frac1bTright)^{-1}=B^{-1}.
end{aligned}
$endgroup$
$A$ has a positive diagonal because it is a nonsingular M-matrix. As invertibility, entrywise order and inverse-positivity of matrices are all preserved under congruence by positive diagonal matrix, we may assume that all diagonal entries of $A$ are equal to $1$. With this additional assumption, we may write $A=I-S$, where $S$ is a nonnegative matrix with a zero diagonal and $rho(S)<1$.
Now, as $B$ is a nonsingular M-matrix that is $le A$, it can be written as $bI-T$ where $rho(T)<b:=max_ib_{ii}le1$ and $Tge S$ (this is where we need $A$ to have a constant diagonal: without this assumption, we cannot force the diagonal of $S$ to zero and in turn we cannot guarantee that the diagonal part of $S$ is dominated by the diagonal of $T$, even though it is assumed that $Age B$). But then $frac1{b^{k+1}}T^k ge T^kge S^k$ for every nonnegative integer $k$. Therefore
begin{aligned}
A^{-1}=(I-S)^{-1}
&=I+S+S^2+ldots\
&lefrac1bleft(I+frac1bT+frac1{b^2}T^2+ldotsright)\
&=frac1bleft(I-frac1bTright)^{-1}=B^{-1}.
end{aligned}
answered Jan 28 at 15:40


user1551user1551
73.7k566129
73.7k566129
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%2f3087838%2felement-wise-ordering-of-the-inverse-of-two-m-matrices%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
1
$begingroup$
What are "M-matrices"?
$endgroup$
– coffeemath
Jan 26 at 2:20
$begingroup$
en.wikipedia.org/wiki/M-matrix
$endgroup$
– Amir
Jan 26 at 2:22
$begingroup$
The order implied by the post and the implied proposition of the title don't agree. Should the off-diagonal elements of $A-B$ be positive or negative?
$endgroup$
– jmerry
Jan 26 at 5:01
$begingroup$
I updated the title, @jmerry.
$endgroup$
– Amir
Jan 27 at 21:04