Skip to content

feat(rh-dlvp): obligation (i-a) CAPSTONE — ζ'/ζ = Herglotz zero-sum + entire part - #223

Open
DrMurphyIsIn wants to merge 1 commit into
mainfrom
bg/scl-lean
Open

feat(rh-dlvp): obligation (i-a) CAPSTONE — ζ'/ζ = Herglotz zero-sum + entire part#223
DrMurphyIsIn wants to merge 1 commit into
mainfrom
bg/scl-lean

Conversation

@DrMurphyIsIn

Copy link
Copy Markdown
Owner

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_split assembles the full split for the actual ζ on a disk about c (Re c > 1) avoiding s = 1:

logDeriv ζ z = Σ_ρ (divisor ζ ρ)/(z − ρ) + logDeriv g z    ( = Z + E )

with g analytic 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 ζ ≥ 0 since ζ has no poles on the disk);
  • logDeriv_congr_of_codiscrete — codiscrete equality of analytic functions ⟹ pointwise log-derivative equality (transferred to the open ball via codiscreteWithin_mono);
  • herglotz_split_finprodlogDeriv of 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·L on the entire part. With it, the split feeds the hzero/htwo inputs 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

  • New module DlvpZetaSplit.lean builds kernel-clean (lake build DlvpZetaSplit, no sorry, no extra axioms).
  • New CI job rh-dlvp-zetasplit.
  • 10-module kernel-clean chain; obligation (i) closed.

conjecture1_proved = False — this is a rigorous reduction, not a proof of RH.

🤖 Generated with Claude Code

https://claude.ai/code/session_01NzN1Gt4Fqo9uKNst5zhred

… 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant