In A Book of Abstract Algebra by Charles C. Pinter, part 3 of exercise F page 299 is the following: ($a\mid b$ means $a$ divides $b$)
Let $F$ be a field, and $K$ a finite extension of $F$. Prove each of the following :
- If $b$ is algebraic over $K$, then $[K(b):K]\mid [F(b):F]$. (Hint: The minimal polynomial of $b$ over $F$ may factor in $K[x]$, and $b$ will then be a root of one of its irreducible factors.)
I couldn't solve this exercise. If $p(x)$ and $q(x)$ are the minimal polynomials of $b$ over, respectively, $F$ and $K$, then as $p(b)=0$ and $p(x)\in K[x]$, we have $q(x)\mid p(x)$, which shows that $[K(b):K]\le [F(b):F]$. But I wasn't able to show that it divides it. I tried using the different formulas like $[K(b):F]=[K(b):F(b)][F(b):F]$ but I wasn't able to reach the desired conclusion. I also tried using the fact that $\{1,b,\dots,b^{n-1}\}$ is a basis of the vector space $K(b)$ over $K$, and see how this can relate with $F(b)$ over $F$; that linearly independent family doesn't necessarily span $F(b)$ over $F$. I tried using the fact that $K=F(a_1,\dots,a_m)$ since it is a finite extension of $F$, but I didn't manage to reach the conclusion.
Would you help me please? Thank you in advance!
This claim seems to be false.
Let $\sqrt[3]{2}$ be the real cube root of $2$, and let $\zeta$ be a primitive cube root of unity, so that $\sqrt[3]{2}$, $\zeta \sqrt[3]{2}$ and $\zeta^2 \sqrt[3]{2}$ are the three roots of $X^3-2$ over $\mathbb{Q}$.
Then $[\mathbb{Q}(\zeta\sqrt[3]{2}):\mathbb{Q}] = 3$, but $[\mathbb{Q}(\sqrt[3]{2}, \zeta\sqrt[3]{2}):\mathbb{Q}(\sqrt[3]{2})]=2.$
Taking $F=\mathbb{Q}$, $K=\mathbb{Q}(\sqrt[3]{2})$ and $b=\zeta\sqrt[3]{2}$, we seem to have a counter-example.