Theorems · Definition · field theory
Algebra.IsAlgebraic.algHomEquivAlgHomOfSplits
{F : Type u_1} →
{K : Type u_2} →
(A : Type u_3) →
[inst : Field F] →
[inst_1 : Field K] →
[inst_2 : Field A] →
[inst_3 : Algebra F K] →
[inst_4 : Algebra F A] →
[Algebra.IsAlgebraic F K] →
(L : Type u_4) →
[inst_6 : Field L] →
[inst_7 : Algebra F L] →
[inst_8 : Algebra L A] →
[IsScalarTower F L A] →
(∀ (x : K), (Polynomial.map (algebraMap F L) (minpoly F x)).Splits) →
(K →ₐ[F] L) ≃ (K →ₐ[F] A)All F-embeddings of a field K into another field A factor through any subextension
of A/F in which the minimal polynomial of elements of K splits.
- Defined in
- Mathlib.FieldTheory.IsAlgClosed.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 147 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Algebrastatement and proof · cited by 11,388
- Equivstatement · cited by 8,337
- Fieldstatement and proof · cited by 7,404
- Algebra.algebraMapstatement and proof · cited by 4,706
- IsScalarTowerstatement and proof · cited by 3,896
- AlgHomstatement · cited by 3,236
- Polynomial.mapstatement and proof · cited by 806
- minpolystatement and proof · cited by 439
- Equiv.transproof · cited by 337
- Algebra.IsAlgebraicstatement and proof · cited by 322
- Polynomial.Splitsstatement and proof · cited by 290
- IsScalarTower.toAlgHomproof · cited by 232
Cited by1
Results whose statement or proof uses this declaration.
- Algebra.IsAlgebraic.algHomEquivAlgHomOfSplits_apply_applystatement · cited by 0