Exercise: Let $E$ be a finite extension field of $F$, and $D$ an integral domain such that $F \subset D \subset E$. Show that $D$ is a field.
Attempt: All of the field axioms for D are inherited by the inclusion relationship and ring axioms except for the existence of multiplicative inverse. $\alpha \in D \cap F \implies \alpha^{-1} \in F \implies \alpha^{-1} \in D$, so consider $\beta \in D \backslash F$.
Since $E/F$ is finite it's also algebraic, but then $F[\beta] = F(\beta)$ and so $\beta^{-1} \in F(\beta) \subset D$.
I'm not really sure this proof is correct, but in case it is there are two things that bug me:
- If we just ask $D$ to be a ring then from $D \subset E$ follows $D$ is an integral domain.
- We only used the fact that $E/F$ is an algebraic extension in the proof.
Thanks for your help.