Separable polynomials and extensions are key concepts in Galois Theory. They help us understand the structure of field extensions and their automorphisms. Separable polynomials have distinct roots, while separable extensions are built from these polynomials.

These ideas are crucial for the Fundamental Theorem of Galois Theory. They allow us to connect field extensions with their Galois groups, providing a powerful tool for solving polynomial equations and understanding field theory.

Separable Polynomials

Properties of Separable Polynomials

Top images from around the web for Properties of Separable Polynomials
Top images from around the web for Properties of Separable Polynomials
  • A polynomial f(x)f(x) over a field FF is separable if it has distinct roots in some extension field of FF
  • The multiplicity of a α\alpha of f(x)f(x) is the largest positive integer mm such that (xα)m(x-\alpha)^m divides f(x)f(x)
    • A root is simple if it has multiplicity 1
  • A polynomial is separable if and only if all its roots are simple
  • The derivative f(x)f'(x) of a polynomial f(x)f(x) is the polynomial obtained by differentiating each term of f(x)f(x) with respect to xx
    • A polynomial f(x)f(x) is separable if and only if f(x)f(x) and f(x)f'(x) are relatively prime (gcd(f(x),f(x))=1\gcd(f(x), f'(x)) = 1)
  • The product of separable polynomials is separable (f(x)f(x) and g(x)g(x) separable implies f(x)g(x)f(x)g(x) separable)
  • If f(x)f(x) is a over FF and EE is an extension of FF, then f(x)f(x) is also separable over EE

Examples of Separable Polynomials

  • The polynomial f(x)=x22f(x) = x^2 - 2 over Q\mathbb{Q} is separable because it has distinct roots ±2\pm\sqrt{2} in the extension field Q(2)\mathbb{Q}(\sqrt{2})
  • The polynomial g(x)=x33x+1g(x) = x^3 - 3x + 1 over Q\mathbb{Q} is separable because gcd(g(x),g(x))=gcd(x33x+1,3x23)=1\gcd(g(x), g'(x)) = \gcd(x^3 - 3x + 1, 3x^2 - 3) = 1
  • The polynomial h(x)=(x22)(x23)h(x) = (x^2 - 2)(x^2 - 3) over Q\mathbb{Q} is separable because it is the product of separable polynomials (x22)(x^2 - 2) and (x23)(x^2 - 3)

Separable Extensions

Characterization of Separable Extensions

  • An algebraic extension E/FE/F is separable if every element of EE is the root of a separable polynomial over FF
  • For a finite extension E/FE/F, the following are equivalent:
    1. E/FE/F is separable
    2. There exists a primitive element αE\alpha \in E such that E=F(α)E = F(\alpha) and the of α\alpha over FF is separable
    3. Every irreducible polynomial in F[x]F[x] that has a root in EE is separable
  • Every is a
  • If E/FE/F is a finite separable extension, then EE is the splitting field of some separable polynomial over FF

Examples of Separable Extensions

  • Finite fields over their prime subfields (Fpn/Fp\mathbb{F}_{p^n}/\mathbb{F}_p is separable for any prime pp and positive integer nn)
  • Q(2n)/Q\mathbb{Q}(\sqrt[n]{2})/\mathbb{Q} is separable for any positive integer nn because the minimal polynomial of 2n\sqrt[n]{2} over Q\mathbb{Q} is xn2x^n - 2, which is separable
  • The splitting field of x42x^4 - 2 over Q\mathbb{Q} is a separable extension of Q\mathbb{Q} because x42x^4 - 2 is a separable polynomial

Definitions of Separable Extensions

Equivalent Definitions of Separable Extensions

  • Theorem: Let E/FE/F be a finite extension. The following are equivalent:
    1. E/FE/F is separable
    2. There exists a primitive element αE\alpha \in E such that E=F(α)E = F(\alpha) and the minimal polynomial of α\alpha over FF is separable
    3. Every element of EE is the root of a separable polynomial over FF
    4. Every irreducible polynomial in F[x]F[x] that has a root in EE is separable

Proof of Equivalence

  • The proof involves showing the implications (1) \Rightarrow (2) \Rightarrow (3) \Rightarrow (4) \Rightarrow (1) using properties of minimal polynomials, primitive elements, and the separability of irreducible factors
    • (1) \Rightarrow (2): If E/FE/F is separable, then there exists a primitive element αE\alpha \in E such that E=F(α)E = F(\alpha) and the minimal polynomial of α\alpha over FF is separable (Primitive Element Theorem)
    • (2) \Rightarrow (3): If α\alpha is a primitive element of E/FE/F with a separable minimal polynomial, then every element of EE can be expressed as a polynomial in α\alpha and is thus the root of a separable polynomial over FF
    • (3) \Rightarrow (4): If every element of EE is the root of a separable polynomial over FF, then every irreducible polynomial in F[x]F[x] that has a root in EE must be separable (as it divides a separable polynomial)
    • (4) \Rightarrow (1): If every irreducible polynomial in F[x]F[x] that has a root in EE is separable, then E/FE/F is separable by definition

Separability of Polynomials and Extensions

Determining Separability of Polynomials

  • To determine if a polynomial f(x)f(x) over FF is separable, check if f(x)f(x) and f(x)f'(x) are relatively prime using the Euclidean algorithm
    • Example: f(x)=x32f(x) = x^3 - 2 over Q\mathbb{Q} is separable because gcd(f(x),f(x))=gcd(x32,3x2)=1\gcd(f(x), f'(x)) = \gcd(x^3 - 2, 3x^2) = 1
  • Alternatively, factor f(x)f(x) into irreducible factors over FF and check if all factors have multiplicity 1
    • Example: g(x)=(x22)(x1)2g(x) = (x^2 - 2)(x - 1)^2 over Q\mathbb{Q} is not separable because (x1)(x - 1) has multiplicity 2

Determining Separability of Extensions

  • For a finite extension E/FE/F, find a primitive element α\alpha such that E=F(α)E = F(\alpha) and check if the minimal polynomial of α\alpha over FF is separable
    • Example: Q(23)/Q\mathbb{Q}(\sqrt[3]{2})/\mathbb{Q} is separable because the minimal polynomial of 23\sqrt[3]{2} over Q\mathbb{Q} is x32x^3 - 2, which is separable
  • Alternatively, factor the minimal polynomials of elements in EE over FF and check if all irreducible factors are separable
    • Example: F4/F2\mathbb{F}_4/\mathbb{F}_2 is separable because the minimal polynomial of any element in F4\mathbb{F}_4 over F2\mathbb{F}_2 is either xx or x2+x+1x^2 + x + 1, both of which are separable
  • Use the properties of separable extensions, such as the fact that every splitting field is separable, to determine the separability of a given extension
    • Example: The splitting field of x42x^4 - 2 over Q\mathbb{Q} is a separable extension of Q\mathbb{Q} because x42x^4 - 2 is a separable polynomial

Examples of Inseparable Extensions

  • Fp(x1/p)/Fp(x)\mathbb{F}_p(x^{1/p})/\mathbb{F}_p(x) is inseparable for any prime pp because the minimal polynomial of x1/px^{1/p} over Fp(x)\mathbb{F}_p(x) is ypxy^p - x, which is not separable
  • Fp(t1/p)/Fp(tp)\mathbb{F}_p(t^{1/p})/\mathbb{F}_p(t^p) is inseparable for any prime pp because the minimal polynomial of t1/pt^{1/p} over Fp(tp)\mathbb{F}_p(t^p) is ypty^p - t, which is not separable

Key Terms to Review (13)

Algebraic Closure: An algebraic closure of a field is a field extension in which every non-constant polynomial has a root. It provides a comprehensive setting for understanding the solutions of polynomial equations and plays a crucial role in various mathematical areas, including Galois theory and number theory. In this context, it allows us to analyze the behavior of polynomials and their roots, connecting deeply with other important mathematical concepts.
Automorphism: An automorphism is an isomorphism from a mathematical object to itself, preserving the structure of that object. This concept is crucial in understanding symmetries and transformations within algebraic structures, especially when considering extensions, fields, and polynomials, as it reveals intrinsic properties that remain unchanged under these mappings.
Degree of a field extension: The degree of a field extension is a measure of the size of the extension, defined as the dimension of the extended field as a vector space over the base field. It captures how many elements from the extended field are needed to form a basis when viewed in relation to the base field, connecting it to concepts like Galois groups and polynomial roots. Understanding this degree is crucial for analyzing the behavior of roots of polynomials and exploring properties such as separability and transcendence.
Field Extension: A field extension is a larger field that contains a smaller field, allowing for the study of more complex algebraic structures. It connects the behavior of elements in the smaller field with new elements that may not exist in that field, helping to explore roots of polynomials and their properties.
Finite field: A finite field is a set equipped with two operations, addition and multiplication, that satisfies the field properties (closure, associativity, commutativity, distributivity, identity elements, and inverses) and contains a finite number of elements. Finite fields are crucial in many areas of mathematics and have applications in coding theory, cryptography, and combinatorial designs, particularly due to their structure which allows for well-defined multiplicative groups.
Galois Group: A Galois group is a mathematical structure that captures the symmetries of the roots of a polynomial and the corresponding field extensions. It consists of automorphisms of a field extension that fix the base field, providing deep insights into the relationship between field theory and group theory.
Inseparable Polynomial: An inseparable polynomial is a polynomial whose roots are not distinct, meaning it has repeated roots in its splitting field. This concept is crucial in understanding the behavior of field extensions, particularly inseparable extensions, where the minimal polynomial has a form that indicates some sort of failure in separability, such as having a derivative that is identically zero. Inseparable polynomials are tied to the notion of characteristic p fields and play a vital role in computing Galois groups and understanding the structure of field extensions.
Minimal Polynomial: The minimal polynomial of an algebraic element over a field is the unique monic polynomial of least degree that has that element as a root. This concept is crucial in understanding how algebraic elements relate to fields, and it leads to the exploration of their algebraic degree, which measures the 'size' of the element in terms of how many simpler elements are needed to express it.
Root: In mathematics, a root of a polynomial is a value for which the polynomial evaluates to zero. This concept is essential in understanding polynomial equations, as finding roots allows for the factorization of polynomials and insights into their structure, including the construction of splitting fields and the nature of separable polynomials.
Separable Extension: A separable extension is a field extension where every element can be expressed as a root of a separable polynomial, meaning that the minimal polynomial of each element does not have repeated roots. This concept is crucial for understanding the structure of field extensions and their relationships to Galois theory and algebraic equations.
Separable Polynomial: A separable polynomial is a polynomial whose roots are distinct in its splitting field, meaning that it has no repeated roots. This property is essential when considering field extensions, as separable polynomials lead to separable extensions, which are easier to handle in the context of Galois theory and other algebraic structures.
Splitting Field: A splitting field is the smallest field extension of a given base field in which a polynomial splits into linear factors. This concept is crucial for understanding the relationships between polynomials, their roots, and the corresponding field extensions that capture all the information about these roots.
Transcendental Extension: A transcendental extension is a type of field extension formed by adjoining at least one element that is not algebraic over the base field, meaning it cannot be the root of any non-zero polynomial with coefficients in that field. This concept plays a crucial role in understanding the distinction between algebraic and transcendental elements, which impacts various properties of field extensions.
© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.