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