I am trying to deduce whether or not
$$K=\{a+b\sqrt{2}|a,b\in\mathbb{Q}\text{ and }ab<\sqrt{2}\}$$
is a subfield of $\mathbb{C}$. I feel like I'm getting stuck. If I subtract two numbers $a+b\sqrt{2}$ and $c+d\sqrt{2}$, then we have to show that
$$(a-c)(b-d)=ab+cd-(ad+bc)<2\sqrt{2}-(ad+bc)<\sqrt{2}$$
Thus I have $ad+bc>\sqrt{2}$ and I'm not sure how to procede here. It I look at the multiplicative inverse of $a+b\sqrt{2}$,
$$(a+b\sqrt{2})^{-1}=\frac{a}{a^2-2b^2}+\frac{-b}{a^2-2b^2}\sqrt{2}$$
and so the conditions must hold for
$$\frac{-ab}{(a^2-2b^2)^2}<\frac{-\sqrt{2}}{(a^2-2b^2)^2}<\sqrt{2}$$
$$\frac{1}{(a^2-2b^2)^2}>-1$$
Which is true for all $a,b$. I'm stuck....