Begin with a diagonal $N\times N$ matrix, $A$, with distinct eigenvalues $a_i$, and a real symmetric block diagonal matrix $\mathbf{B}$: $$ \mathbf{B}=\left(\begin{matrix} \mathbf{B_{11}} & \mathbf{0}\\ \mathbf{0} & \mathbf{B}_{22}\end{matrix} \right) $$ where $\mathbf{B}_{11}$ is a real symmetric $M\times M$ matrix ($M<N$) and $\mathbf{B}_{22}$ is a real symmetric $(N-M)\times (N-M)$ matrix. I am interested in the polynomial matrix $\mathbf{P}(x)=A+ x \mathbf{B}$. Suppose we have another real symmetric matrix, $\mathbf{C}$, and we know that $\mathbf{Q}(x)= A + x \mathbf{C}$ has the same characteristic polynomial as $\mathbf{P}(x)$ (i.e. $\det(\mathbf{Q}(x)-y \mathbf{I})=\det(\mathbf{P}(x)-y \mathbf{I}$). Can we show that $\mathbf{C}$ must also be block diagonal?
Things I know:
- The characteristic polynomial for $\mathbf{Q}(x)$ is reducible. This point is what makes me most strongly suspect the conjecture is true, but doesn't really point to any way of showing it to be so.
- The eigenvalue functions, $E_P(x)$, of $\mathbf{P}(x)$ are the same as the eigenvalue functions, $E_Q(x)$, of $\mathbf{Q}(x)$.
- $\mathbf{P}(x)$ is similar to $\mathbf{Q}(x)$. If that similarity transformation were constant, we could prove the conjecture. But in principle the similarity transform could depend on $x$.
- $\mathbf{C}$ must be similar to $\mathbf{B}$ (from the $x\rightarrow \infty$ limit of #3), which means that $\mathbf{B}$ and $\mathbf{C}$ share the same eigenvalues.
- The trace of any function of $\mathbf{P}(x)$ is equal to the trace of the same function of $\mathbf{Q}(x)$: $Tr f(\mathbf{P}(x)) = Tr f(\mathbf{Q}(x))$.
- As a corollary of #4: All of the symmetrized traces of powers of $A$ with powers of $\mathbf{B}$ are the same as the corresponding symmetrized power traces of $A$ with $\mathbf{C}$. That is: $Tr~(A^i \mathbf{B}^j)_S= Tr (A^i \mathbf{C}^j)_S $ where $(...)_S$ indicates a symmetrized matrix product (e.g. $(A \mathbf{B}^2)_S= A\mathbf{BB}+\mathbf{B}A\mathbf{B}+\mathbf{BB}A$).
- $\mathbf{P}(x)$ and $\mathbf{Q}(x)$ are members of the ring of polynomial matrices.
None of the above seem to provide a route to proving the conjecture. I have also looked for potential contradictions. I believe I can show it is true for $N=3$ and the algebra for $N=4$ is ... intimidating. Any suggestions for other ways to proceed to either prove or falsify this conjecture?
[Note that we could also restrict $\mathbf{B}$ to have distinct eigenvalues if that would help.]