1

I have the following statement:

Prove or disprove that if $I_n+3A-A^2 = 0$ then $A$ is invertible and the inverse is $A-3I_n$

My attempt was:

Suppose $A$ is a matrix of $m \times k$ order. Since $I_n = A^2 -3A$, from matrix equality $A$ must have $n\times n$ order, so $A$ is a square matrix of order $n$.

On the other hand, $I_n = A^2 -3A \iff I_n = A(A-3I_n)$, so only i need to prove that $I=(A-3I_n)A$. But I could not do it.

Any hint is appreciated.

ESCM
  • 3,161

1 Answers1

1

You can use this fact also, take $B=A-3I$.

Now , as , $AB=I$ , we want to prove $BA=I$

Clearly, $A,B$ are of full rank here , otherwise $(AB)$ can't be of full rank.

So, $AB=I \implies (A^{-1}A)B=A^{-1} \implies B=A^{-1} $

Now, $B=BI \implies B=B(AB) \implies B=(BA)B \implies (I-BA)B = 0 $

Now, as $B$ is of full rank, $(I-BA)BB^{-1}=0_{n×n}B^{-1} \implies (I-BA)=0_{n×n} \implies BA=I \implies (A-3I)A=I $

A learner
  • 2,831
  • 2
  • 8
  • 18