3

If I have an $n\times n$ matrix, and $A^{4}=I_n$, does this imply that $A^{-1}$ exists?

My reasoning is

$A^{4}=I$, so $(A^{4})^{-1}=I=(A^{-1})^{4}$.

Is this valid? Thanks for your time in answering what is probably a super simple question.

5 Answers5

12

The equation $A^4=I$ says precisely that $A^{-1}=A^3$.

Pedro
  • 122,002
Janik
  • 1,603
  • 3
    I don't think "choose" is the right word since we can't really choose an inverse. It either exists and is unique or it doesn't exist at all. But +1 for the concise and correct answer. –  Aug 29 '16 at 13:10
  • This is indeed true, but i couldn't think of a proper term instead of "choose". I'll edit my post in order to get that clear. – Janik Aug 29 '16 at 13:12
  • 1
    @Janik I've suggested an alternative wording. – Pedro Aug 29 '16 at 13:12
  • @PedroTamaroff Thank you, I was a few seconds too late to do it myself. – Janik Aug 29 '16 at 13:14
  • I knew this going in, but wanted to check the logic of the reasoning I provided above. Thank you for your answer! – Babe in the Woods Aug 29 '16 at 13:17
7

Take the determinant of $A^4$: $$[\det(A)]^4=\det(A^4)=\det(I_n)=1$$ so $\det(A)\not=0$ and $A$ is invertible.

Aternative approach: let $M:=A^3$ then $A\cdot M=M\cdot A=A^4=I_n$ which implies by definition that $A$ is invertible and its inverse is $M$.

Robert Z
  • 145,942
7

Your reasoning is not correct. You claim that $(A^4)^{-1} = (A^{-1})^4$, but you don't know that yet because you don't know that $A^{-1}$ even exists.

You need to prove that $A^{-1}$ exists. You prove that by proving that there exists some matrix $B$ such that $AB=BA=I$.

5xum
  • 123,496
  • 6
  • 128
  • 204
1

If $\lambda$ is an eigenvalue of $A$, then $\lambda^n$ is an eigenvalue of $A^n$ for $n \geq 1$. This rules out the possibility of zero eigenvalues.

Calculon
  • 5,725
0

A^4=I ➡ A^(-1)=A^3. We can write it but we can write it when inverse exists. We shall first know that the inverse is exist or not.