So, I have to show that for all square matrices $A$, $$\newcommand{\rank}{\operatorname{rank}}\rank(A)+\rank(A^3)\geq2\rank(A^2).$$
My attempt at it so far:
So, if I try to use this theory:
Let $A$ be a square matrix similar to a Jordan matrix $J$. Then $J$ is determined by $$a_{\lambda,k} = \dim\ker(A − \lambda I)^k$$ then I know because of this theorem that $$\rank(A − \lambda I)^{k−1} + \rank(A − \lambda I)^{k+1} ≥ 2 \rank(A − \lambda I)^k$$
Then if I know that $\rank(A)+\rank(A^m)\geq m+1$ then $\rank(A)+\rank(A^3)\geq 4$ so then $2\rank(A^2) = 4$, right?
But I'm not exactly sure how to prove all of this because the theorem from above is for the Jordan matrix $J$... Or does this theory not work with this problem at all?
I was just going to say that the eigenvalues were equal to $0$ and prove the above by substituting in the values but I don't think that is a valid solution. Any help on this would be appreciated.
Take $A$ similar to $J$, i.e. $A = QJQ^{-1}$. Then
$$A^2 = (QJQ^{-1})^2 = QJQ^{-1}QJQ^{-1} = QJ^2 Q^{-1}$$
and hence $A^2$ is similar to $J^2$, and likewise for $A^3$ and $J^3$. Thus we can replace $A$ with $J$ and the rank does not change. Let us now prove this for a Jordan matrix $J$.
We do not need to worry about those Jordan blocks in $J$ which correspond to non-zero eigenvalues, since taking powers of these does not change the rank. Thus we will consider those blocks which have zeros on the diagonal. Once one squares the matrix $J$ the rank drops by $1$ for each such block of size at least $2$. When one multiplies by $A$ again, the rank drops again for every block of size at least three.
Let $n$ be the dimension of the vector space. Suppose that $b$ of the basis vectors correspond to blocks of nonzero eigenvalue and $n_k$ basis vectors correspond to zero eigenvalue blocks of size $k$.
The rank of $A$ is $b + \sum_{k \geq 1} n_k (k-1)$. The rank of $A^2 = b + \sum_{k \geq 2} n_{k} (k-2)$. The rank of $A^3 = b + \sum _{k \geq 3} n_{k}(k-3)$. Then
$$rank A + rank A^3 = 2b + n_{2} + \sum_{k \geq 3} n_{k}(2k-4)$$
Thus
$$\frac{rank A + rank A^3}{2} = b + \frac{n_2}{2} + \sum_{k \geq 3} n_{k}(k- 2)$$
Which is clearly greater than
$$rank A^2 = b + \sum_{k \geq 2} n_{k} (k-2) = b + \sum_{k \geq 3} n_{k}(k-2)$$
And in fact the difference is measured by the number of Jordan blocks with eigenvalue $0$ and size $2$.