Showing $[\mathbb{Q}(\sqrt[4]{2},\sqrt{3}):\mathbb{Q}]=8$.

928 Views Asked by At

I have a question about calculating the degree of a finite field extension over $\mathbb{Q}$.

This is problem 18 in chapter 1 of Patrick Morandi's Field and Galois Theory. The problem asked to show that $$ \left[ \mathbb{Q}{ \left( \sqrt[4]{2},\sqrt{3} \right):\mathbb{Q} }\right] =8 $$ Here's my work : First, we have $$ \left[ \mathbb{Q} ( \sqrt[4]{2},\sqrt{3}):\mathbb{Q}\right] = \left[ \mathbb{Q}(\sqrt[4]{2},\sqrt{3}) : \mathbb{Q}({\sqrt[4]{2}}) \right] . \left[ \mathbb{Q}{(\sqrt[4]{2})}: \mathbb{Q} \right]$$ It's easy to show that $\left[ \mathbb{Q}{(\sqrt[4]{2})}: \mathbb{Q} \right] =4 $ because the minimal polynomial of $\sqrt[4]{2}$ over $\mathbb{Q}$ is $x^4 -2$. Next, I'm going to show that $$ \left[ \mathbb{Q}(\sqrt[4]{2},\sqrt{3}) : \mathbb{Q}({\sqrt[4]{2}}) \right] =2$$ Consider the polynomial $f(x) = x^2 -3$. It's monic and $\sqrt{3}$ is a root of $f$, but I'm stuck in proving $\sqrt{3} \notin \mathbb{Q}(\sqrt[4]{2})$ (hence $f$ is irreducible over $\mathbb{Q}(\sqrt[4]{2}))$.

My question is: Is there any proof to show that $\sqrt{3} \notin \mathbb{Q}(\sqrt[4]{2})$ or another way to caculate the degree of this field extension?

Thank you for your help.

1

There are 1 best solutions below

1
On BEST ANSWER

I think one can use reduction modulo $7$ to show that $\sqrt 3$ is not in $\mathbb{Q}[\sqrt[4]{2}]$, since in $\mathbb{F}_7$ the equation $X^4-2$ has a solution (i.e.\ $x=5$) but $X^2-3$ has no solution.

Edit: Easier proof: Assume that $\sqrt{3}\in \mathbb{Q}(\sqrt[4]{2})$. Then $\mathbb{Q}(\sqrt{2},\sqrt{3})\subseteq \mathbb{Q}(\sqrt[4]{2})$ and from the equality of degrees over $\mathbb{Q}$ those are equal. But this implies that $\mathbb{Q}(\sqrt[4]{2})$ is Galois which is contradiction, since $e^{2\pi i/4} \sqrt[4]{2}\not\in \mathbb{Q}(\sqrt[4]{2})$.