Suppose that A and B are diagonalizable and have the same eigenvectors. Prove that A+B is diagonalizable. I get $A=PD_AP^{-1}$ and $B=PD_BP^{-1}$, and A+B = $PD_AP^{-1}+PD_BP^{-1}$, but how do I combine these two terms?
2026-04-06 07:41:16.1775461276
On
diagonalization addition
90 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
3
On
If $A$ is diagonalisable then it means there must be a basis of eigenvectors which are shared by $B$. Call them $v_1,...,v_n$.
Since $A,B,A+B$ are linear it is sufficient to check the behaviour on a basis, in the case the eigenvectors.
Suppose the eigenvalues corresponding to the $v_k$ are $\lambda_k^A,\lambda_k^B$, then we have
$(A+B)v_k = (\lambda_k^A+\lambda_k^B) v_k$ and so we see that the $v_k$ are eigenvectors of $A+B$ and since they form a basis, $A+B$ is diagonalisable (using the matrix $V=\begin{bmatrix} v_1 & \cdots & v_n \end{bmatrix}$).
$$A+B = PD_AP^{-1} + PD_BP^{-1} = P(D_A + D_B)P^{-1}$$
The last step is valid because: $$P(D_A + D_B)P^{-1}=(P(D_A + D_B))P^{-1} = (PD_A + P D_B)P^{-1} = PD_AP^{-1} + PD_BP^{-1}$$