Normal field extensions #
In this file we prove that for a finite extension, being normal
is the same as being a splitting field (Normal.of_isSplittingField
and
Normal.exists_isSplittingField
).
Stacks Tag 09HU (Normal part)
If a set of algebraic elements in a field extension K/F
have minimal polynomials that
split in another extension L/F
, then all minimal polynomials in the intermediate field
generated by the set also split in L/F
.
Stacks Tag 0BR3 (first part)
If E/Kᵢ/F
are towers of fields with E/F
normal then we can lift
an algebra homomorphism ϕ : K₁ →ₐ[F] K₂
to ϕ.liftNormal E : E →ₐ[F] E
.
Stacks Tag 0BME (Part 2)
Equations
- ϕ.liftNormal E = AlgHom.restrictScalars F ⋯.some
Instances For
If E/Kᵢ/F
are towers of fields with E/F
normal then we can lift
an algebra isomorphism ϕ : K₁ ≃ₐ[F] K₂
to ϕ.liftNormal E : E ≃ₐ[F] E
.
Equations
- χ.liftNormal E = AlgEquiv.ofBijective ((↑χ).liftNormal E) ⋯
Instances For
The group homomorphism given by restricting an algebra isomorphism to a normal subfield is surjective.
If x : L
is a root of minpoly K y
, then we can find (σ : L ≃ₐ[K] L)
with σ x = y
.
That is, x
and y
are Galois conjugates.
If x : L
is a root of minpoly K y
, then we can find (σ : L ≃ₐ[K] L)
with σ y = x
.
That is, x
and y
are Galois conjugates.