Understanding proof that ##(A^T)^{-1} = (A^{-1})^T##

  • Context: Graduate 
  • Thread starter Thread starter Incand
  • Start date Start date
  • Tags Tags
    Proof
Click For Summary

Discussion Overview

The discussion revolves around the proof of the theorem stating that if matrix A is non-singular, then the inverse of its transpose is equal to the transpose of its inverse, expressed as ##(A^T)^{-1} = (A^{-1})^T##. Participants explore the implications of the proof, the necessity of showing that the inverse is well-defined, and the conditions under which the theorem holds, focusing on aspects of linear algebra and matrix theory.

Discussion Character

  • Technical explanation
  • Conceptual clarification
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • Some participants assert that the proof requires showing that the inverse is well-defined to ensure uniqueness, while others question the necessity of this step.
  • There is a discussion about the definition of "non-singular" and its implications for matrix invertibility.
  • Some participants propose that if ##A## is invertible, then ##A^T## must also be invertible due to properties of determinants.
  • A participant suggests that proving the uniqueness of the inverse is essential for the theorem's validity, while others challenge this assertion.
  • Concerns are raised about whether a left or right inverse could exist that is not equal to the inverse, prompting further clarification on the completeness of the proof.
  • One participant summarizes that proving ##A^T(A^{-1})^T=I## is sufficient to demonstrate that ##(A^T)^{-1} = (A^{-1})^T##.

Areas of Agreement / Disagreement

Participants express differing views on the necessity of demonstrating that the inverse is well-defined and unique. While some agree on the importance of this aspect, others believe it may not be essential for the proof. The discussion remains unresolved regarding the completeness of the proof and the implications of matrix properties.

Contextual Notes

Participants reference various definitions and properties of matrices, but there is no consensus on the necessity of certain steps in the proof. The discussion highlights assumptions about matrix dimensions and the implications of invertibility.

Incand
Messages
334
Reaction score
47
Theorem
If A is non singular then ##(A^T)^{-1} = (A^{-1})^T##

Proof
The first part of proof shows that the inverse unambiguously decided. Then
##A^T(A^T)^{-1} = I##
and
##I = A^{-1}A = (A^{-1}A)^T = A^T(A^{-1})^T##
Where the second step is possible because ##I = I^T##. From the equations above
##A^T(A^T)^{-1} = A^T(A^{-1})^T \Longrightarrow (A^T)^{-1} = (A^{-1})^T##
The text claims the last step is possible thanks to the inverse being unabigously decided. Why does this allow us to use cancellation?
 
Physics news on Phys.org
Multiply both sides of ##A^T (A^T)^{-1} = A^T (A^{-1})^T## by ##(A^T)^{-1}## on the left.
 
  • Like
Likes   Reactions: Incand
micromass said:
Multiply both sides of ##A^T (A^T)^{-1} = A^T (A^{-1})^T## by ##(A^T)^{-1}## on the left.
But why do we need to show that the inverse is well defined or is that unnecessary?
And how do i know that ##(A^T)^{-1}## exists? If ##A## is square it's obvious but for the general case I'm not sure I understand why it follows.
 
How is "non singular" defined in your book, because the way i know it, is that the definition for non singular matrix is invertible and square matrix.
 
  • Like
Likes   Reactions: Incand
Delta² said:
How is "non singular" defined in your book, because the way i know it, is that the definition for non singular matrix is invertible and square matrix.

I'm sure you're right. I was just confused yesterday i guess. Actually this is more of repetition question of linear algebra for a numerical analysis courseso the book doesn't really define it. I just seem to have forgotten a bit of linear algebra it seems.

But as I understand it now the part in the proof that shows that an inverse is well defined isn't really necessary?
##A^T(A^T)^{-1}=I##
##A^T(A^{-1})^T=I##
If the inverse is well defined then that implies that ##(A^T)^{-1} =(A^{-1})^T## but left multiplying with ##(A^T)^{-1}## would show the same thing since if ##A## is invertible than so is ##A^T## (equal determinant).
 
Incand said:
But as I understand it now the part in the proof that shows that an inverse is well defined isn't really necessary?
It is necessary in order for the statement of the theorem to have proper and complete meaning. If the inverse is not unique (i suppose that's what you mean when you say the inverse is well defined) then which of the two or more inverse matrices you choose when you state ##(A^T)^{-1}##?
If the inverse is well defined then that implies that ##(A^T)^{-1} =(A^{-1})^T## ...
What proof the book gives in the first part, as i said above all i know is that when we say that the inverse is well defined it means that it is unique, i don't understand how you "dare" to say that inverse is well defined implies that ##(A^T)^{-1} =(A^{-1})^T## where do you get that implication from?
 
Delta² said:
What proof the book gives in the first part, as i said above all i know is that when we say that the inverse is well defined it means that it is unique, i don't understand how you "dare" to say that inverse is well defined implies that ##(A^T)^{-1} =(A^{-1})^T## where do you get that implication from?

From that ##A^T(A^T)^{-1} = I## tells us that ##(A^T)^{-1}## is an inverse to ##A^T## (or by definition).
And the other equation the same thing, ##(A^{-1})^T## have to be an inverse to ##A^T## since ##A^T(A^{-1})^T = I##. Since both of them are inverses too ##A^T## and the inverse was unique/well defined they have to be equal. right?
 
Not exactly, matrix multiplication is not commutative so you have to prove that ##A^T(A^{-1})^T=(A^{-1})^TA^T=I## in order to be able to say that ##(A^{-1})^T## is an inverse to ##A^T##.
 
Delta² said:
Not exactly, matrix multiplication is not commutative so you have to prove that ##A^T(A^{-1})^T=(A^{-1})^TA^T=I## in order to be able to say that ##(A^{-1})^T## is an inverse to ##A^T##.

Do you know if it possible for an invertible matrix to have a left (or right) inverse that's not equal to the inverse? Or did you mean that a complete proof would have to prove that that's the case?
 
  • #10
well yes a complete proof would have to prove that :). Its easy to prove anyway so i guess that's why the book omited it.

Anyway i guess we all got it now why we need the unique of the inverse, it is used in the proof afterall.
 
  • Like
Likes   Reactions: Incand
  • #11
Delta² said:
well yes a complete proof would have to prove that :). Its easy to prove anyway so i guess that's why the book omited it.

Anyway i guess we all got it now why we need the unique of the inverse, it is used in the proof afterall.

Yepp! Thanks for explaining!
 
  • #12
Since the problem has been solved, I think it should be OK if I post my solution.

The inverse of a matrix A is a matrix B such that AB=BA=I. (Note that this only makes sense if A and B are both n×n-matrices, with the same n). Inverses are unique, because if B and C are both inverses of A, we have AB=BA=I and AC=CA=I, and therefore
$$B=IB=(CA)B=C(AB)=CI=C.$$ Now, if you find a matrix B such that AB=I, is that enough to ensure both that A is invertible and that B is the inverse of A? The answer is yes, because
$$AB=I\ \Rightarrow\ \det A\cdot\det B=1\ \Rightarrow\ \det A\neq 0,$$ so if AB=I, we know that A is invertible, that it has only one inverse, and that
$$A^{-1}=A^{-1}I=A^{-1}(AB)=(A^{-1}A)B=IB=B.$$
These results tell us that to prove that ##A^T## is invertible and that its inverse is ##(A^{-1})^T##, it's sufficient to prove that ##A^T(A^{-1})^T=I##.
$$A^T(A^{-1})^T =(A^{-1}A)^T=I^T=I.$$ If you view the first two results above as already proved theorems, then this little calculation is all you have to do to.
 
  • Like
Likes   Reactions: micromass, Delta2 and Incand

Similar threads

  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 24 ·
Replies
24
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
Replies
1
Views
2K
  • · Replies 12 ·
Replies
12
Views
1K