Example 4.2 (Dedekind)
Let

be the cubic field defined by the polynomial

. We will use MAGMA, which implements the algorithm
described in the previous section, to show that

is an essential
discriminant divisor for

.
> K := NumberField(x^3 + x^2 - 2*x + 8);
> OK := MaximalOrder(K);
> Factorization(2*OK);
[
<Prime Ideal of OK
Basis:
[2 0 0]
[0 1 0]
[0 0 1], 1>,
<Prime Ideal of OK
Basis:
[1 0 1]
[0 1 0]
[0 0 2], 1>,
<Prime Ideal of OK
Basis:
[1 0 1]
[0 1 1]
[0 0 2], 1>
]
Thus

with the

distinct and

. If
![$ \O _K=\mathbb{Z}[\alpha]$](img89.png)
for some

with minimal polynomial

, then
![$ \overline{g}(x)\in\mathbb{F}_2[x]$](img90.png)
must be a product of three
distinct
linear factors, which is impossible.