pith. sign in
module module high

IndisputableMonolith.NumberTheory.HadamardGenusOne

show as:
view Lean formalization →

This module defines the genus-one Weierstrass elementary factor E1(z) = (1 - z) exp(z) and records its algebraic values, norm bounds, and summability criteria. Analytic number theorists constructing Hadamard products for the xi function cite these results when isolating individual zero factors. The module consists of a central definition followed by short lemmas that apply direct substitution and Mathlib norm estimates.

claimThe genus-one elementary factor is $E_1(z) = (1 - z) e^z$.

background

Recognition Science expresses the xi function through a genus-one Hadamard product over its zeros. This module supplies the local factor E1(z) = (1 - z) exp(z) that appears once for each zero in the product. The factor satisfies E1(0) = 1 and E1(1) = 0 while the exponential term controls the linear growth required for order-one entire functions.

proof idea

This is a definition module. The central definition sets E1(z) = (1 - z) exp(z). The remaining declarations compute E1 at 0 and 1 by substitution, derive norm inequalities from the series for exp, and apply Mathlib summability and multipliability predicates to families indexed by the zeros.

why it matters in Recognition Science

HadamardRegularTail imports this module to split xi0 at any chosen zero index k into the local factor E1(s / zeros k) and the regular tail of the remaining product. The splitting supports the full Hadamard identification of the xi function and connects the zero set to the phi-ladder structure in the Recognition framework.

scope and limits

used by (1)

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

declarations in this module (17)