IndisputableMonolith.NumberTheory.ZeroLocationCost
ZeroLocationCost defines the critical-line predicate for complex points together with associated deviation and defect measures built from the J-cost functional. Researchers pursuing cost-minimization proofs of the Riemann Hypothesis cite these objects to convert zero locations into nonnegative observables. The module consists entirely of definitions and elementary equivalences with no theorem proofs.
claimThe critical-line predicate is given by $OnCriticalLine(s) :⇔ Re(s)=1/2$. The associated deviation and defect are $zeroDeviation(s)=|Re(s)-1/2|$ and $zeroDefect(s)=J(e^{2(Re(s)-1/2)})$ where $J(x)=½(x+x^{-1})-1$.
background
The module sits inside the NumberTheory domain and imports DiscretenessForcing, which shows that the cost landscape J(x)=½(x+x^{-1})-1 forces discreteness by possessing a unique minimum at x=1 (equivalently cosh(t)-1 in logarithmic coordinates). It also imports LawOfExistence, whose central statement equates existence of an object with vanishing defect.
proof idea
This is a definition module, no proofs. It introduces the predicates OnCriticalLine, zeroDeviation, zeroDefect together with the elementary equivalences zeroDeviation=0 iff on critical line and zeroDefect=0 iff on critical line, plus the nonnegativity of zeroDefect.
why it matters in Recognition Science
These definitions supply the zero-location observables required by CompletedXiSymmetry (for reflection and conjugation invariants), ZeroCompositionLaw (for the composition law on defects induced by the Recognition Composition Law), and ZeroDoublingLaw (for the recurrence D(2t)=2D(t)^2+4D(t)). The constructions therefore form the interface layer for Vector-C style forcing arguments toward the Riemann Hypothesis.
scope and limits
- Does not derive or assume the functional equation of the zeta function.
- Does not prove that all zeros lie on the critical line.
- Does not compute or approximate any explicit zero locations.
- Does not import the explicit formula or connect to prime-counting.
used by (6)
-
IndisputableMonolith.NumberTheory.CompletedXiSymmetry -
IndisputableMonolith.NumberTheory.CompositionDivergence -
IndisputableMonolith.NumberTheory.XiJBridge -
IndisputableMonolith.NumberTheory.ZeroCompositionInterface -
IndisputableMonolith.NumberTheory.ZeroCompositionLaw -
IndisputableMonolith.NumberTheory.ZeroDoublingLaw
depends on (2)
declarations in this module (19)
-
def
OnCriticalLine -
def
functionalReflection -
def
criticalReflection -
def
zeroDeviation -
def
zeroDefect -
theorem
zeroDefect_eq_J_log -
theorem
zeroDefect_eq_cosh_sub_one -
theorem
zeroDeviation_eq_zero_iff_on_critical_line -
theorem
zeroDefect_zero_iff_on_critical_line -
theorem
zeroDefect_pos_iff_off_critical_line -
theorem
zeroDefect_nonneg -
theorem
functionalReflection_re -
theorem
criticalReflection_re -
theorem
zeroDeviation_functionalReflection -
theorem
zeroDeviation_conj -
theorem
zeroDeviation_criticalReflection -
theorem
zeroDefect_invariant_under_functional_reflection -
theorem
zeroDefect_invariant_under_conjugation -
theorem
zeroDefect_invariant_under_reflection