I have two positive semidefinite matrices $A$ and $B$. Is it necessarily true that $$ rank(A+B) = rank(A^2+A+B) $$ ?
It is easy to see that $rank(A+B) \le rank(A^2+A+B)$, but for any example I try, I end up with the ranks on both sides always being equal.
$$ rank(XA+B) = rank((X+AY)A + B) $$ ?
Here $X$ is a diagonal matrix with all positive diagonal entries, while $A$, $B$ and $Y$ are arbitrary positive semidefinite matrices. (This simplifies to the original question when $A = B = I$.)
– user75267 Apr 30 '13 at 23:21$$ \ker(XA+AYA+B)= \ker(XA)\cap \ker(AYA) \ker(B) = \ker(A) \cap \ker(AYA)\ \cap \ker(B)=\ker(A) \cap \ker(B)=\ker(XA) \cap \ker(B)=\ker(XA+B) $$ since $\ker(XA)=\ker(A)$ and $\ker(A) \subseteq \ker(AYA)$. Any clues on where I'm going wrong?
– user75267 May 01 '13 at 16:19