If $A \in \mathbb{M}_{n\times n}(\mathbb{R})$ with $n\ge 2$ has rank $1$

1.3k Views Asked by At

If $A \in \mathbb{M}_{n\times n}(\mathbb{R})$ with $n\ge 2$ has rank $1$, then the minimal polynomial of $A$ is of degree $2$.

I think it is true because i did not get any example which makes it false. So either give its proof or any counter example to disprove this. Thanks in advance.

3

There are 3 best solutions below

0
On

Hint (Up to permutation of blocks) the only Jordan normal form matrices of rank $1$ are $$\pmatrix{\lambda} \oplus {\bf 0}_{n - 1}, \quad \lambda \neq 0, \quad \qquad \textrm{and} \qquad \pmatrix{0&1\\0&0} \oplus {\bf 0}_{n - 2} .$$ What are the minimal polynomials of these matrices?

6
On

Of course, $0$ is an eigenvalue of $A$ with geometric multiplicity $n-1$. From there we have two possibilities:

One possibility is that $A$ has a second eigenvalue besides zero, which is true if and only if $\operatorname{rank}(A^2) = \operatorname{rank}(A) = 1$ (since the image of $A$ is a one-dimensional invariant subspace). In this case, $A$ is diagonalizable with minimal polynomial $p(x) = x(x- \lambda)$ for non-zero eigenvalue $\lambda$.

The other possibility is that $0$ is the only eigenvalue of $A$. In this case, we find that since $\operatorname{rank}(A^2)<\operatorname{rank}(A)$, we must have $A^2 = 0$. So, the minimal polynomial of $A$ is $p(x) = x^2$.

In either case, the minimal polynomial of $A$ has degree $2$, as we wanted to show.

0
On

The degree of the minimal polynomial of $A$ cannot be one, otherwise $A$ would be a scalar multiple of $I$, meaning that the rank of $A$ is either zero or $n$ rather than one. Now, as $A$ has rank one, $A=uv^T$ for some vectors $u$ and $v$. Hence $A^2=(uv^T)(uv^T)=u(v^Tu)v^T=(v^Tu)A$, i.e. $A$ is annihilated by the quadratic polynomial $x^2-(v^Tu)x$. So, this must be the minimal polynomial of $A$.