zeta
The arithmetic zeta function is the constant function taking value 1 on every positive integer. Researchers deriving bounds or conjectures for the Euler-Mascheroni constant and completed Riemann zeta functional equations cite this interface. The declaration is a direct one-line abbreviation of Mathlib's built-in constant-1 arithmetic function.
claimThe arithmetic zeta function is the map from positive integers to reals given by the constant value 1.
background
The module supplies lightweight wrappers around Mathlib arithmetic functions, with the Möbius function as the primary example and deeper Dirichlet inversion deferred. The zeta entry re-exports the standard constant-1 function that appears in Dirichlet series and inversion formulas. No upstream lemmas are required; the definition stands as a direct re-export.
proof idea
One-line wrapper that directly references Mathlib's ArithmeticFunction.zeta.
why it matters in Recognition Science
The definition feeds the Euler-Mascheroni numerical bounds, optimality claims, irrationality conjecture, and RS structural prediction that gamma equals a closed form in phi and zeta values. It also supports the logic wrappers that transport the completed Riemann zeta functional equation. Within the framework it supplies the number-theoretic zeta needed for ledger-zeta correspondence and constant derivations.
scope and limits
- Does not prove analytic continuation or functional equations for the Riemann zeta function.
- Does not derive any Recognition Science constants or phi-ladder relations.
- Does not supply numerical evaluations or explicit bounds.
- Does not address prime distribution or Mertens theorems directly.
formal statement (Lean)
218abbrev zeta : ArithmeticFunction ℕ := ArithmeticFunction.zeta
proof body
Definition body.
219
used by (40)
-
gamma_bounds_optimal -
gamma_irrational_conjecture -
gamma_numerical_bounds -
gamma_rs_prediction -
or -
logicCompletedRiemannZeta_one_sub -
logicRiemannZeta -
logicRiemannZeta_eulerProduct_tendsto -
birch_tate_rs_prediction -
k2_phi_paths -
K2RingOfIntegers -
Resolution -
direct_rh_from_honestPhaseChargeZeroBridge -
direct_rh_from_honestPhaseCostBridge -
honestPhase_routeC_bottleneck -
zeta_zero_gives_charged_sensor -
completedZeta_balanced -
CompletedZetaLedgerCert -
reciprocal_fixed_re_eq_half -
EulerCarrier -
defectSensorCirclePoint -
eulerDet2FactorComplex_ne_zero -
eulerPrimeLogDerivTermComplex -
zeros_in_continuation -
primeLedgerPartition_formal -
completedZeta0_differentiable -
CompletedZetaHadamardProduct -
hadamardPartialProduct_zero -
involutionOp_diagOp_comm -
hasse_implies_arccos_valid