I am trying to prove or disprove the statement:
If $A,B$ are n by n complex matrix, then if $A+B$ is Hermitian, then both $A$ and $B$ are Hermitian.
Is this statement true or false?
I am trying to prove or disprove the statement:
If $A,B$ are n by n complex matrix, then if $A+B$ is Hermitian, then both $A$ and $B$ are Hermitian.
Is this statement true or false?
A real matrix is Hermitian if it is symmetric. Use
$\begin{bmatrix} 1 & 0\\ 0 & 1 \end{bmatrix}=\begin{bmatrix} 1 & 0\\ 1 & 0 \end{bmatrix}+\begin{bmatrix} 0 & 0\\ -1 & 1 \end{bmatrix}$
LHS is hermitian but the matrices in RHS are not Hermitian.