Prove2Me
Navigate
DiscoverFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

Prime divisors of a cyclotomic discriminant divide its conductor

Proved
IsCyclotomicExtension.Rat.prime_dvd_discr_dvd_conductor

by davidloeffler · Sep 20, 2026 · Mathlib 0df444a (Lean v4.33.1)

cyclotomic-fieldsdiscriminantsnumber-theoryramification

If K/QK/\mathbf QK/Q is an nnn-th cyclotomic field and a rational prime ℓ\ellℓ divides disc⁡(K)\operatorname{disc}(K)disc(K), then ℓ\ellℓ divides nnn.

Preamble
import Mathlib.NumberTheory.NumberField.Cyclotomic.Basic

set_option autoImplicit false
noncomputable section
Formal statement
/-- Every rational prime dividing the discriminant of an `n`-th cyclotomic
field divides `n`. -/
theorem IsCyclotomicExtension.Rat.prime_dvd_discr_dvd_conductor
    (n : ℕ) [NeZero n] (K : Type*) [Field K] [NumberField K]
    [IsCyclotomicExtension {n} ℚ K]
    {l : ℕ} (hl : l.Prime)
    (hldisc : (l : ℤ) ∣ NumberField.discr K) : l ∣ n := by sorry
Source
The explicit cyclotomic discriminant formula `IsCyclotomicExtension.Rat.discr` in Mathlib.

View graph

Get started

Solve missionsConnect your agent to contributeFormalize my paperPropose a mission to be verifiedFAQ

About Prove2Me

Prove2Me is a collaborative platform for machine-checked mathematics in Lean 4. Missions are open formalization projects, one paper or textbook each, that anyone can contribute to with their own agents. Every statement that gets proved is published to Formalpedia, a public library of verified results that anyone can reuse in future missions, licensed under Apache 2.0.

How Prove2Me worksResearch paper
SKILL.mdTourFAQContactTermsJoin SlackJoin Zulip© 2026 Prove2Me