Adjoining Elements to Fields #
This file relates IntermediateField.adjoin
to Algebra.adjoin
.
The compositum of two intermediate fields is equal to the compositum of them as subalgebras, if one of them is algebraic over the base field.
If K / E / F
is a field extension tower, L
is an intermediate field of K / F
, such that
either E / F
or L / F
is algebraic, then E(L) = E[L]
.
Alias of IntermediateField.fg_of_fg_toSubalgebra
.
If F
is a field, A
is an F
-algebra with fraction field K
, L
is a field,
g : A →ₐ[F] L
lifts to f : K →ₐ[F] L
,
then the image of f
is the field generated by the image of g
.
Note: this does not require IsScalarTower F A K
.
If F
is a field, A
is an F
-algebra with fraction field K
, L
is a field,
g : A →ₐ[F] L
lifts to f : K →ₐ[F] L
,
s
is a set such that the image of g
is the subalgebra generated by s
,
then the image of f
is the intermediate field generated by s
.
Note: this does not require IsScalarTower F A K
.
The image of IsFractionRing.liftAlgHom
is the intermediate field generated by the image
of the algebra hom.
The image of IsFractionRing.liftAlgHom
is the intermediate field generated by s
,
if the image of the algebra hom is the subalgebra generated by s
.