[Math] Algebraic Integer and its minimal polynomial

abstract-algebraintegersminimal-polynomialsnormed-spaces

Given k is a nonzero algebraic integer, I am trying to show 1/k is algebraic as well iff f(0) = 1 or -1 where f(t) is the minimal polynomial over the rationals. Think I can show (<=) by the fact that the constant term of its minimal polynomial gives 1, from where 1/k will be a root of some monic polynomial with the terms in the minimal polynomial reversed.. For (=>) : I am not sure, do we make use of the norm of 1/k?

Best Answer

A number $k$ is an algebraic integer if and only if its (monic) minimal polynomial over the rationals has integer coefficients.

Indeed, if $k$ is the root of a monic polynomial with integer coefficients, it will be the root of one of its irreducible factors, which are monic and with integer coefficients as well (Gauss’ lemma).

The reverse of a degree $n$ polynomial with nonzero constant term $f(x)=a_0+a_1x+\dots+a_nx^n$ is $$ \hat{f}(x)=a_n+a_{n-1}x+\dots+a_0x^n=x^nf(1/x) $$ It follows that $f$ is irreducible if and only if $\hat{f}$ is irreducible. (Prove it.)

Now, suppose $k$ is an algebraic integer with minimal polynomial $f(x)=a_0+a_1x+\dots+a_{n-1}x^{n-1}+x^n$. Then $1/k$ is a root of $\hat{f}(x)$, which is irreducible, so $\hat{f}(x)=cg(x)$, where $g(x)=b_0+b_1+\dots+b_{n-1}x^{n-1}+x^n$ is the (monic) minimal polynomial for $1/k$. (Why the degree has to be the same?)

Thus $$ a_0x^n+a_1x^{n-1}+\dots+a_{n-1}x+1= cb_0+cb_1x+\dots+cb_{n-1}x^{n-1}+cx^n $$ In particular, $cb_0=1$ and $c=a_0$, so $a_0b_0=1$.

Suppose $1/k$ is an algebraic integer. Then…

$b_0$ is an integer, so $a_0=\pm1$.

Conversely, if $a_0=1$ or $a_0=-1$, then either $\hat{f}(x)$ or $-\hat{f}(x)$…

is a monic polynomial with integer coefficients having $1/k$ as root.

Related Question