pith. sign in
module module high

IndisputableMonolith.NumberTheory.ArgumentPrincipleProved

show as:
view Lean formalization →

This module shows that Axiom 1 of the RH formalization holds by direct construction: the uniform annular mesh satisfies the charge-matching condition definitionally. Researchers formalizing the Recognition Science route to the Riemann Hypothesis cite it to confirm that only one non-trivial axiom remains. The argument is a one-line definitional check that uniformChargeMesh N m meets the AnnularMesh predicate.

claimThere exists an annular mesh $M$ such that the charge of $M$ equals the charge of the given sensor; this equality holds definitionally for the uniform charge mesh $M = \text{uniformChargeMesh } N m$.

background

The module sits inside the NumberTheory layer that assembles the RS cost-covering bridge for the Riemann Hypothesis. Upstream, AnnularCost supplies the $\phi$-weighted cost $\text{phiCost } u = J(\phi^u)$ together with the AnnularMesh and sensor objects; CostCoveringBridge organizes the three-layer architecture that turns abstract carrier/sensor data into a concrete RH statement; DefectSampledTrace and EulerInstantiation realize the annular sampling and Euler-product instantiation of the same framework.

The local theoretical setting is the elimination of redundant axioms once the budget interface is made realizable. The supplied doc-comment states that the formal statement of Axiom 1 asks only for existence of an AnnularMesh whose charge matches the sensor charge, and that the uniform mesh meets this requirement definitionally.

proof idea

The module contains several short declarations (argument_principle_trivial, argument_principle_honest, rh_from_single_axiom, etc.). Each is a one-line wrapper that applies the definitional equality uniformChargeMesh.charge = sensor.charge; no non-trivial tactics or external lemmas are required beyond the inductive definition of the uniform mesh.

why it matters in Recognition Science

The declaration feeds directly into AnalyticTrace (which assembles the full axiom-free RH bridge) and ArgumentPrincipleSensor (which packages the phase-lift stack as the certificate consumed by the final RH assembly). By discharging Axiom 1 it reduces the genuine axiom count from two to one, exactly as stated in the module doc-comment. This step closes one of the two former axioms listed in the AnalyticTrace documentation.

scope and limits

used by (2)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (4)

Lean names referenced from this declaration's body.

declarations in this module (5)