This came with a set of questions:
Find a field injection between the following fields or prove that such injection doesn't exist:
- $\mathbb{Q}[i]\subset\mathbb{C}\to\mathbb{R}$
- $\mathbb{Q}(x)\to\mathbb{C}$
- $\mathbb{R}(x)\to\mathbb{C}$
- $\mathbb{Q}[\alpha]\subset\mathbb{C}\to\mathbb{R}$, where$\alpha=2^{\frac{1}{3}}e^{2\pi i/3}$
I have worked with the finite case before, (for example $\mathbb{F}_{29}\to \mathbb{F}_{57}$), in which case I could use the cardinality of the image to show that no such field injection exists. But I don't think I could continue with this strategy when everything is infinite.
I think I have tackled all other parts, my proof goes something like this:
Suppose $\phi:\mathbb{Q}[i]\to\mathbb{R}$ is an injection. Suppose $\phi(i)=r\in \mathbb{R}$. Then $\phi(-1)=\phi(i\cdot i)=\phi(i)\cdot\phi(i)=r^2$. But since $$\phi(0)=0=\phi(1)+\phi(-1)=1+\phi(-1)$$, $\phi(-1)=-1=r^2$, and this is a contradiction since there is no such real number whose square is $-1$.
For the second part, I think $\phi:\mathbb{Q}(x)\to\mathbb{R}:p(x)\to p(e)$ would be an injection, based off the fact that $e$ is transcendental over $\mathbb{Q}$. But I have no idea about the third part. I only have a vague feeling that there might be some argument based on cardinality.
For the last part,the map $\phi:\mathbb{Q}[\alpha]\to\mathbb{R}:(a_0+a_1\alpha+a_2\alpha^2)\to(a_0+a_12^\frac{1}{3}+a_22^\frac{2}{3})$ seems to be valid.Many thanks to @reuns for pointing this out.
I also found this question, which seems to be more or less relate:https://math.stackexchange.com/questions/935877/how-to-prove-that-the-evaluation-map-is-a-ring-homomorphism
Any help is appreciated, thank you in advance.