Let $v\in\mathbb{C}^n$, want to find two symmetric matrices $M,N\in\mathbb{C}^n\times\mathbb{C}^n$ such that
- $M+N=I$
- $<Mv, Nv>$ is minimized
This boils down to finding matrix $M\in\mathbb{C}^n\times\mathbb{C}^n$ that minimizes $||v^*(M-M^2)v||$ for some $v\in\mathbb{C}^n$
There is a series of simple solutions, playing on the diagonal of $I$, such as
$M=diag([0,1,0,1...]), N=diag([1,0,1,0,...])$
What if we exclude this solution from the problem? What can we say about it then? Is this a known problem? If so, what are the references? If not, any suggestions as to which direction I should look into?