4

Let $L/K$ be a field extension. Let $a\in L$ and $K[a]=\{p(a)\;|\; p\in K[x]\}$; then $K[a]$ is clearly an integral domain. I want to show that when $a$ is algebraic over $K$, then $K[a]$ is a field.

So I want to know what is the multiplicative inverse of a non zero element $p(a)\not =0$ for some $p\in K[X]$. Since $a$ is algebraic it has a minimum polynomial $m\in K[X]$ now $m$ and $p$ are coprime so there exists $\alpha$ and $\beta$ in $K[X]$ such that $\alpha m+\beta p=1$; passing to evaluation on $a$ we get $\beta(a).p(a)=1$ hence $p(a)$ is invertible with inverse $\beta(a)$. My only doubt is about $m$ and $p$ being coprime. I think a justification is that $p$ is irreducible in $K[X]$ and that $p$ can not be a multiple of $m$ is that correct?

Davide Giraudo
  • 172,925
palio
  • 11,064
  • Yeah, $p$ and $m$ are coprime. By definition, $m$ is irreducible over $k$. Now, if $p$ and $m$ are not coprime, then $p$ would have an associate of $m$ as a factor ($gcd(m,p) =$ some associate of $m$), which is impossible, since $p(\alpha) \neq 0$. – Rankeya Nov 05 '11 at 14:18
  • I think this is a nice way to think about why $k[\alpha]$ is a field, as in it is a more direct way. I would always prove it indirectly, because it is true that $k[x]/(m(x)) \cong k[\alpha]$, and $k[x]/(m(x))$ is a field. – Rankeya Nov 05 '11 at 14:24
  • what do you mean by "associate" ? 2) $k[x]/(m(x)) $ is obviously a field but why $k[x]/(m(x)) \cong k[\alpha]$ is the iso induced by the evaluation $eval_{\alpha}:K[X]\rightarrow K[\alpha];;p\mapsto p(\alpha)$?
  • – palio Nov 05 '11 at 14:55
  • By associate I mean a unit times $m$. Well, $ev_{\alpha}:k[x] \rightarrow L$ has image $k[\alpha]$ and kernel $(m(x))$. – Rankeya Nov 05 '11 at 14:58