We define a pseudo-inverse of a matrix a matrix which fulfills the relations
a) Prove that any square matrix has at least a pseudo-inverse.
b) For which matrix is the pseudo-inverse unique?
Marius Cavachi
Problem 1484
Official solution
### Part (a): Prove that any square matrix has at least a pseudo-inverse.
1. Matrix Decomposition:
Let . We can decompose using Gaussian elimination into the form:
where is a block diagonal matrix with (the identity matrix of size ) and a zero matrix, and is an invertible matrix.
2. Constructing the Pseudo-Inverse:
Define as:
We need to verify that satisfies the conditions and .
3. Verification:
- Compute :
- Compute :
Thus, is a pseudo-inverse of .
### Part (b): For which matrix is the pseudo-inverse unique?
1. Invertible Matrix:
If is invertible, then the pseudo-inverse must be the inverse of , i.e., . This is because:
Hence, the pseudo-inverse is unique and is .
2. Non-Invertible Matrix:
If is not invertible, consider the decomposition where contains zero blocks. We can construct different pseudo-inverses by choosing different matrices such that and . For example:
These are distinct pseudo-inverses, showing that the pseudo-inverse is not unique in this case.
Therefore, the pseudo-inverse is unique if and only if is invertible.