A question I recently encountered is:
Let $F$ be a field. Let $x$ be algebraic over $F$. Suppose the minimal polynomial of $x$ is of odd degree. Show $F(x) = F(x^2)$.
We know $F(x^2)$ is a subset of $F(x)$ because $x^2$ belongs to $F(x)$. To show the other containment, do the following: Suppose, for a contradiction, $x$ is not an element of $F(x^2)$. Then the minimal polynomial of $x$ over $F(x^2)$ is $f(y) = y^2 - x^2$. It follows that $[F(x):F(x^2)] = 2$. But $[F(x):F(x^2)][F(x^2):F] = 2[F(x^2):F]$ is odd, a contradiction.
Is there any hole in my logic? For some reason I'm not quite sure if this is correct.