Linear Alg.: Proving $\left(A^2\right)^{-1}\,=\,\left(A^{-1}\right)^2$

VinnyCee
Messages
486
Reaction score
0
Given that A^2 is invertible, does it neccesarily mean that

\left(A^2\right)^{-1}\,=\,\left(A^{-1}\right)^2?



I know that this is true, but I have no idea on where to even start a proof of this!

Maybe:

\left(A^2\right)^{-1}\,=\,\left(A\,A\right)^{-1}

But how would I operate on infinite matrices (i.e. - a_{i\,j})?
 
Last edited:
Physics news on Phys.org
(A^2)^{-1}=(AA)^{-1}=A^{-1}A^{-1}=(A^{-1})^2

This proves that the inverse of the square of the matrix is equal to the square of the inverse of the matrix.
I'm not sure if that's sufficient, because I'm not exactly sure what the little a is supposed to be.
 
Last edited:
X is the in inverse of Y if and only if XY=YX=1.
 
VinnyCee said:
Given that A^2 is invertible, does it neccesarily mean that

\left(A^2\right)^{-1}\,=\,\left(a^{-1}\right)^2?



I know that this is true, but I have no idea on where to even start a proof of this!

Maybe:

\left(A^2\right)^{-1}\,=\,\left(A\,A\right)^{-1}

But how would I operate on infinite matrices (i.e. - a_{i\,j})?

Please do NOT mix "A" and "a"! matt grimes' suggestion is exactly what you need. Use the definition of inverse.
 
Sorry, a little typo I made!

It's fixed now.

How to prove something? Is there am algorithim for proofs? The concept is too abstract for me to reason about it or start a problem!

Can someone list the different methods for "proving" something? OIr maybe provide a good link to this type of information?
 
VinnyCee said:
How to prove something?

that would depend on the 'something'

[quote[Is there am algorithim for proofs?[/quote]

no, otherwise it would be a pointless subject.


The concept is too abstract for me to reason about it or start a problem!

Can someone list the different methods for "proving" something?

There is no such list. But in this case it is trivial. You only need to show something satisfies some rule, and that is trivially easy to do in this case.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top