Field Theory | Mathematics - Wyatt's Notes
12.1 Field Extensions
Section titled “12.1 Field Extensions”A field extension is an inclusion of fields. We write and call an extension field of .
The degree of the extension, denoted Is the dimension of as a vector space over .
Proposition 12.1. If are field extensions, then .
Proof. If is a basis for and is a basis for Then is a basis for . Count dimensions.
12.2 Algebraic Extensions
Section titled “12.2 Algebraic Extensions”An element is algebraic over if there exists a non-zero polynomial With . Otherwise is transcendental over .
The minimal polynomial of over is the monic polynomial of smallest degree in Having as a root.
Proposition 12.2. The minimal polynomial of over is irreducible in .
Proof. If with Then So either or Contradicting the minimality of .
Theorem 12.3. is algebraic over if and only if . In this case, .
Proof. If is algebraic with minimal polynomial of degree Then is a basis for (every element can be Reduced modulo ), so . Conversely, if Then is linearly dependent, giving a polynomial relation .
12.3 Constructing Extension Fields
Section titled “12.3 Constructing Extension Fields”Theorem 12.4 (Kronecker”s Theorem). If is a field and is irreducible, then is a field extension of containing a root of .
Proof. Since is irreducible and is a PID, is a maximal ideal, so Is a field. The element satisfies I.e., is a root of .
12.4 Finite Fields
Section titled “12.4 Finite Fields”Theorem 12.5. For every prime and every There exists a field of order Unique up to isomorphism.
Proof (existence). Consider the splitting field of over . The set of roots of in the splitting field forms a field (since roots are closed under addition, Multiplication, and taking inverses), and it has exactly elements.
Proposition 12.6. The multiplicative group of a finite field is cyclic.
Proof. is a finite abelian group of order . Let be the largest order of any element. By Lagrange, every element’s order divides . So for all Meaning every element is a root of . Since has at most roots in a field, . But divides So .
12.5 Algebraic Closure
Section titled “12.5 Algebraic Closure”A field is algebraically closed if every non-constant polynomial in has a root in .
Theorem 12.7 (Fundamental Theorem of Algebra). is algebraically closed.
Remark. Every field has an algebraic closure : an algebraically closed field That is an algebraic extension of . The algebraic closure is unique up to -isomorphism. For example, is the field of all algebraic numbers. It is countable and Infinite-dimensional over .
12.6 Worked Examples: Field Extensions
Section titled “12.6 Worked Examples: Field Extensions”Problem. Compute and find the minimal polynomial of over .
Solution
Solution. First, since is irreducible over (by Eisenstein with ). Then : if With Squaring gives Forcing . If : Impossible in . If : Impossible in . So .
By the tower law: .
For the minimal polynomial of : compute powers. So Giving Hence . One checks that is irreducible over (no rational roots, no quadratic factor), so .
Problem. Show that is not a Galois extension of .
Solution
Solution. The minimal polynomial of is (irreducible by Eisenstein with ), So . The roots of are , , . The root is not in .
Therefore is not the splitting field of And . The extension is not Galois.
Problem. Construct as a quotient of .
Solution
Solution. We need an irreducible polynomial of degree in . Check : , , . No roots, so irreducible. Thus .
Let So in . Then: .
Multiplication: .
12.7 Intuition: What Are Field Extensions?
Section titled “12.7 Intuition: What Are Field Extensions?”A field extension answers the question: what happens when you adjoin a new number that was not previously available? Starting from the rationals and adjoining creates a larger field that contains all numbers of the form . The degree of the extension measures how many new independent directions this added element creates. The tower law says that building an extension in stages multiplies the dimensions, just as building a vector space by adding basis vectors multiplies the total dimension.
The minimal polynomial is the irreducible polynomial that the new element satisfies, and its degree equals the extension degree. This connects field theory to polynomial algebra: irreducible polynomials are the “prime building blocks” for constructing new fields, much as prime numbers are building blocks for the integers. Finite fields exist only in sizes and are unique up to isomorphism, which is remarkable: it means is essentially regardless of which irreducible quadratic you choose. The multiplicative group of any finite field is cyclic, which is why primitive elements exist and why discrete logarithms are well-defined in finite fields.
12.8 The Primitive Element Theorem
Section titled “12.8 The Primitive Element Theorem”Theorem 12.8 (Primitive Element Theorem). Every finite separable extension is simple: There exists such that .
Proof (sketch). If is infinite, it suffices to find for suitable When . Only finitely many values of fail to work. For of characteristic Every finite extension is separable, so every finite extension of is simple.
Corollary 12.9. Every finite extension of is simple.
Example. .
12.9 Common Mistakes
Section titled “12.9 Common Mistakes”Mistake 1: Confusing extension degree with polynomial degree The degree of a field extension equals the degree of the minimal polynomial of a primitive element only when the extension is simple and generated by that element. For example, , not , even though and each satisfy a quadratic polynomial. The tower law must be applied correctly.
Mistake 2: Assuming algebraic elements generate finite extensions An element is algebraic over if and only if . This is Theorem 12.3, but students often confuse algebraic with transcendental. An element is transcendental if no polynomial relation exists, meaning . For example, is transcendental over , so is infinite.
Mistake 3: Forgetting that finite fields have characteristic Every finite field has order for some prime and integer . Students sometimes attempt to construct a finite field of order or , which is impossible since these are not prime powers. The characteristic of any finite field is prime, and the multiplicative group is cyclic.
flowchart TD A[12_Field Theory] --> B[Key Concepts] A --> C[Core Principles] A --> D[Practical Applications] B --> E[Fundamental definitions] C --> F[Design patterns] D --> G[Real-world usage]Cross-References
Section titled “Cross-References”Rings: Fields are special commutative rings where every nonzero element is a unit.
Ideals and Quotient Rings: Quotienting a polynomial ring by an irreducible ideal yields a field, the fundamental construction of field extensions.
Number Theory: Number theory uses finite fields and field extensions in the study of Diophantine equations and cryptography.