If misses the index it misses the exponent of
ProvedCollapsibleCubics.not_dvd_exponent_of_not_dvd_adjoinAddSubgroup_indexalgebraic-number-theorynumber-theory
Let be a number field and . If a prime does not divide the index of as an additive subgroup of , then does not divide RingOfIntegers.exponent — the smallest positive integer with .
This is the bridge that converts an index hypothesis into the exact hypothesis Mathlib's Kummer-Dedekind bijection requires. It follows from the fact that the exponent divides the index, which is Lagrange applied to the conductor.
Preamble
import Mathlib import Definitions.Def_CollapsibleCubics_q7
Formal statement
namespace CollapsibleCubics
open NumberField
theorem not_dvd_exponent_of_not_dvd_adjoinAddSubgroup_index
{K : Type*} [Field K] [NumberField K] {θ : 𝓞 K} {p : ℕ}
(hnd : ¬ p ∣ (adjoinAddSubgroup θ).index) : ¬ p ∣ RingOfIntegers.exponent θ := by sorry
end CollapsibleCubicsSource
Collapsible Cubics mission (Q7 support chain); proved in the project repo, restated here for the platform. Background: https://quesswho.github.io/miles-blog/2026/08/20/collapsible/