Problem Set 8
Problem Set 8
November 4, 2018
1 Algebraic Closures
Problem 1.1 Let F be a field. Show that a field ∃F such F is a field extension of F ,
and that every polynomial in F [x] splits into linear factors in F [x].
Proof: Let F be a field, and define A as the set of algebraic field extensions over F .
Define a partial order on A based off of field inclusions; to be precise, call K ≤ L if K is a
proper subset of L.
Consider a chain of field extensions, possibly infinite. Call it
1
2 Fields and Integral Domains
Problem 2.1 Let R be an integral domain, and FR be its field of fractions. We remark
that the homomorphism
f : R ,→ FR
gives FR the structure of an R-module. Give an example to show that FR need not be
finitely generated as a R-module.
Proof: Consider the domain Z and its field of fractions Q. We claim here that Q is
not finitely generated as a Z-module. Suppose not. Suppose there exists a set of elements
of Q, {x1 , x2 , ..., xn }. Our first observation is that we can consider only generating sets of
the form { x11 , x12 , ..., x1n }, with xi ∈ Z, as we can generate any element of the form xmi via
multiplication by a member of Z.
Now, claim that with such a generating set, one cannot generate any fraction of the
1
form x+1 where x = Πni=1 xi
Suppose there exists a set of ai such that Σi=1 ai x1i = x+1 1
. Here, we will multiply both
sides by the product x1 x2 ..xi ∈ Z. Well, then we have Σi=1 (ai Πj6=i xj ) = Πi=1x x+1 . We notice
i
here, that since xi | x ∀xi , then xi - x ∀xi . Then, the RHS is a non-integer, and the LHS
is a sum of integers. These cannot be equal. Thus, there is no finite generating set of form
{ x11 , x12 , ..., x1n }.
But, because of the observation that every other finite generating set of form {x1 , x2 , ..., xn }
can be contained within a generating set of form { x11 , x12 , ..., x1n }, there cannot be any finite
generating set for Q.
Proof: Since R has the structure of a vector space, let n be its dimension over K,
and let {e1 , e2 , ..., en } be a basis for R. Fix an arbitrary non-zero vector x. Consider the
set {xe1 , xe2 , ..., xen }. We claim that this is a basis for R.
Linear independence:
Suppose here we have a sum over scalars and basis vectors such that it equals 0. Then
there exists a collection of ai ∈ K such that Σni=1 ai xei = 0. However, then we can factor
out x, producing the product x(Σni=1 ai ei ) = 0. Now, here we invoke the fact that R is a
domain. For this equation to be true, then either x or Σni=1 ai ei is equal to 0. However, x
is a non-zero vector.
2
Then, Σni=1 ai ei , and because {e1 , e2 , ..., en } is linearly independent, the only solution
is trivial. Then, ai = 0 ∀ai . Then, since the only solution is trivial, this set is linearly
independent.
Span:
Consider, in particular, a product xei . Since {e1 , e2 , ..., en } is a basis, it must be
representable as a F n vector. Then, we have n vectors, linearly independent, in F n . This
then must span.
So now, we have that {xe1 , xe2 , ..., xen } is a basis for R. Then, in particular, ∃bi such
that
1 = Σni=0 bi xei = x(Σni=0 bi ei )
.
Thus, we have that x−1 = (Σni=0 bi ei ), that is, x has an inverse. Since the choice of x
was arbitrary, we may repeat this process and generate an inverse for every element x ∈ R.
Then, R is a domain such that every element is invertible → R is a field.
3 Field Automorphisms
Let K/F be an extension of fields. Define Aut(K/F ) to be the set of automorphisms
φ:K→K
such that φ(f ) = f ∀f ∈ F .
Problem 3.1 Show that the set Aut(K/F ) is a group with the group operation being
composition of functions.
Proof: First, we note that we may treat C ∼ = R[i]. Now, let f be any element of
Aut(C/R). Let z = a + bi be any element of C. We have then:
3
. so, we need only determine where i must map under f , in order to determine what maps
are allowed.
Consider the product i ∗ −i = 1. We may apply any map f to both sides, to obtain:
Proof:
4 Finite Fields
Problem 4.1 Construct a finite field with 4 elements as the quotient of a polynomial
ring. Call it F4 .
Construction: Take F2 ∼ = Z/2Z to be the field with 2 elements. Consider the element
x2 +x+1 ∈ F2 [x]. We claim first that this is irreducible. Suppose not. Then, it must break
further into irreducible components. Since f (x) = x2 + x + 1 has degree 2, its irreducible
components must have degree 1. However, we notice that f (0) = 1 and f (1) = 1. Since
@y ∈ F2 | f (y) = 0, f (x) cannot be factored into linear factors in F2 [x]. Thus, x2 + x + 1
is irreducible.
Here, we now claim that the quotient field F2 [x]/(x2 + x + 1) ∼ = F4 , a field because
irreducible elements generate maximal fields. Here, we explicitly write out the elements
of our field: 0, 1, x, x + 1, and those are the only elements. This is because F2 is a field,
so F2 [x] is a Euclidean domain, so all residues modulo x2 + x + 1 have representatives of
degree 0 and 1.
4
Problem 4.2 Write out the multiplication table for F4 and use this to identify the group
F×
4.
0 1 x x+1
0 0 0 0 0
1 0 1 x x+1
x 0 x x+1 1
x+1 0 x+1 1 x
Problem 4.3 Identify the additive group F4 with an abelian group of order 4.
Rationale: Firstly, we will use y as the variable in our polynomial ring, and retain
x, x + 1 as our field elements, to avoid confusion.
Next, we will factor the shared factor of y from the polynomial, which leaves us with
y(y 1 5 − 1). Now, we will use the formula for (a3 − b3 ) = (a − b)(a2 + ab + b2 ) to find that
(y 15 − 1) = (y 3 − 1)(y 6 + y 3 + 1)
.
Here, we notice that x, x + 1, and 1 are all roots of y 3 − 1, so y 3 − 1 splits into those
linear factors. So we need only deal with the (y 6 + y 3 + 1) term.
Quick substitution tells us that there are no linear factors, so we only need to check for
quadratic and cubic factors. Doing some quick calculation on the side, it is easy to verify
via multiplication that:
(y 6 + y 3 + 1) = (y 3 + (x + 1))(y 3 + x)
.
We can see easily that the right side of that equation cannot be factored, as any factoring
of a cubic will be to the product of a quadratic and a linear factor. But, we may apply the
5
factor theorem here, and see that @z ∈ F4 | z 3 + x = 0, because for z ∈ F4 , either z = 0 or
z = 1. This is also true for (y 3 + (x + 1)). Thus, those cubics are irreducible.
Then, combining all of this, we have that:
y 16 −y = y(y 15 −1) = y(y 3 −1)(y 6 +y 3 +1) = y(y −1)(y −x)(y −(x+1))(y 3 +(x+1))(y 3 +x)
.
Wow, that’s a mouthful.