Theorems · Definition · field theory
Field.embEquivOfAdjoinSplits
(F : Type u) →
(E : Type v) →
[inst : Field F] →
[inst_1 : Field E] →
[inst_2 : Algebra F E] →
(K : Type w) →
[inst_3 : Field K] →
[inst_4 : Algebra F K] →
{S : Set E} →
IntermediateField.adjoin F S = ⊤ →
(∀ s ∈ S, IsIntegral F s ∧ (Polynomial.map (algebraMap F K) (minpoly F s)).Splits) →
Field.Emb F E ≃ (E →ₐ[F] K)A random bijection between Field.Emb F E and E →ₐ[F] K if E = F(S) such that every
element s of S is integral (= algebraic) over F and whose minimal polynomial splits in K.
Combined with Field.instInhabitedEmb, it can be viewed as a stronger version of
IntermediateField.nonempty_algHom_of_adjoin_splits.
- Defined in
- Mathlib.FieldTheory.SeparableDegree
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 181 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Algebrastatement and proof · cited by 11,388
- Top.topstatement and proof · cited by 9,680
- Equivstatement · cited by 8,337
- Fieldstatement and proof · cited by 7,404
- Algebra.algebraMapstatement and proof · cited by 4,706
- AlgHomstatement · cited by 3,236
- IntermediateFieldstatement · cited by 988
- Polynomial.mapstatement and proof · cited by 806
- minpolystatement and proof · cited by 439
- IsIntegralstatement and proof · cited by 427
- IntermediateField.adjoinstatement and proof · cited by 382
Cited by2
Results whose statement or proof uses this declaration.
- Field.embEquivOfIsAlgClosedproof · cited by 1
- Field.finSepDegree_eq_of_adjoin_splitsproof · cited by 0