Purely inseparable extension and relative perfect closure #
This file contains basics about purely inseparable extensions and the relative perfect closure of fields.
Main definitions #
IsPurelyInseparable
: typeclass for purely inseparable field extensions: an algebraic extensionE / F
is purely inseparable if and only if the minimal polynomial of every element ofE ∖ F
is not separable.perfectClosure
: the relative perfect closure ofF
inE
, it consists of the elementsx
ofE
such that there exists a natural numbern
such thatx ^ (ringExpChar F) ^ n
is contained inF
, whereringExpChar F
is the exponential characteristic ofF
. It is also the maximal purely inseparable subextension ofE / F
(le_perfectClosure_iff
).
Main results #
IsPurelyInseparable.surjective_algebraMap_of_isSeparable
,IsPurelyInseparable.bijective_algebraMap_of_isSeparable
,IntermediateField.eq_bot_of_isPurelyInseparable_of_isSeparable
: ifE / F
is both purely inseparable and separable, thenalgebraMap F E
is surjective (hence bijective). In particular, if an intermediate field ofE / F
is both purely inseparable and separable, then it is equal toF
.isPurelyInseparable_iff_pow_mem
: a field extensionE / F
of exponential characteristicq
is purely inseparable if and only if for every elementx
ofE
, there exists a natural numbern
such thatx ^ (q ^ n)
is contained inF
.IsPurelyInseparable.trans
: ifE / F
andK / E
are both purely inseparable extensions, thenK / F
is also purely inseparable.isPurelyInseparable_iff_natSepDegree_eq_one
:E / F
is purely inseparable if and only if for every elementx
ofE
, its minimal polynomial has separable degree one.isPurelyInseparable_iff_minpoly_eq_X_pow_sub_C
: a field extensionE / F
of exponential characteristicq
is purely inseparable if and only if for every elementx
ofE
, the minimal polynomial ofx
overF
is of formX ^ (q ^ n) - y
for some natural numbern
and some elementy
ofF
.isPurelyInseparable_iff_minpoly_eq_X_sub_C_pow
: a field extensionE / F
of exponential characteristicq
is purely inseparable if and only if for every elementx
ofE
, the minimal polynomial ofx
overF
is of form(X - x) ^ (q ^ n)
for some natural numbern
.isPurelyInseparable_iff_finSepDegree_eq_one
: an algebraic extension is purely inseparable if and only if it has finite separable degree (Field.finSepDegree
) one.TODO: remove the algebraic assumption.
IsPurelyInseparable.normal
: a purely inseparable extension is normal.separableClosure.isPurelyInseparable
: ifE / F
is algebraic, thenE
is purely inseparable over the separable closure ofF
inE
.separableClosure_le_iff
: ifE / F
is algebraic, then an intermediate field ofE / F
contains the separable closure ofF
inE
if and only ifE
is purely inseparable over it.eq_separableClosure_iff
: ifE / F
is algebraic, then an intermediate field ofE / F
is equal to the separable closure ofF
inE
if and only if it is separable overF
, andE
is purely inseparable over it.le_perfectClosure_iff
: an intermediate field ofE / F
is contained in the relative perfect closure ofF
inE
if and only if it is purely inseparable overF
.perfectClosure.perfectRing
,perfectClosure.perfectField
: ifE
is a perfect field, then the (relative) perfect closureperfectClosure F E
is perfect.IsPurelyInseparable.injective_comp_algebraMap
: ifE / F
is purely inseparable, then for any reduced ringL
, the map(E →+* L) → (F →+* L)
induced byalgebraMap F E
is injective. In particular, a purely inseparable field extension is an epimorphism in the category of fields.IntermediateField.isPurelyInseparable_adjoin_iff_pow_mem
: ifF
is of exponential characteristicq
, thenF(S) / F
is a purely inseparable extension if and only if for anyx ∈ S
,x ^ (q ^ n)
is contained inF
for somen : ℕ
.Field.finSepDegree_eq
: ifE / F
is algebraic, then theField.finSepDegree F E
is equal toField.sepDegree F E
as a natural number. This means that the cardinality ofField.Emb F E
and the degree of(separableClosure F E) / F
are both finite or infinite, and when they are finite, they coincide.Field.finSepDegree_mul_finInsepDegree
: the finite separable degree multiply by the finite inseparable degree is equal to the (finite) field extension degree.Field.lift_sepDegree_mul_lift_sepDegree_of_isAlgebraic
: the separable degrees satisfy the tower law: $[E:F]_s [K:E]_s = [K:F]_s$.IntermediateField.sepDegree_adjoin_eq_of_isAlgebraic_of_isPurelyInseparable
,IntermediateField.sepDegree_adjoin_eq_of_isAlgebraic_of_isPurelyInseparable'
: ifK / E / F
is a field extension tower, such thatE / F
is purely inseparable, then for any subsetS
ofK
such thatF(S) / F
is algebraic, theE(S) / E
andF(S) / F
have the same separable degree. In particular, ifS
is an intermediate field ofK / F
such thatS / F
is algebraic, theE(S) / E
andS / F
have the same separable degree.minpoly.map_eq_of_isSeparable_of_isPurelyInseparable
: ifK / E / F
is a field extension tower, such thatE / F
is purely inseparable, then for any elementx
ofK
separable overF
, it has the same minimal polynomials overF
and overE
.Polynomial.Separable.map_irreducible_of_isPurelyInseparable
: ifE / F
is purely inseparable,f
is a separable irreducible polynomial overF
, then it is also irreducible overE
.
Tags #
separable degree, degree, separable closure, purely inseparable
TODO #
IsPurelyInseparable.of_injective_comp_algebraMap
: ifL
is an algebraically closed field containingE
, such that the map(E →+* L) → (F →+* L)
induced byalgebraMap F E
is injective, thenE / F
is purely inseparable. As a corollary, epimorphisms in the category of fields must be purely inseparable extensions. Need to use the fact thatEmb F E
is infinite (or just not a singleton) whenE / F
is (purely) transcendental.Restate some intermediate result in terms of linearly disjointness.
Prove that the inseparable degrees satisfy the tower law: $[E:F]_i [K:E]_i = [K:F]_i$. Probably an argument using linearly disjointness is needed.
Typeclass for purely inseparable field extensions: an algebraic extension E / F
is purely
inseparable if and only if the minimal polynomial of every element of E ∖ F
is not separable.
We define this for general (commutative) rings and only assume F
and E
are fields
if this is needed for a proof.
- isIntegral : Algebra.IsIntegral F E
- inseparable' : ∀ (x : E), IsSeparable F x → x ∈ (algebraMap F E).range
Instances
Transfer IsPurelyInseparable
across an AlgEquiv
.
If E / F
is an algebraic extension, F
is separably closed,
then E / F
is purely inseparable.
If E / F
is both purely inseparable and separable, then algebraMap F E
is surjective.
If E / F
is both purely inseparable and separable, then algebraMap F E
is bijective.
If a subalgebra of E / F
is both purely inseparable and separable, then it is equal
to F
.
If an intermediate field of E / F
is both purely inseparable and separable, then it is equal
to F
.
If E / F
is purely inseparable, then the separable closure of F
in E
is
equal to F
.
If E / F
is an algebraic extension, then the separable closure of F
in E
is
equal to F
if and only if E / F
is purely inseparable.
Equations
- ⋯ = ⋯
A field extension E / F
of exponential characteristic q
is purely inseparable
if and only if for every element x
of E
, there exists a natural number n
such that
x ^ (q ^ n)
is contained in F
.
The relative perfect closure of F
in E
, consists of the elements x
of E
such that there
exists a natural number n
such that x ^ (ringExpChar F) ^ n
is contained in F
, where
ringExpChar F
is the exponential characteristic of F
. It is also the maximal purely inseparable
subextension of E / F
(le_perfectClosure_iff
).
Equations
- One or more equations did not get rendered due to their size.
Instances For
A field extension E / F
is purely inseparable if and only if the relative perfect closure of
F
in E
is equal to E
.
The relative perfect closure of F
in E
is purely inseparable over F
.
Equations
- ⋯ = ⋯
The relative perfect closure of F
in E
is algebraic over F
.
Equations
- ⋯ = ⋯
If E / F
is separable, then the perfect closure of F
in E
is equal to F
. Note that
the converse is not necessarily true (see https://math.stackexchange.com/a/3009197)
even when E / F
is algebraic.
An intermediate field of E / F
is contained in the relative perfect closure of F
in E
if it is purely inseparable over F
.
An intermediate field of E / F
is contained in the relative perfect closure of F
in E
if and only if it is purely inseparable over F
.
If i
is an F
-algebra homomorphism from E
to K
, then i x
is contained in
perfectClosure F K
if and only if x
is contained in perfectClosure F E
.
If i
is an F
-algebra homomorphism from E
to K
, then the preimage of perfectClosure F K
under the map i
is equal to perfectClosure F E
.
If i
is an F
-algebra homomorphism from E
to K
, then the image of perfectClosure F E
under the map i
is contained in perfectClosure F K
.
If i
is an F
-algebra isomorphism of E
and K
, then the image of perfectClosure F E
under the map i
is equal to in perfectClosure F K
.
If E
and K
are isomorphic as F
-algebras, then perfectClosure F E
and
perfectClosure F K
are also isomorphic as F
-algebras.
Equations
Instances For
Alias of perfectClosure.algEquivOfAlgEquiv
.
If E
and K
are isomorphic as F
-algebras, then perfectClosure F E
and
perfectClosure F K
are also isomorphic as F
-algebras.
Instances For
If E
is a perfect field of exponential characteristic p
, then the (relative) perfect closure
perfectClosure F E
is perfect.
Equations
- ⋯ = ⋯
If E
is a perfect field, then the (relative) perfect closure
perfectClosure F E
is perfect.
Equations
- ⋯ = ⋯
If K / E / F
is a field extension tower such that K / F
is purely inseparable,
then E / F
is also purely inseparable.
If K / E / F
is a field extension tower such that K / F
is purely inseparable,
then K / E
is also purely inseparable.
If E / F
and K / E
are both purely inseparable extensions, then K / F
is also
purely inseparable.
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
A field extension E / F
is purely inseparable if and only if for every element x
of E
,
its minimal polynomial has separable degree one.
A field extension E / F
of exponential characteristic q
is purely inseparable
if and only if for every element x
of E
, the minimal polynomial of x
over F
is of form
X ^ (q ^ n) - y
for some natural number n
and some element y
of F
.
A field extension E / F
of exponential characteristic q
is purely inseparable
if and only if for every element x
of E
, the minimal polynomial of x
over F
is of form
(X - x) ^ (q ^ n)
for some natural number n
.
If an algebraic extension has finite separable degree one, then it is purely inseparable.
If E / F
is purely inseparable, then for any reduced ring L
, the map (E →+* L) → (F →+* L)
induced by algebraMap F E
is injective. In particular, a purely inseparable field extension
is an epimorphism in the category of fields.
If E / F
is purely inseparable, then for any reduced F
-algebra L
, there exists at most one
F
-algebra homomorphism from E
to L
.
Equations
- ⋯ = ⋯
Equations
If E / F
is purely inseparable, then Field.Emb F E
has exactly one element.
Equations
A purely inseparable extension has finite separable degree one.
A purely inseparable extension has separable degree one.
A purely inseparable extension has inseparable degree equal to degree.
A purely inseparable extension has finite inseparable degree equal to degree.
An algebraic extension is purely inseparable if and only if it has finite separable degree one.
An algebraic extension is purely inseparable if and only if all of its finite dimensional subextensions are purely inseparable.
A purely inseparable extension is normal.
Equations
- ⋯ = ⋯
If E / F
is algebraic, then E
is purely inseparable over the
separable closure of F
in E
.
An intermediate field of E / F
contains the separable closure of F
in E
if E
is purely inseparable over it.
If E / F
is algebraic, then an intermediate field of E / F
contains the
separable closure of F
in E
if and only if E
is purely inseparable over it.
If an intermediate field of E / F
is separable over F
, and E
is purely inseparable
over it, then it is equal to the separable closure of F
in E
.
If E / F
is algebraic, then an intermediate field of E / F
is equal to the separable closure
of F
in E
if and only if it is separable over F
, and E
is purely inseparable
over it.
F⟮x⟯ / F
is a purely inseparable extension if and only if the minimal polynomial of x
has separable degree one.
If F
is of exponential characteristic q
, then F⟮x⟯ / F
is a purely inseparable extension
if and only if x ^ (q ^ n)
is contained in F
for some n : ℕ
.
If F
is of exponential characteristic q
, then F(S) / F
is a purely inseparable extension
if and only if for any x ∈ S
, x ^ (q ^ n)
is contained in F
for some n : ℕ
.
A compositum of two purely inseparable extensions is purely inseparable.
Equations
- ⋯ = ⋯
A compositum of purely inseparable extensions is purely inseparable.
Equations
- ⋯ = ⋯
If F
is a field of exponential characteristic q
, F(S) / F
is separable, then
F(S) = F(S ^ (q ^ n))
for any natural number n
.
If E / F
is a separable field extension of exponential characteristic q
, then
F(S) = F(S ^ (q ^ n))
for any subset S
of E
and any natural number n
.
If F
is a field of exponential characteristic q
, F(S) / F
is separable, then
F(S) = F(S ^ q)
.
If E / F
is a separable field extension of exponential characteristic q
, then
F(S) = F(S ^ q)
for any subset S
of E
.
If E / F
is a separable extension of exponential characteristic q
, if { u_i }
is a family
of elements of E
which F
-linearly spans E
, then { u_i ^ (q ^ n) }
also F
-linearly spans
E
for any natural number n
.
If E / F
is a separable extension of exponential characteristic q
, if { u_i }
is a
family of elements of E
which is F
-linearly independent, then { u_i ^ (q ^ n) }
is also
F
-linearly independent for any natural number n
.
If E / F
is a field extension of exponential characteristic q
, if { u_i }
is a
family of separable elements of E
which is F
-linearly independent, then { u_i ^ (q ^ n) }
is also F
-linearly independent for any natural number n
.
If E / F
is a separable extension of exponential characteristic q
, if { u_i }
is an
F
-basis of E
, then { u_i ^ (q ^ n) }
is also an F
-basis of E
for any natural number n
.
Equations
- Basis.mapPowExpCharPowOfIsSeparable q n b = Basis.mk ⋯ ⋯
Instances For
If E
is an algebraic closure of F
, then F
is separably closed if and only if E / F
is
purely inseparable.
If E / F
is an algebraic extension, F
is separably closed,
then E
is also separably closed.
If E / F
is a separable extension, E
is perfect, then F
is also prefect.
If E
is an algebraic closure of F
, then F
is perfect if and only if E / F
is
separable.
If E / F
is algebraic, then the Field.finSepDegree F E
is equal to Field.sepDegree F E
as a natural number. This means that the cardinality of Field.Emb F E
and the degree of
(separableClosure F E) / F
are both finite or infinite, and when they are finite, they
coincide.
The finite separable degree multiply by the finite inseparable degree is equal to the (finite) field extension degree.
If K / E / F
is a field extension tower, such that E / F
is algebraic and K / E
is separable, then E
adjoin separableClosure F K
is equal to K
. It is a special case of
separableClosure.adjoin_eq_of_isAlgebraic
, and is an intermediate result used to prove it.
If K / E / F
is a field extension tower, such that E / F
is algebraic, then
E
adjoin separableClosure F K
is equal to separableClosure E K
.
If K / E / F
is a field extension tower such that E / F
is purely inseparable,
if { u_i }
is a family of separable elements of K
which is F
-linearly independent,
then it is also E
-linearly independent.
If K / E / F
is a field extension tower, such that E / F
is purely inseparable and K / E
is separable, then the separable degree of K / F
is equal to the degree of K / E
.
It is a special case of Field.lift_sepDegree_mul_lift_sepDegree_of_isAlgebraic
, and is an
intermediate result used to prove it.
If K / E / F
is a field extension tower, such that E / F
is separable,
then $[E:F] [K:E]_s = [K:F]_s$.
It is a special case of Field.lift_sepDegree_mul_lift_sepDegree_of_isAlgebraic
, and is an
intermediate result used to prove it.
The same-universe version of Field.lift_rank_mul_lift_sepDegree_of_isSeparable
.
If K / E / F
is a field extension tower, such that E / F
is purely inseparable,
then $[K:F]_s = [K:E]_s$.
It is a special case of Field.lift_sepDegree_mul_lift_sepDegree_of_isAlgebraic
, and is an
intermediate result used to prove it.
If K / E / F
is a field extension tower, such that E / F
is algebraic, then their
separable degrees satisfy the tower law: $[E:F]_s [K:E]_s = [K:F]_s$.
The same-universe version of Field.lift_sepDegree_mul_lift_sepDegree_of_isAlgebraic
.
If K / E / F
is a field extension tower, such that E / F
is purely inseparable, then
for any subset S
of K
such that F(S) / F
is algebraic, the E(S) / E
and F(S) / F
have
the same separable degree.
If K / E / F
is a field extension tower, such that E / F
is purely inseparable, then
for any intermediate field S
of K / F
such that S / F
is algebraic, the E(S) / E
and
S / F
have the same separable degree.
If K / E / F
is a field extension tower, such that E / F
is purely inseparable, then
for any element x
of K
separable over F
, it has the same minimal polynomials over F
and
over E
.
If E / F
is a purely inseparable field extension, f
is a separable irreducible polynomial
over F
, then it is also irreducible over E
.