Theorems · Theorem · field theory
Algebra.IsAlgebraic.isNormalClosure_iff
∀ {F : Type u_1} {K : Type u_2} {L : Type u_3} [inst : Field F] [inst_1 : Field K] [inst_2 : Field L]
[inst_3 : Algebra F K] [inst_4 : Algebra F L] [Algebra.IsAlgebraic F K],
IsNormalClosure F K L ↔
(∀ (x : K), (Polynomial.map (algebraMap F L) (minpoly F x)).Splits) ∧ IntermediateField.normalClosure F K L = ⊤If K/F is algebraic, the "generated by roots" condition in IsNormalClosure can be replaced
by "generated by images of embeddings".
- Defined in
- Mathlib.FieldTheory.Normal.Closure
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 151 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.
- Algebrastatement and proof · cited by 11,388
- Top.topstatement and proof · cited by 9,680
- Fieldstatement and proof · cited by 7,404
- Algebra.algebraMapstatement and proof · cited by 4,706
- iSupproof · cited by 2,415
- IntermediateFieldstatement · cited by 988
- Polynomial.mapstatement and proof · cited by 806
- minpolystatement and proof · cited by 439
- IntermediateField.adjoinproof · cited by 382
- Algebra.IsAlgebraicstatement and proof · cited by 322
- Polynomial.Splitsstatement and proof · cited by 290
- Polynomial.rootSetproof · cited by 101
Cited by1
Results whose statement or proof uses this declaration.
- Algebra.IsAlgebraic.isNormalClosure_normalClosureproof · cited by 0