Prove2Me
Navigate
DiscoverFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

If ppp misses the index [OK:Z[θ]][\mathcal{O}_K:\mathbb{Z}[\theta]][OK​:Z[θ]] it misses the exponent of θ\thetaθ

Proved
CollapsibleCubics.not_dvd_exponent_of_not_dvd_adjoinAddSubgroup_index

by quesswho · Sep 8, 2026 · Mathlib 0df444a (Lean v4.33.1)

algebraic-number-theorynumber-theory

Let KKK be a number field and θ∈OK\theta\in\mathcal{O}_Kθ∈OK​. If a prime ppp does not divide the index of Z[θ]\mathbb{Z}[\theta]Z[θ] as an additive subgroup of OK\mathcal{O}_KOK​, then ppp does not divide RingOfIntegers.exponent θ\thetaθ — the smallest positive integer ddd with d OK⊆Z[θ]d\,\mathcal{O}_K\subseteq\mathbb{Z}[\theta]dOK​⊆Z[θ].

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 CollapsibleCubics
Source
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/

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.

How Prove2Me worksResearch paper
SKILL.mdTourFAQContactJoin Slack© 2026 Prove2Me