Field Theory - Nicholson - Splitting Fields - Section 6.3 - Example 1

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
Math Amateur
Gold Member
MHB
Messages
3,920
Reaction score
48
I am reading Nicholson: Introduction to Abstract Algebra, Section 6.3 Splitting Fields.

Example 1 reads as follows: (see attachment)

--------------------------------------------------------------------------------------------------

Example 1. Find an extension [tex]E \supseteq \mathbb{Z}_2[/tex] in which [tex]f(x) = x^3 + x + 1[/tex] factors completely into linear factors.

--------------------------------------------------------------------------------------------------

The solution reads as follows:

-------------------------------------------------------------------------------------------------

Solution. The polynomial f(x) is irreducible over [tex]\mathbb{Z}_2[/tex] (it has no root in [tex]\mathbb{Z}_2[/tex] ) so

[tex]E = \{ a_0 + a_1 t + a_2 t^2 \ | \ a_i \in \mathbb{Z}_2 , f(t) = 0 \}[/tex]

is a field containing a root t of f(x).

Hence x + t = x - t is a factor of f(x)

The division algorithm gives [tex]f(x) = (x+t) g(x)[/tex] where [tex]g(x) = x^2 + tx + (1 + t^2)[/tex]

, so it suffices to show that g(x) also factors completely in E.

Trial and error give [tex]g(t^2) = 0[/tex] so [tex]g(x) = (x + t^2)(x + v)[/tex] for some [tex]v \in F[/tex].

... ... etc (see attachment)

-------------------------------------------------------------------------------------------------------------

My problem is that I cannot show how [tex]g(t^2) = 0[/tex] implies that [tex]g(x) = (x + t^2)(x + v)[/tex] for some [tex]v \in F[/tex].

I would appreciate some help.

Peter

[Note; This has also been posted on MHF]
 
Physics news on Phys.org
There are a couple of ways to go about this:

One way is simply to divide $g(x)$ by $x + t^2$:

$g(x) = x^2 + tx + (1+t^2) = (x + t^2)(x + (t+t^2)) + (1 + t^2 + t^3 + t^4)$

$= (x + t^2)(x + (t+t^2)) + (1 + t^3) + t^2 + t(t^3)$

$= (x + t^2)(x + (t+t^2)) + t + t^2 + t(t + 1)$

(since $t^3 + t + 1 = 0$ means $t^3 = -t - 1 = t + 1$, and similarly $t^3 + 1 = -t = t$)

$= (x + t^2)(x + (t+t^2)) + t + t^2 + t + t^2 = (x + t^2)(x + (t+t^2))$

which immediately gives $v = t + t^2$.

There seems to be a typo in the book, it should read: "for some $v \in E$".

A more abstract approach is this:

We have that $g(x)$ has a root in $\Bbb Z_2(t)$, namely $t^2$, so it follows by the division algorithm that $g(x) = (x + t^2)(x + c_0)$ for some $c_0 \in \Bbb Z_2(t)$ (this is because:

$a \in F$ is a root of $f(x) \in F[x] \iff (x - a)|f(x)$ for any field $F$. The other factor must be linear because the degree of $g$ is 2, and the factor $x + t^2$ is linear).

By the uniqueness of this factorization, we can take $v = c_0$.

Multiplying this out, we obtain:

$x^2 + tx + (1 + t^2) = g(x) = x^2 + (t^2 + v)x + t^2v$ yielding:

$t = t^2 + v$
$v = t - t^2 = t + t^2$.

*******

It might be helpful to keep in mind this basic fact:

for any polynomial $p(x) \in F[x]$ for any field $F$, and any $a \in F$ we have:

$p(x) + q(x)(x - a) + r(x)$ with deg(r) < deg($x-a$) = 1, or $r(x) = 0$, that is:

$r$ is a CONSTANT polynomial. Which one? Clearly, $p(a)$, that is:

$p(x) = (x - a)q(x) + p(a)$.