Given a $\mathcal{L}=\{0,1,+,\cdot , R\}$ and structure $C=(\mathbb{C},...)$ give a formula so that $C\models \phi(x)$ iff x is a real number
The interpretations of $0,1,+, \cdot$ are the usual interpretations. $R$ is a unary relation and the subset which consists of strictly imaginary numbers $0+bi$
Having a hard time coming up with this formula since I need to somehow take arbitrary complex numbers $x$ and identify that in the form $a+bi$ that $b=0$
I think the statement I want to symbolize would be, if $x$ is $Rx$ then $r+x$ is complex. Since adding any non zero number should give me something that isn't a real number.
$$\phi(x) := \forall y (R(y) \Rightarrow R(x \cdot y))$$
If $x = bi$ is strictly imaginary, then $R(x)$ but we don't have $R(x^2)$ since $x^2 = -b^2$. If $x = a + bi$ is fully complex, then taking $y = bi$ gives $R(y)$ but not $R(x \cdot y) = R(abi - b^2)$. But if $x = a$ is strictly real, then for every strictly imaginary $y = bi$, we have $x\cdot y = abi$, strictly imaginary, and thus $R(x\cdot y)$. So the implication holds exactly when $x$ real.