A1-LEGENDRE-DLMF: sharpen tail to 865 modes per parity - #119
Draft
Waschtl904 wants to merge 3 commits into
Draft
Waschtl904 wants to merge 3 commits into
Waschtl904 wants to merge 3 commits into
Conversation
Leitfaden für ReviewerDieser PR führt ein fest verankertes Arb-Exact-Head-Gate ein, das die bisherige grobe Legendre-Schwanzabschätzung durch eine DLMF-basierte geometrische Majorante ersetzt, die resultierende Schur-Strafterm-Freigabe gegen das unveränderte Ziel von 1e-35 prüft und eine Annahme verhindert, sofern CI nicht die Reduktion auf 865 Moden pro Parität zertifiziert. Sequenzdiagramm für das Exact-Head-Legendre-Schwanz-GatesequenceDiagram
participant CI as ExactHeadCI
participant Checker as check_a1_legendre_dlmf_tail_arb.py
participant Arb as python-flint Arb
participant Gate as AcceptanceGate
CI->>Checker: Mit festgelegtem python-flint==0.9.0 ausführen
Checker->>Arb: DLMF-Hüllkurve bei n=1730 berechnen
Arb-->>Checker: eta_1730, geometrisches Verhältnis, Schur-Strafterm
Checker->>Gate: eta_1730 < 1.2e-46 prüfen
Checker->>Gate: Schur-Strafterm < 2e-43 prüfen
Checker->>Gate: Einhaltung des endlichen Ziels bei 1e-35 prüfen
Gate-->>CI: 865x865-gerade und -ungerade Blöcke zertifizieren
CI->>CI: Zertifikatsprotokoll hochladen
Änderungen auf Dateiebene
Tipps und BefehleInteraktion mit Sourcery
Deine Erfahrung anpassenRufe dein Dashboard auf, um:
Hilfe erhalten
Original review guide in EnglishReviewer's GuideThis PR introduces a pinned-Arb exact-head gate that replaces the prior coarse Legendre tail estimate with a DLMF-based geometric majorant, checks the resulting Schur-penalty clearance against the unchanged 1e-35 target, and prevents acceptance unless CI certifies reduction to 865 modes per parity. Sequence diagram for the exact-head Legendre tail gatesequenceDiagram
participant CI as ExactHeadCI
participant Checker as check_a1_legendre_dlmf_tail_arb.py
participant Arb as python-flint Arb
participant Gate as AcceptanceGate
CI->>Checker: Run with pinned python-flint==0.9.0
Checker->>Arb: Compute DLMF envelope at n=1730
Arb-->>Checker: eta_1730, geometric ratio, Schur penalty
Checker->>Gate: Check eta_1730 < 1.2e-46
Checker->>Gate: Check Schur penalty < 2e-43
Checker->>Gate: Check finite target clearance at 1e-35
Gate-->>CI: Certify 865x865 even and odd blocks
CI->>CI: Upload certificate log
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
Experimenteller Exact-Head-Gate
Versucht den bereits theorematischen A1-Legendre-Backend aus #117/#118 quantitativ zu verkleinern, ohne die finale Matrixpositivität zu behaupten.
Vorab festgelegt:
Neuer analytischer Hebel
DLMF 10.14.5 liefert fuer
nu>=0,0<x<=1Fuer
nu=n+1/2,x=t/nuwird daraus eine sphärische-Bessel-Huelle. Der Checker nutzt die exakt abgeleiteten Identitaetenund
Damit ist die Huelle auf
[0,Omega]monoton, sobaldn(n+1)>Omega^2.Weiter wird fuer
gezeigt
wodurch der komplette n-Tail geometrisch majorisiert werden kann.
Predeclared Arb targets
Der Exact-Head-Gate soll zertifizieren:
und damit, dass die finalen Legendre-Blöcke bei unveraendertem target
1e-35aufreduziert werden duerfen.
Neu:
scripts/check_a1_legendre_dlmf_tail_arb.py.github/workflows/a1-legendre-dlmf-tail-arb.ymlKeine Promotion vor gruenem Exact-Head-CI. Registry und Objekt-X-Arbeitsdefinition bleiben unveraendert.
Zusammenfassung von Sourcery
Zertifizierung der verschärften A1-Legendre-Schranke für den Restterm, die erforderlich ist, um beide Paritätsblöcke auf 865×865 zu reduzieren, ohne die Registry oder die Definitionen der finalen Matrix zu ändern.
Verbesserungen:
CI:
Original summary in English
Zusammenfassung von Sourcery
Zertifizierung der verschärften A1-Legendre-Schranken für den Restterm, die erforderlich sind, um beide Paritätsblöcke auf 865×865 zu reduzieren, ohne die endgültigen Matrixdefinitionen zu ändern.
Neue Funktionen:
Verbesserungen:
CI:
Original summary in English
Summary by Sourcery
Certify the sharpened A1 Legendre tail bounds needed to reduce both parity blocks to 865×865 without changing the final matrix definitions.
New Features:
Enhancements:
CI: