For any square matrix A show that rk($A^2) \leq$ rk ($A$).

458 Views Asked by At

I am familiar with the rank theorems, but I can't seem to figure this one out.

I want to prove this using the linear maps.

Let $f: \mathbb{R}^n \to \mathbb{R}^n$ be the linear map associated with $A$. And let $V = \{ v_1, ..., v_k \}$, $V \subset \mathbb{R}^n$, be a basis for $A$, with $k \leq n$ and nul($A$) = $n-k$.

How do I proceed?

2

There are 2 best solutions below

0
On BEST ANSWER

We define $T(V) = \{T(v): v \in V\}$. Note that when $V$ is a vector space and $T$ is a linear map $T:V \to W$, $T(V)$ is a subspace of $W$ which is called the image of $V$. By definition, the rank of a map $T:V \to W$ is $\dim(T(V))$ (which coincides with the rank of the associated matrix).

Now, note that $f^2(V) = f[f(V)]$. Since $f(V) \subset V$, it follows that $f[f(V)] \subset f(V)$ (this is the trickiest bit here; see if you can make sense of it). It follows that $\dim(f[f(V)]) \leq \dim(f(V))$. That is, the rank of $f^2$ is at most equal to the rank of $f$, as desired.

0
On

The key is the following claim: Given any linear map $T: V \to W$ with $V$ finite dimensional, we have $dim T(V) \leq V$. To see this we note that given a basis $v_1, \ldots, v_k$ of $T$ we have $T(v_1), \ldots, T(v_k)$ span the image of $T$ and hence its dimension is atmost $k$.

Now given $T: V \to V$ we have the rank of $T$ is $dim(T(V))$. Since $T^2(V) = T(T(V))$, we have $dim(T^2(V)) = dim(T(T(V))) \leq dim (T(V))$ so rank of $T^2$ is at most the rank of $T$.