Let $A$ be an $n \times n$ upper triangular matrix with integer entries and all diagonal entries are $1$
Prove / Disprove: $A^{-1}$ is not a power of $A$ unless $A$ is the identity matrix
I only know $A^{-1}$ exists and of course, it has all integer entries.
Any help?
Denote $A=I+N$ where $N$ is some nilpotent non-zero upper triangular matrix and suppose $A^{-1}=(I+N)^k$.
Then it should be $(I+N)^{k+1}=I$ and then with the use of of binomial formula $a_1N+a_2N^2+\dots+ a_{k+1}N^{k+1} =0 $
$N(a_1I+a_2N +\dots+ a_{k+1}N^ k) =0$
but $B=a_1I+a_2N +\dots+ a_{k+1}N^ k$ is full rank matrix and $N$ in nonzero matrix so it is impossible to be $NB=0$.
So $N$ must be $0$.