I want to share the following question which was asked in a competitive exam:
For a fixed positive integer $n\geq 3$, let $A$ be the $n\times n$ matrix defined by $A=I-\dfrac{1}{n}J$, where $J$ is the $n\times n$ matrix with all entries equal to 1. Which of the following statements is/are not true?
- $A^k=A$ for every positive integer $k$.
- $\operatorname{Trace}(A)=n-1$
- $\operatorname{Rank}(A)+\operatorname{Rank}(I-A)=n$
- $A$ is invertible.
Well I see that my question is on hold. But I have posted this in Q & A style and have given quite a clear explanation of my way of approach in solving it.
1.
It's not hard to show that $A^{2}=A$, using the fact that $J^{2}$ is the $nxn$ matrix with all entries equal to $n$:
$A^{2}=(I-\frac{1}{n}J)(I-\frac{1}{n}J)=I-\frac{2}{n}+\frac{1}{n^{2}}J^{2}=I-\frac{1}{n}J=A$
Now suppose $A^{k}=A$ holds for some positive integer $k$. Then
$A^{k+1}=AA^{k}=AA=A^{2}=A$
Hence, by induction $A^{k}=A$ holds for every positive integer $k$.