Friday, July 26, 2019

linear algebra - Proof that (AA1=I)Rightarrow(AA1=A1A)




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 AA1=I, where I is an identity matrix and A1 is an inverse matrix.

  • I want to prove, that it implies AA1=A1A



AA1=IAA1A=IAAX=IAAX=A


At this point we can see, that X must be a multiplicative identity for matrix AX must be an identity matrix I.



X=A1A=IAA1=I=A1A__


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(IBA)=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

IBA=0.



Note: we have used the fact that A,B are square matrices when we insert I between BA.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...