Let $A,B \in M_{n}( R )$. (They're both in real numbers.) There is an invertible matrix $P \in M_{n}(C)$ (P is in complex number), where $PAP^{-1} = B$. Show that there is an invertible matrix $Q \in M_{n}(R)$ where $QAQ^{-1} = B$.
I've tried this way, but it doesn't work: $$P = C + iD$$ $$P^{-1} = E + iF$$ where $C$ and $E$ are real parts and $iD$ and $iF$ are imaginary parts. $$PAP^{-1} = (C+iD)A(E+iF) = B$$ $$\Rightarrow CAE - DAF + i(DAE + CAF) = B$$ B, A, C, F, E are real, so $DAE + CAF = 0$ $$\Rightarrow B = CAE - DAF$$
also $$PP^{-1} = I$$ $$\Rightarrow (C+iD)(E+iF) = I$$ $$\Rightarrow CE - DF + i(DE + CF) = I$$ again $DE+CF = 0$
I'm trying to change $CAE - DAF$ into $QAQ^{1}$, but I can't.