Adjoining Elements to Fields #
In this file we introduce the notion of adjoining elements to fields.
This isn't quite the same as adjoining elements to rings.
For example, Algebra.adjoin K {x}
might not include x⁻¹
.
Main results #
adjoin_adjoin_left
: adjoining S and then T is the same as adjoiningS ∪ T
.bot_eq_top_of_rank_adjoin_eq_one
: ifF⟮x⟯
has dimension1
overF
for everyx
inE
thenF = E
Notation #
F⟮α⟯
: adjoin a single elementα
toF
.
Galois insertion between adjoin
and coe
.
Instances For
Construct an algebra isomorphism from an equality of intermediate fields
Instances For
The top IntermediateField
is isomorphic to the field.
This is the intermediate field version of Subalgebra.topEquiv
.
Instances For
F[S][T] = F[S ∪ T]
F[S][T] = F[T][S]
If x₁ x₂ ... xₙ : E
then F⟮x₁,x₂,...,xₙ⟯
is the IntermediateField F E
generated by these elements.
Instances For
A compositum of splitting fields is a splitting field
Adjoining a finite subset is compact in the lattice of intermediate fields.
If F⟮x⟯
has dimension ≤1
over F
for every x ∈ E
then F = E
.
algebra isomorphism between AdjoinRoot
and F⟮α⟯
Instances For
The elements 1, x, ..., x ^ (d - 1)
form a basis for K⟮x⟯
,
where d
is the degree of the minimal polynomial of x
.
Instances For
The power basis 1, x, ..., x ^ (d - 1)
for K⟮x⟯
,
where d
is the degree of the minimal polynomial of x
.
Instances For
An intermediate field S
is finitely generated if there exists t : Finset E
such that
IntermediateField.adjoin F t = S
.
Instances For
The lift on the upper bound on a chain of lifts
Instances For
An upper bound on a chain of lifts
Instances For
Extend a lift x : Lifts F E K
to an element s : E
whose conjugates are all in K
Instances For
A compositum of algebraic extensions is algebraic
pb.equivAdjoinSimple
is the equivalence between K⟮pb.gen⟯
and L
itself.