Is $\phi: a + b \sqrt{2} \rightarrow a + b\sqrt{3}$ a $\mathbb Q(\sqrt{2}) \rightarrow \mathbb Q(\sqrt{3})$ field isomorphism?
Some book I'm reading says so.
But I'm a bit lost: for field isomorphism, it's required that $\phi(uv) = \phi(u) \phi(v)$.
Choosing $u = v = a + b \sqrt{2}$, we have
$$LHS = \phi((a + b \sqrt{2})(a+b\sqrt{2})) = \phi((a^2 + 2 b^2) + 2 ab \sqrt{2}) = (a^2 + 2b^2) + 2ab \sqrt{3}$$
$$RHS = \phi(a + b\sqrt{2}) \phi(a + b\sqrt{2}) = (a + b\sqrt{3})(a + b\sqrt{3}) = (a^2 + 3b^2) + 2ab \sqrt{3} $$
Seems they don't tally?