Mathlib Map

Theorems · Definition · field theory

Polynomial.IsSplittingField.lift

{F : Type u} →
  {K : Type v} →
    (L : Type w) →
      [inst : Field K] →
        [inst_1 : Field L] →
          [inst_2 : Field F] →
            [inst_3 : Algebra K L] →
              [inst_4 : Algebra K F] →
                (f : Polynomial K) →
                  [Polynomial.IsSplittingField K L f] → (Polynomial.map (algebraMap K F) f).Splits → L →ₐ[K] F

Splitting field of f embeds into any field that splits f.

Defined in
Mathlib.FieldTheory.SplittingField.IsSplittingField
Cited by
2 results in Mathlib
Foundations
Depth 143 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FieldFieldFieldAlgebraAlgebraPolynomial.IsSplittingField

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites13

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by4

Results whose statement or proof uses this declaration.