feat(rh-dlvp): obligation (i-a) CAPSTONE — ζ'/ζ = Herglotz zero-sum + entire part - #223
Open
DrMurphyIsIn wants to merge 1 commit into
Open
feat(rh-dlvp): obligation (i-a) CAPSTONE — ζ'/ζ = Herglotz zero-sum + entire part#223DrMurphyIsIn wants to merge 1 commit into
DrMurphyIsIn wants to merge 1 commit into
Conversation
… entire part, kernel-clean Assembles the full obligation (i-a) for the actual Riemann ζ on a disk: logDeriv ζ z = Σ_ρ (divisor ζ ρ)/(z-ρ) + logDeriv g z (= Z + E), g analytic + zero-free. Ties together extract_zeros_poles (factorization), zeta_finprod_analyticOnNhd (piece A: zero-part analytic since divisor ζ ≥ 0), logDeriv_congr_of_codiscrete (codiscrete → pointwise on the open ball), and herglotz_split_finprod. New: DlvpZetaSplit.zeta_logDeriv_split; DlvpEntire.zeta_finprod_analyticOnNhd. CI: rh-dlvp-zetasplit. 10-module kernel-clean chain; obligation (i) closed. SOLE remaining analytic step = (i-b') Borel-Caratheodory bound ‖E‖ ≤ A·L. conjecture1_proved = False (NOT a proof of RH). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NzN1Gt4Fqo9uKNst5zhred
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.
Summary
Closes obligation (i-a) of the de la Vallée Poussin zero-free-region frontier for the Riemann ζ, kernel-verified.
The new capstone
DlvpZetaSplit.zeta_logDeriv_splitassembles the full split for the actual ζ on a disk aboutc(Re c > 1) avoidings = 1:with
ganalytic and zero-free. It ties together the previously-landed pieces:zeta_extract_zeros_poles— the ζ canonical factorization (codiscrete);zeta_finprod_analyticOnNhd(new, piece A) — the zero-part finprod is analytic (divisor ζ ≥ 0since ζ has no poles on the disk);logDeriv_congr_of_codiscrete— codiscrete equality of analytic functions ⟹ pointwise log-derivative equality (transferred to the open ball viacodiscreteWithin_mono);herglotz_split_finprod—logDerivof the factored form = Herglotz sum +logDeriv g.What's left
The sole remaining analytic step is (i-b') the Borel–Carathéodory bound
‖E‖ = ‖logDeriv g‖ ≤ A·Lon the entire part. With it, the split feeds thehzero/htwoinputs and the whole region follows through the already-kernel-clean reduction skeleton; optimizingσ = 1 + c/L→β ≤ 1 − c/log|t|is the final real-algebra step.Verification
DlvpZetaSplit.leanbuilds kernel-clean (lake build DlvpZetaSplit, nosorry, no extra axioms).rh-dlvp-zetasplit.conjecture1_proved = False— this is a rigorous reduction, not a proof of RH.🤖 Generated with Claude Code
https://claude.ai/code/session_01NzN1Gt4Fqo9uKNst5zhred