Matrix $C \in M_n(\mathbb{R})$ $\lambda_1=\lambda_2=0$ rank

26 Views Asked by At

If a have a matrix $C \in M_n(\mathbb{R})$ with $C^2=O_n$ and $n=2k+1$ that has at least to eigenvalues equal to $0$. Can I say from this that the $rank C\leq \frac{n-1}{2}?$

1

There are 1 best solutions below

0
On

$\newcommand{\rank}{\operatorname{rank}}\newcommand{\nullity}{\operatorname{nullity}}\newcommand{\c}{\mathbf{c}}\newcommand{\0}{\mathbf{0}}$Yes. Hints: You want to show that $\rank(C)\le k$. Let the columns of $C$ be $\c_1,\ldots,\c_n$. Then since $C^2 = O$, we have $C\c_j = \0$ for all $j=1,\ldots, n$. Now suppose by way of contradiction that $\rank(C) > k$. Then since (by the rank-nullity theorem) $$\nullity(C) = 2k+1-\rank(C),$$ we have $$\nullity(C) < 2k+1-k = k+1 \Rightarrow \nullity(C) \le k.$$ But the columns of $C$ are all from the null space of $C$ and $\rank(C) > k$. In view of the above, can you explain why this is impossible?