Normal field extensions #
In this file we define normal field extensions.
Main Definitions #
Normal F K
whereK
is a field extension ofF
.
Typeclass for normal field extensions: an algebraic extension of fields K/F
is normal
if the minimal polynomial of every element x
in K
splits in K
, i.e. every F
-conjugate
of x
is in K
.
- splits' (x : K) : Polynomial.Splits (algebraMap F K) (minpoly F x)
Instances
Restrict algebra homomorphism to image of normal subfield
Equations
Instances For
Restrict algebra homomorphism to normal subfield.
Stacks Tag 0BME (Part 1)
Equations
Instances For
Restrict algebra homomorphism to normal subfield (AlgEquiv
version)
Equations
Instances For
Restrict algebra isomorphism to a normal subfield
Equations
Instances For
If K₁/E/F
is a tower of fields with E/F
normal then AlgHom.restrictNormal'
is an
equivalence.
Equations
Instances For
In a scalar tower K₃/K₂/K₁/F
with K₁
and K₂
are normal over F
, the group homomorphism
given by the restriction of algebra isomorphisms of K₃
to K₁
is equal to the composition of
the group homomorphism given by the restricting an algebra isomorphism of K₃
to K₂
and
the group homomorphism given by the restricting an algebra isomorphism of K₂
to K₁