1.11 Algebraic and transcendental elements
Let be a field. An element of an extension of defines a homomorphism
There are two possibilities.
Case 1: The kernel of the map is , so that, for ,
In this case, we say that transcendental over . The homomorphism is an isomorphism, and it extends to an isomorphism of the fields of fractions.
Case 2: The kernel is , so that for some nonzero . In this case, we say that is algebraic over . The polynomials such that form a nonzero ideal in , which is generated by the monic polynomial of least degree such . We call the minimal (or minimum) polynomial of over .88 8 When we order the polynomials by degree, is a minimal element of the set of polynomials having as a root. It is also the unique minimal (hence least or minimum) element of the set of monic polynomials having as a root. See Wikipedia: partially ordered set. It is irreducible, because otherwise there would be two nonzero elements of whose product is zero. The minimal polynomial is characterized as an element of by each of the following conditions,
-
is monic, , and divides every other in such that ;
-
is the monic polynomial of least degree such that
-
is monic, irreducible, and .
Note that defines an isomorphism . Since the first is a field, so also is the second,
Thus, is a stem field for .
Let be such that . Then is monic, irreducible, and has as a root, and so it is the minimal polynomial of over . The set is a basis for over . The calculations in Example 1.27 show that if is the element of , then , and
PARI
knows how to compute in . For example, factor(X^4+4)
returns the factorization
in . Now type F=nfinit(a^2+2*a+2) to define a number
field “F” generated over by a
root of . Then nffactor(F,x^4+4) returns the
factorization
in .
A extension of is said to be algebraic (and is said to be algebraic over ), if all elements of are algebraic over ; otherwise it is said to be transcendental (and is said to be transcendental over ). Thus, is transcendental if at least one element of is transcendental over .
Let be fields. If is finite, then is algebraic and finitely generated (as a field) over ; conversely, if is generated over by a finite set of algebraic elements, then it is finite over .
: To say that an element of is transcendental over amounts to saying that its powers are linearly independent over . Thus, if is finite over , then every element of is algebraic over . It remains to show that is finitely generated over . If , then it is generated by the empty set. Otherwise, there exists an . If , then there exists an , and so on. Since
this process terminates with .
: Let with algebraic over . The extension is finite because is algebraic over , and the extension is finite because is algebraic over and hence over . Thus, by (1.20), is finite over . Now repeat the argument. □
(a) If is algebraic over , then every subring of containing is a field.
(b) Consider fields . If is algebraic over and is algebraic over , then is algebraic over
(a) If , then . But is a field because is algebraic (see p. 1.11), and so contains .
(b) By assumption, every is a root of a monic polynomial
Each of the extensions
is generated by a single algebraic element, and so is finite. Therefore is finite over (see 1.20), which implies that is algebraic over . □