2

Let $f(x) \in K[x]$ an irreducible polynomial of $K[x]$ of degree $n$.

Let $K\leq F$ a field extension with $[F:K]=m$.

If $(n,m)=1$ show that $f(x)$ stays irreducible also as a polynomial of $F[x]$.

Could you give me some hints how to show this??

Git Gud
  • 31,356
Mary Star
  • 13,956

1 Answers1

2

Let $\alpha$ be a root of $f(x)$ and let $m_\alpha(x)$ be the minimal polynomial of $\alpha$ over $K$.

It's easy to conclude that $n=\deg\left(m_\alpha(x)\right)=[K(\alpha)\colon K]$.

It holds that $K\preceq K(\alpha)\preceq F(\alpha)$ and $K\preceq F\preceq F(\alpha)$.

Since all these extensions are finite it follows that

$$\begin{align} [F(\alpha)\colon K]&=[F(\alpha)\colon K(\alpha)]\overbrace{[K(\alpha)\colon K]}^{n},\\ [F(\alpha)\colon K]&=[F(\alpha)\colon F]\underbrace{[F\colon K]}_{m}. \end{align}$$

From $\gcd(m,n)=1$, it follows that $mn$ divides $[F(\alpha)\colon K]$ and consequently $[F(\alpha)\colon K]\ge mn$ which in turn implies that $$m[F(\alpha)\colon F]=[F(\alpha)\colon K]\ge mn.$$ Thus $[F(\alpha)\colon F]\ge [K(\alpha)\colon K]$.

Given this inequality, I'll let you think how to relate it to certain minimal polynomials.

Git Gud
  • 31,356