Maths Olympiad Prep

Track / Stage 7 / 84 of 300 #1484 of 1964

Problem 1484

National olympiad second round; IMO P1/P4
Algebra Difficulty 7.2 Find the answer

We define a pseudo-inverse BMn(C)B\in \mathcal M_n(\mathbb C) of a matrix AMn(C)A\in\mathcal M_n(\mathbb C) a matrix which fulfills the relations
A=ABA and B=BAB. A = ABA \quad \text{ and } \quad B=BAB.
a) Prove that any square matrix has at least a pseudo-inverse.

b) For which matrix AA is the pseudo-inverse unique?

Marius Cavachi

The source for this one didn't record the answer, so there is nothing to check what you type against. Work it on paper and mark yourself against the solution below.

Official solution

### Part (a): Prove that any square matrix has at least a pseudo-inverse.

1. Matrix Decomposition:
Let AMn(C) A \in \mathcal{M}_n(\mathbb{C}) . We can decompose A A using Gaussian elimination into the form:
A=PDP1 A = PDP^{-1}
where D D is a block diagonal matrix with Ik I_k (the identity matrix of size k k ) and a zero matrix, and P P is an invertible matrix.

2. Constructing the Pseudo-Inverse:
Define B B as:
B=P1DP1 B = P^{-1}DP^{-1}
We need to verify that B B satisfies the conditions A=ABA A = ABA and B=BAB B = BAB .

3. Verification:
- Compute ABA ABA :
ABA=A(P1DP1)A=PDP1(P1DP1)PDP1=PD(P1P)D(P1P)DP1=PDP1=A ABA = A(P^{-1}DP^{-1})A = PDP^{-1}(P^{-1}DP^{-1})PDP^{-1} = PD(P^{-1}P)D(P^{-1}P)DP^{-1} = PDP^{-1} = A
- Compute BAB BAB :
BAB=(P1DP1)A(P1DP1)=P1D(P1P)DP1=P1DDP1=P1DP1=B BAB = (P^{-1}DP^{-1})A(P^{-1}DP^{-1}) = P^{-1}D(P^{-1}P)DP^{-1} = P^{-1}DDP^{-1} = P^{-1}DP^{-1} = B

Thus, B B is a pseudo-inverse of A A .

### Part (b): For which matrix A A is the pseudo-inverse unique?

1. Invertible Matrix:
If A A is invertible, then the pseudo-inverse B B must be the inverse of A A , i.e., B=A1 B = A^{-1} . This is because:
A=ABA    A=A(A1)A=A A = ABA \implies A = A(A^{-1})A = A
B=BAB    A1=A1A(A1)=A1 B = BAB \implies A^{-1} = A^{-1}A(A^{-1}) = A^{-1}
Hence, the pseudo-inverse is unique and is A1 A^{-1} .

2. Non-Invertible Matrix:
If A A is not invertible, consider the decomposition A=PDP1 A = PDP^{-1} where D D contains zero blocks. We can construct different pseudo-inverses by choosing different matrices L L such that LD=L LD = L and DL=D DL = D . For example:
B1=P1DP1 B_1 = P^{-1}DP^{-1}
B2=P1(2DI)P1 B_2 = P^{-1}(2D - I)P^{-1}
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 A A is invertible.

\blacksquare

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.