5

Suppose I have matrices $A,B\in\mathrm{Mat}_n(\mathbf{R})$ which are conjugate in $\mathrm{Mat}_n(\mathbf{C})$ in the sense that there is $S\in\mathrm{GL}_n(\mathbf{C})$ with $A=SBS^{-1}$. Then is it possible to choose $S$ with this property and $S\in\mathrm{GL}_n(\mathbf{R})$?

this fact is claimed in the answers to An element of $SL(2,\mathbb{R})$

Rudi
  • 154

1 Answers1

3

Write $S=R+iI$, with $R,I\in M_n(\mathbb R)$, for the real and imaginary parts of $S$. By hypothesis, $AS=SB$ and so $AR=BR$ and $AI=IB$. Thus, $$\forall t\in\mathbb R, A(R+tI)=(R+tI)B$$ We will be done once we show that there are $t\in\mathbb R$ such that $R+tI$ is invertible. This follows from the observation that $$z\mapsto\det(R+zI)$$ is polynomial in $z$, nonzero since it is nonzero for $z=i$, and thus only has finitely many roots, and in particular, $(R+tI)$ is invertible for all but a finite number of $t\in\mathbb R$.


The same proof technique implies that if two matrices with coefficients in an infinite field $k(\subset K)$ are conjugate in some larger field $K$, then they are already conjugate in $k$.

  • The proof seems to rely on the the particular case of field extension $\mathbb R\subset\mathbb C$, and I don't see how one can extend it to the general case (which I agree that it is also true). – user26857 Dec 27 '15 at 11:49