I'm trying to prove a pretty simple problem - commutativity of multiplication of matrix and its inverse.
But I'm not sure, if my proof is correct, because I'm not very experienced. Could you, please, take a look at it?
My proof:
- We know, that AA−1=I, where I is an identity matrix and A−1 is an inverse matrix.
- I want to prove, that it implies AA−1=A−1A
AA−1=IAA−1A=IAAX=IAAX=A
At this point we can see, that X must be a multiplicative identity for matrix A⇒X must be an identity matrix I.
X=A−1A=IAA−1=I=A−1A__
Answer
You claim is not quite true. Consider the example
(100010)(100100)=(1001).
Suppose A,B are square matrices such that AB=I. Observe
BA=BIA=BABA=(BA)2 ⇒ BA(I−BA)=0.
Moreover, using the fact that AB is invertible implies A and B are invertible (which is true only in finite dimensional vector spaces), then it follows
I−BA=0.
Note: we have used the fact that A,B are square matrices when we insert I between BA.
No comments:
Post a Comment