Let A be a n × m matrix with rank (A) = r < m. Then there exists a matrix B of order s × m such that rank (B) = m − r, and no overlap between their row spaces i.e. C(AT) ∩ C(BT)= {0} .
Show that:
(1) ATA + BTB is of full rank
(2) (ATA + BTB)−1 is a g-inverse of ATA,
i.e. ATA(ATA + BTB)−1ATA = ATA
(1) I understand that ATA will give me an m x m matrix and that BTB will give me an m x m matrix simply by looking at their dimensions when multiplying the transpose by the matrix, so if I add two matrices that are m x m together is that enough to "prove" (1)?
(2) Do I try to use single value decomposition to approach this one?