Is the matrix $(A - D^{T}AD)$ positive definite if the spectral radius of $D$, $\rho(D)<1$? Here $A$ is a positive definite matrix and $D^{T}$ denotes the transpose of $D$. $A$ and $D$ are both real matrices.
My intuition says so but I am not being able to prove rigorously. One can assume $D^{T}AD = DAD^{T}$, if necessary.
This is not true. $$ \pmatrix{2&1\\ 1&1}-\pmatrix{1\\ &0}\pmatrix{2&1\\ 1&1}\pmatrix{1\\ &0} =\pmatrix{0&1\\ 1&1} $$ is indefinite. So, if we replace $\operatorname{diag}(1,0)$ by $\operatorname{diag}(1-\epsilon,0)$ for some sufficiently small $\epsilon>0$, the result is indefinite too.