Does $\sum_i A_i=I$ with $A_i$ positive imply $\{A_i\}_i$ are mutually diagonalisable

eigenvalues-eigenvectorslinear algebramatricespositive definite

As discussed in this other question, if $A$ and $B$ are matrices such that $A+B=I$, then trivially they commute, and thus if they are both diagonalisable they are also mutually diagonalisable.

The same argument doesn't, however, apply when summing more than two such matrices. Suppose then that
$$\sum_{i=1}^n A_i = I.$$
The case of $A_i\ge0$ is the one I'm most interested about, but if positivity turns out to not be relevant for this, as it might very well be the case, feel free to weaken this constraint (to maybe consider Hermitian, normal, or just diagonalisable matrices).

If $\sum_i A_i=I$ then I can say that, for example, $[A_1,A_2+…+A_n]=0$, and thus $A_1$ and $\sum_{i>1} A_i$ are mutually diagonalisable. But then I cannot iterate the argument by splitting $A_2$ from $A_3+…+A_n$, as now they sum to a diagonal matrix (in their common eigenbasis), but not to the identity.

So does the result about mutual diagonalisability only work for $n=2$? A counterexample of three or more non-mutually-diagonalisable matrices summing to the identity would be a good answer.

Best Answer

Let $$ A_1 =\frac{1}{9} \begin{bmatrix} 3 & 2 & -1\\ 2 & 3 & -1\\ -1 & -1 & 3\\ \end{bmatrix}, \quad A_2 =\frac{1}{9} \begin{bmatrix} 3 & -1 & 2\\ -1 & 3 & -1\\ 2 & -1 & 3\\ \end{bmatrix}, \quad A_3 =\frac{1}{9} \begin{bmatrix} 3 & -1 & -1\\ -1 & 3 & 2\\ -1 & 2 & 3\\ \end{bmatrix}. $$ Then it can be checked that $\sum_iA_i = I$, $A_i\geq 0$, but do not commute.

Related Question