I'm working on the following problems from Dummit and Foote Abstract Algebra (Exercise 14.7.13) and I am stuck.
Let $F$ be a subfield of real number $\mathbb{R}$. Let $a\in F$ and $K=F(\sqrt[n]{a})$ where $\sqrt[n]{a}$ denotes a real $n$th root of $a$. Prove that if $L$ is any Galois extension of $F$ contained in $K$ then $[L:F]\leq 2$.
What I have tried so far:
Suppose $[K:F]=m\leq n$ and $[L:F]=d$. Then if we consider the norm, we have $$ N_{K/L}(\sqrt[n]{a})=\prod_{\sigma\in\operatorname{Hom}_F(K,\overline{L})}\sigma(\sqrt[n]{a})= \zeta (\sqrt[n]{a})^{m/d}\in L $$ since $|\operatorname{Hom}_F(K,\overline{L})|=[K:L]$ given that $K=L(\sqrt[n]{a})$ and $\sqrt[n]{a}$ is separable over $L$, and $\zeta$ is some $n$th root of unity since $\sigma$ takes a root of the polynomial $x^n-a$ to another root of this polynomial. If $m=n$, then I will be able to prove the claim by showing the irreducibility of the polynomial $x^d-a$. However, $m=n$ need not be true. So I am stuck.
Any help will be appreciated. Thank you so much!