pith. sign in
theorem

composition_violates_budget

proved
show as:
module
IndisputableMonolith.NumberTheory.CompositionDivergence
domain
NumberTheory
line
86 · github
papers citing
none yet

plain-language theorem explainer

Off-critical zeros of the zeta function generate an unbounded sequence of iterated defects under the composition law. Researchers pursuing alternate conditional proofs of the Riemann Hypothesis via Recognition Science cite this result. The proof is a one-line wrapper applying the zero composition divergence lemma to the given zero and bound.

Claim. Let $ρ ∈ ℂ$ with Re$(ρ) ≠ 1/2$. For any real $B$, there exists $n ∈ ℕ$ such that the $n$-fold iterated defect starting from the zero deviation of $ρ$ exceeds $B$.

background

Recognition Science obtains the cost function from the Recognition Composition Law, the multiplicative d'Alembert equation $J(xy) + J(x/y) = 2J(x)J(y) + 2J(x) + 2J(y)$ for positive $x,y$. This forces $J(x) = (x + x^{-1})/2 - 1$, or equivalently cosh(log $x$) - 1. The zero composition law then produces the recurrence $d_{n+1} = 2d_n(d_n + 2)$ for the defect sequence of any off-critical zero, yielding at least $4^n$ growth in the initial deviation $d_0 > 0$. The carrier budget is the finite annular excess of the determinant expression $C(s) = det_2(I - A)^2$ at each scale. This module links the zero composition law to the Riemann Hypothesis by showing that the divergent defects must violate any fixed finite bound.

proof idea

The proof is a one-line wrapper that applies the zero composition divergence lemma directly to the off-critical zero $ρ$ and the budget $B$.

why it matters

This theorem supplies the contradiction step inside the downstream result that the Composition Closure Hypothesis implies the Riemann Hypothesis. It completes the alternate chain from the Recognition Composition Law (T5 J-uniqueness) through self-composition amplification of defects to a violation of the finite carrier budget. The module presents this as a separate conditional RH certificate distinct from the EBBA bridge.

Switch to Lean above to see the machine-checked source, dependencies, and usage graph.