Theorems · Theorem · field theory
isCyclic_tfae
∀ (K : Type u_1) (L : Type u_2) [inst : Field K] [inst_1 : Field L] [inst_2 : Algebra K L] [FiniteDimensional K L],
(primitiveRoots (Module.finrank K L) K).Nonempty →
[IsGalois K L ∧ IsCyclic Gal(L/K),
∃ a,
Irreducible (Polynomial.X ^ Module.finrank K L - Polynomial.C a) ∧
Polynomial.IsSplittingField K L (Polynomial.X ^ Module.finrank K L - Polynomial.C a),
∃ α, α ^ Module.finrank K L ∈ Set.range ⇑(algebraMap K L) ∧ K⟮α⟯ = ⊤].TFAESuppose L/K is a finite extension of dimension n,
and K contains a primitiven-th root of unity.
Then L/K is cyclic iff
L is a splitting field of some irreducible polynomial of the form Xⁿ - a : K[X] iff
L = K[α] for some αⁿ ∈ K.
- Defined in
- Mathlib.FieldTheory.KummerExtension
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 199 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites31
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement · cited by 53,352
- Algebrastatement and proof · cited by 11,388
- RingHomstatement · cited by 10,189
- Top.topstatement and proof · cited by 9,680
- Fieldstatement and proof · cited by 7,404
- Polynomialstatement · cited by 5,681
- Algebra.algebraMapstatement and proof · cited by 4,706
- Set.rangestatement and proof · cited by 4,705
- FiniteDimensionalstatement and proof · cited by 1,854
- Module.finrankstatement and proof · cited by 1,770
- AlgEquivstatement and proof · cited by 1,681
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.