I would like to ask how to prove that Moore-Penrose inverse of $A^T$ is $(A^+)^T$. I know that I can do it by proving all 4 properties but I am stuck at proving that $(A^+A)^T=A^+A$ and $(AA^+)^T=AA^+$
2026-03-25 16:08:37.1774454917
On
Proof for Moore-Penrose inverse of transposed matrix
2.5k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
I am stuck at proving that $(A^+A)^T=A^+A$ and $(AA^+)^T=AA^+$.
You cannot prove that because it isn't true in general (unless $A$ is real).
What you should prove is that both $A^T(A^+)^T$ and $(A^+)^TA^T$ are Hermitian, but this is obviously true because they are the transposes of $A^+A$ and $AA^+$, and the latter two products are Hermitian by the definition of $A^+$.
We work over $\Bbb R$. So the transpose and the hermitean conjugation coincide.
We start with $A^+$ satisfying the defining properties of a pseudoinverse:
Let $B=A^T$. We denote by $X$ the matrix $(A^+)^T$, $$X=(A^+)^T\ .$$ We apply the transposition in the above relations $(1)$, $(2)$, and use $(3')$, $(4')$ in terms of the new notations.
Above, we can rewrite $X^TB^T=(BX)^T$, $B^TX^T=(XB)^T$.
By definition $X$ is $B^+$.
This is explicitly $(A^+)^T=(A^T)^+$.
$\square$
Note: I hope this also explains my comment.