A classic problem in linear algebra is to determine if two matrices $A,B\in M_n(\mathbb{F})$ are similar one to another. When $\mathbb{F}=\bar{\mathbb{F}}$, we know that $A,B$ are similar if and only if they have the same Jordan form.
What about the the case where $\mathbb{F}\neq \bar{\mathbb{F}}$? In this case I saw that there is a theorem saying that for two matrices $A,B\in M_n(\mathbb{F})$, if they are similar over $\bar{\mathbb{F}}$ then they are similar over $\mathbb{F}$.
However, I can't find any "natural" proof for that. I want to ask if someone know such a proof?
In a linear algebra class you can show that if $A$, $B \in M_n(\mathbb{R})$ are similar in $M_n(\mathbb{C})$, then they are similar. For there exists $X + i Y \in M_n(\mathbb{C})$ with $$A (X+ iY) = (X+iY) B$$ and $\det (X+iY) \ne 0$. We get $AX= XB$, $AY= YB$ so $A(X+tY)=(X+tY)B$ for any $t\in \mathbb{R}$. You only have to choose $t$ so that $\det(X+tY)\ne 0$. This is possible, because the polynomial $t\mapsto \det(X+tY)$ is not $0$, for taking a nonzero value at the complex value $t=i$.