macaholic
- 21
- 0
Homework Statement
Does the equation \text{rank}(A^T A = \text{rank}(A A^T) hold for all nxm matrices A? Hint: the previous exercise is useful.
Homework Equations
\text{ker}(A) = \text{ker}(A^T A)
\text{dim}(\text{ker}(A) + \text{rank}(A) = m
The Attempt at a Solution
The previous exercise it referring to asked to show that \text{rank}(A) = \text{rank}(A^T A) holds for all nxm matrices A.
Which I did by stating:
\text{ker}(A) = \text{ker}(A^T A)
and then taking the dimension of both sides, using the rank-nullity theorem to get:
n-\text{rank}(A) = n - \text{rank}(A^T A) which makes it clearly true.
I tried using this result to prove the stated problem like so:
\text{rank}(A) = \text{rank}(A^T A)
\text{rank}(A^T A) = \text{rank}((A^T A)^T A^T A)
= \text{rank}(A^T A A^T A)
But then I get promptly stuck because I'm not sure what to do with the right side of that. Any advice?