Let $A, B$ be $ntimes n$ with $nge 2$ nonsingular matrices with real entries such that $A^{-1} + B^{-1}...
$begingroup$
Let $A, B$ be $ntimes n$ with $nge 2$ nonsingular matrices with real entries such that $$A^{-1} + B^{-1} =(A+B)^{-1}$$
then prove that $operatorname{det}(A)=operatorname{det}(B)$.
Also show that this result is not valid for complex matrices.
I'm not getting any way out to solve this. Can anybody solve the problem?
Thanks for assistance in advance.
linear-algebra matrices matrix-equations
$endgroup$
add a comment |
$begingroup$
Let $A, B$ be $ntimes n$ with $nge 2$ nonsingular matrices with real entries such that $$A^{-1} + B^{-1} =(A+B)^{-1}$$
then prove that $operatorname{det}(A)=operatorname{det}(B)$.
Also show that this result is not valid for complex matrices.
I'm not getting any way out to solve this. Can anybody solve the problem?
Thanks for assistance in advance.
linear-algebra matrices matrix-equations
$endgroup$
add a comment |
$begingroup$
Let $A, B$ be $ntimes n$ with $nge 2$ nonsingular matrices with real entries such that $$A^{-1} + B^{-1} =(A+B)^{-1}$$
then prove that $operatorname{det}(A)=operatorname{det}(B)$.
Also show that this result is not valid for complex matrices.
I'm not getting any way out to solve this. Can anybody solve the problem?
Thanks for assistance in advance.
linear-algebra matrices matrix-equations
$endgroup$
Let $A, B$ be $ntimes n$ with $nge 2$ nonsingular matrices with real entries such that $$A^{-1} + B^{-1} =(A+B)^{-1}$$
then prove that $operatorname{det}(A)=operatorname{det}(B)$.
Also show that this result is not valid for complex matrices.
I'm not getting any way out to solve this. Can anybody solve the problem?
Thanks for assistance in advance.
linear-algebra matrices matrix-equations
linear-algebra matrices matrix-equations
edited Feb 9 at 13:25
Robert Z
101k1070142
101k1070142
asked Jan 5 at 17:56
Biswarup SahaBiswarup Saha
624110
624110
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
By multiplying both sides in $A$ we obtain $$I+AB^{-1}=A(A+B)^{-1}=(I+BA^{-1})^{-1}$$by defining $U=AB^{-1}$ we have $$I+U=(I+U^{-1})^{-1}$$therefore $$(I+U)(I+U^{-1})=I$$which leads to $$I+U+U^{-1}=0$$by multiplying both sides in $U(U-I)$ we obtain $$(I+U+U^{-1})U(U-I)=(U^2+U+I)(U-I)=U^3-I=0$$therefore $$U^3=I$$ which means that $$det(U)=1$$or equivalently$$det(A)=det(B)$$
Counter example on $Bbb C$
Let $A=I_2$ and $b=kI_2$ with $k={-1+isqrt 3over 2}$. Then we have $$A^{-1}+B^{-1}=I+{1over k}I\(A+B)^{-1}={1over 1+k}I$$since $$k^2+k+1=0$$ we have $$A^{-1}+B^{-1}=(A+B)^{-1}$$but $$det(B)=k^2=-1-k={-1-isqrt 3over 2}ne 1=det(A)$$
Comment
Even on $Bbb C$, from $U^3=I$ we can conclude that$$left|det(A)right|=left|det(B)right|$$
$endgroup$
$begingroup$
Over $mathbb{R}$, $U^2+U+I=0$ implies that $n$ is even. Over $mathbb{C}$, that does no imply that $det(U)=1$.
$endgroup$
– loup blanc
Jan 5 at 18:44
$begingroup$
You are right. The statement doesn't hold generally over $Bbb C$ but the question has mentioned with real entries
$endgroup$
– Mostafa Ayaz
Jan 5 at 18:48
$begingroup$
The OP asked a second question about the complex case. It's true that he could work (that would not hurt him) in order to clarify this point.
$endgroup$
– loup blanc
Jan 5 at 19:21
$begingroup$
Thank you for pointing that out. I will add a counter example on $Bbb C$
$endgroup$
– Mostafa Ayaz
Jan 5 at 19:34
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%2f3062983%2flet-a-b-be-n-times-n-with-n-ge-2-nonsingular-matrices-with-real-entries-s%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$
By multiplying both sides in $A$ we obtain $$I+AB^{-1}=A(A+B)^{-1}=(I+BA^{-1})^{-1}$$by defining $U=AB^{-1}$ we have $$I+U=(I+U^{-1})^{-1}$$therefore $$(I+U)(I+U^{-1})=I$$which leads to $$I+U+U^{-1}=0$$by multiplying both sides in $U(U-I)$ we obtain $$(I+U+U^{-1})U(U-I)=(U^2+U+I)(U-I)=U^3-I=0$$therefore $$U^3=I$$ which means that $$det(U)=1$$or equivalently$$det(A)=det(B)$$
Counter example on $Bbb C$
Let $A=I_2$ and $b=kI_2$ with $k={-1+isqrt 3over 2}$. Then we have $$A^{-1}+B^{-1}=I+{1over k}I\(A+B)^{-1}={1over 1+k}I$$since $$k^2+k+1=0$$ we have $$A^{-1}+B^{-1}=(A+B)^{-1}$$but $$det(B)=k^2=-1-k={-1-isqrt 3over 2}ne 1=det(A)$$
Comment
Even on $Bbb C$, from $U^3=I$ we can conclude that$$left|det(A)right|=left|det(B)right|$$
$endgroup$
$begingroup$
Over $mathbb{R}$, $U^2+U+I=0$ implies that $n$ is even. Over $mathbb{C}$, that does no imply that $det(U)=1$.
$endgroup$
– loup blanc
Jan 5 at 18:44
$begingroup$
You are right. The statement doesn't hold generally over $Bbb C$ but the question has mentioned with real entries
$endgroup$
– Mostafa Ayaz
Jan 5 at 18:48
$begingroup$
The OP asked a second question about the complex case. It's true that he could work (that would not hurt him) in order to clarify this point.
$endgroup$
– loup blanc
Jan 5 at 19:21
$begingroup$
Thank you for pointing that out. I will add a counter example on $Bbb C$
$endgroup$
– Mostafa Ayaz
Jan 5 at 19:34
add a comment |
$begingroup$
By multiplying both sides in $A$ we obtain $$I+AB^{-1}=A(A+B)^{-1}=(I+BA^{-1})^{-1}$$by defining $U=AB^{-1}$ we have $$I+U=(I+U^{-1})^{-1}$$therefore $$(I+U)(I+U^{-1})=I$$which leads to $$I+U+U^{-1}=0$$by multiplying both sides in $U(U-I)$ we obtain $$(I+U+U^{-1})U(U-I)=(U^2+U+I)(U-I)=U^3-I=0$$therefore $$U^3=I$$ which means that $$det(U)=1$$or equivalently$$det(A)=det(B)$$
Counter example on $Bbb C$
Let $A=I_2$ and $b=kI_2$ with $k={-1+isqrt 3over 2}$. Then we have $$A^{-1}+B^{-1}=I+{1over k}I\(A+B)^{-1}={1over 1+k}I$$since $$k^2+k+1=0$$ we have $$A^{-1}+B^{-1}=(A+B)^{-1}$$but $$det(B)=k^2=-1-k={-1-isqrt 3over 2}ne 1=det(A)$$
Comment
Even on $Bbb C$, from $U^3=I$ we can conclude that$$left|det(A)right|=left|det(B)right|$$
$endgroup$
$begingroup$
Over $mathbb{R}$, $U^2+U+I=0$ implies that $n$ is even. Over $mathbb{C}$, that does no imply that $det(U)=1$.
$endgroup$
– loup blanc
Jan 5 at 18:44
$begingroup$
You are right. The statement doesn't hold generally over $Bbb C$ but the question has mentioned with real entries
$endgroup$
– Mostafa Ayaz
Jan 5 at 18:48
$begingroup$
The OP asked a second question about the complex case. It's true that he could work (that would not hurt him) in order to clarify this point.
$endgroup$
– loup blanc
Jan 5 at 19:21
$begingroup$
Thank you for pointing that out. I will add a counter example on $Bbb C$
$endgroup$
– Mostafa Ayaz
Jan 5 at 19:34
add a comment |
$begingroup$
By multiplying both sides in $A$ we obtain $$I+AB^{-1}=A(A+B)^{-1}=(I+BA^{-1})^{-1}$$by defining $U=AB^{-1}$ we have $$I+U=(I+U^{-1})^{-1}$$therefore $$(I+U)(I+U^{-1})=I$$which leads to $$I+U+U^{-1}=0$$by multiplying both sides in $U(U-I)$ we obtain $$(I+U+U^{-1})U(U-I)=(U^2+U+I)(U-I)=U^3-I=0$$therefore $$U^3=I$$ which means that $$det(U)=1$$or equivalently$$det(A)=det(B)$$
Counter example on $Bbb C$
Let $A=I_2$ and $b=kI_2$ with $k={-1+isqrt 3over 2}$. Then we have $$A^{-1}+B^{-1}=I+{1over k}I\(A+B)^{-1}={1over 1+k}I$$since $$k^2+k+1=0$$ we have $$A^{-1}+B^{-1}=(A+B)^{-1}$$but $$det(B)=k^2=-1-k={-1-isqrt 3over 2}ne 1=det(A)$$
Comment
Even on $Bbb C$, from $U^3=I$ we can conclude that$$left|det(A)right|=left|det(B)right|$$
$endgroup$
By multiplying both sides in $A$ we obtain $$I+AB^{-1}=A(A+B)^{-1}=(I+BA^{-1})^{-1}$$by defining $U=AB^{-1}$ we have $$I+U=(I+U^{-1})^{-1}$$therefore $$(I+U)(I+U^{-1})=I$$which leads to $$I+U+U^{-1}=0$$by multiplying both sides in $U(U-I)$ we obtain $$(I+U+U^{-1})U(U-I)=(U^2+U+I)(U-I)=U^3-I=0$$therefore $$U^3=I$$ which means that $$det(U)=1$$or equivalently$$det(A)=det(B)$$
Counter example on $Bbb C$
Let $A=I_2$ and $b=kI_2$ with $k={-1+isqrt 3over 2}$. Then we have $$A^{-1}+B^{-1}=I+{1over k}I\(A+B)^{-1}={1over 1+k}I$$since $$k^2+k+1=0$$ we have $$A^{-1}+B^{-1}=(A+B)^{-1}$$but $$det(B)=k^2=-1-k={-1-isqrt 3over 2}ne 1=det(A)$$
Comment
Even on $Bbb C$, from $U^3=I$ we can conclude that$$left|det(A)right|=left|det(B)right|$$
edited Jan 5 at 19:41
answered Jan 5 at 18:13
Mostafa AyazMostafa Ayaz
16.7k3939
16.7k3939
$begingroup$
Over $mathbb{R}$, $U^2+U+I=0$ implies that $n$ is even. Over $mathbb{C}$, that does no imply that $det(U)=1$.
$endgroup$
– loup blanc
Jan 5 at 18:44
$begingroup$
You are right. The statement doesn't hold generally over $Bbb C$ but the question has mentioned with real entries
$endgroup$
– Mostafa Ayaz
Jan 5 at 18:48
$begingroup$
The OP asked a second question about the complex case. It's true that he could work (that would not hurt him) in order to clarify this point.
$endgroup$
– loup blanc
Jan 5 at 19:21
$begingroup$
Thank you for pointing that out. I will add a counter example on $Bbb C$
$endgroup$
– Mostafa Ayaz
Jan 5 at 19:34
add a comment |
$begingroup$
Over $mathbb{R}$, $U^2+U+I=0$ implies that $n$ is even. Over $mathbb{C}$, that does no imply that $det(U)=1$.
$endgroup$
– loup blanc
Jan 5 at 18:44
$begingroup$
You are right. The statement doesn't hold generally over $Bbb C$ but the question has mentioned with real entries
$endgroup$
– Mostafa Ayaz
Jan 5 at 18:48
$begingroup$
The OP asked a second question about the complex case. It's true that he could work (that would not hurt him) in order to clarify this point.
$endgroup$
– loup blanc
Jan 5 at 19:21
$begingroup$
Thank you for pointing that out. I will add a counter example on $Bbb C$
$endgroup$
– Mostafa Ayaz
Jan 5 at 19:34
$begingroup$
Over $mathbb{R}$, $U^2+U+I=0$ implies that $n$ is even. Over $mathbb{C}$, that does no imply that $det(U)=1$.
$endgroup$
– loup blanc
Jan 5 at 18:44
$begingroup$
Over $mathbb{R}$, $U^2+U+I=0$ implies that $n$ is even. Over $mathbb{C}$, that does no imply that $det(U)=1$.
$endgroup$
– loup blanc
Jan 5 at 18:44
$begingroup$
You are right. The statement doesn't hold generally over $Bbb C$ but the question has mentioned with real entries
$endgroup$
– Mostafa Ayaz
Jan 5 at 18:48
$begingroup$
You are right. The statement doesn't hold generally over $Bbb C$ but the question has mentioned with real entries
$endgroup$
– Mostafa Ayaz
Jan 5 at 18:48
$begingroup$
The OP asked a second question about the complex case. It's true that he could work (that would not hurt him) in order to clarify this point.
$endgroup$
– loup blanc
Jan 5 at 19:21
$begingroup$
The OP asked a second question about the complex case. It's true that he could work (that would not hurt him) in order to clarify this point.
$endgroup$
– loup blanc
Jan 5 at 19:21
$begingroup$
Thank you for pointing that out. I will add a counter example on $Bbb C$
$endgroup$
– Mostafa Ayaz
Jan 5 at 19:34
$begingroup$
Thank you for pointing that out. I will add a counter example on $Bbb C$
$endgroup$
– Mostafa Ayaz
Jan 5 at 19:34
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%2f3062983%2flet-a-b-be-n-times-n-with-n-ge-2-nonsingular-matrices-with-real-entries-s%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