Pseudoinverse of Repeating Vertical Block Matrix
A block matrix is a structured representation of a matrix as partitioned into submatrices. For example, let $A, B, C, D$ be $m \times n$ matrices. Then \(\begin{bmatrix} A & B \\ C & D \end{bmatrix}\) is a $2m \times 2n$ block matrix. A special case called vertical (or horizontal) block matrices have blocks stacked in a single column (or row). In this post, we discuss a simple result for calculating the pseudoinverse of a repeating vertical block matrix i.e. a vertical block matrix where each block is identical. This result has been mentioned in a few places on Wikipedia and elsewhere but not with a direct proof.