feat(ForMathlib): Lipschitz cover of the normLeOne region frontier - #9
Closed
CBirkbeck wants to merge 1 commit into
Closed
feat(ForMathlib): Lipschitz cover of the normLeOne region frontier#9CBirkbeck wants to merge 1 commit into
CBirkbeck wants to merge 1 commit into
Conversation
Add CebotarevDensity/ForMathlib/NormLeOneLipschitz.lean: the frontier of the normLeOne fundamental
region of a number field's canonical (mixed) embedding is covered by finitely many Lipschitz images
of the unit cube [0,1]^{d-1}, with explicit constants (normLeOne_frontier_lipschitz_cover and mixed/
index variants). Supporting API: a 1-Lipschitz clampUnit retraction, ContDiff face charts, a phase-
extraction Lipschitz bound, and the liftToMixed assembly. Self-contained (imports only mathlib's
NormLeOne) and wired into the umbrella CebotarevDensity import.
Upstreaming candidate: mathlib has the region normLeOne but not the Lipschitz structure of its
frontier -- the geometric input for effective lattice-point counting. Stated at full generality.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This was referenced Jun 18, 2026
Owner
Author
|
Superseded by the stacked split #19 → #28 (10 slices of ~50 LOC each, per the review request for shorter PRs). Same
Each slice builds green and is anchored by a public result. Closing this in favour of that stack. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
CebotarevDensity/ForMathlib/NormLeOneLipschitz.lean— a Lipschitz cover of the frontierof the
normLeOnefundamental region of a number field's canonical (mixed) embedding.Self-contained (imports only mathlib's
NumberField.…CanonicalEmbedding.NormLeOne); wired into theumbrella
CebotarevDensityimport.Contents
The headline results are
normLeOne_frontier_lipschitz_coverand its mixed-space / index variants:the boundary
∂(normLeOne K)is covered by finitely many Lipschitz images of the unit cube[0,1]^{d-1}(d = #InfinitePlace K), with explicit Lipschitz constants. Supporting API: aclampUnitretraction onto[0,1]^ι(1-Lipschitz),ContDiffcharts of the region's faces(
expMapBasis/faceMap*), a phase-extraction Lipschitz bound (lipschitzWith_phase,exists_phase_mem_Icc_mul_exp), and theliftToMixedassembly.mathlib status (
/mathlibable)mathlib has the region
NumberField.mixedEmbedding.normLeOne(which this file imports) but notthe Lipschitz structure of its frontier. That cover is exactly the geometric input the effective
lattice-point count (
exists_card_inter_smul_lattice_sub_volume_mul_pow_le) consumes, so this is anupstreaming candidate extending mathlib's canonical-embedding API.
/generalise: maximal — theclampUnithelpers are stated for an arbitraryFintype ι, and the rest is intrinsically about aNumberField K(already avariable).Builds green on the
v4.31.0-rc1/ mathlib-master pin (identical tomaster's pin).🤖 Generated with Claude Code