Algebraic Closure #
In this file we construct the algebraic closure of a field
Main Definitions #
AlgebraicClosure k
is an algebraic closure ofk
(in the same universe). It is constructed by taking the polynomial ring generated by indeterminates $X_{f,1}, \dots, X_{f,\deg f}$ corresponding to roots of monic irreducible polynomialsf
with coefficients ink
, and quotienting out by a maximal ideal containing every $f - \prod_i (X - X_{f,i})$. The proof follows https://kconrad.math.uconn.edu/blurbs/galoistheory/algclosureshorter.pdf.
Tags #
algebraic closure, algebraically closed
The subtype of monic polynomials.
Instances For
Vars k
provides n
variables $X_{f,1}, \dots, X_{f,n}$ for each monic polynomial
f : k[X]
of degree n
.
Instances For
Given a monic polynomial f : k[X]
,
subProdXSubC f
is the polynomial $f - \prod_i (X - X_{f,i})$.
Equations
Instances For
The span of all coefficients of subProdXSubC f
as f
ranges all polynomials in k[X]
.
Equations
Instances For
If a monic polynomial f : k[X]
splits in K
,
then it has as many roots (counting multiplicity) as its degree.
Instances For
Given a finite set of monic polynomials, construct an algebra homomorphism
to the splitting field of the product of the polynomials
sending indeterminates $X_{f_i}$ to the distinct roots of f
.
Equations
Instances For
A random maximal ideal that contains spanEval k
Instances For
The canonical algebraic closure of a field, the direct limit of adding roots to the field for each polynomial over the field.
Equations
Instances For
Equations
- AlgebraicClosure.instField k = Field.mk ⋯ GroupWithZero.zpow ⋯ ⋯ ⋯ ⋯ ⋯ ⋯ (fun (x1 : ℚ≥0) (x2 : AlgebraicClosure k) => x1 • x2) ⋯ ⋯ (fun (x1 : ℚ) (x2 : AlgebraicClosure k) => x1 • x2) ⋯