pith. sign in
module module high

IndisputableMonolith.NumberTheory.HilbertPolyaCandidate

show as:
view Lean formalization →

This module defines the multiplicative index for positive rationals as finitely supported functions from primes to integers. It supplies conversions toRat and costAt together with basic arithmetic lemmas. The definitions are imported by CostOperatorRegularity to construct the dense domain of finite-support states for the cost operator T_J. The module contains only definitions and supporting lemmas with no theorems.

claimThe index for the multiplicative group is the type of finitely supported functions from the set of primes to integers, equipped with toRat mapping each index to an element of the positive rationals and costAt evaluating the associated J-cost.

background

The module supplies number-theoretic infrastructure inside the Recognition Science formalization. Its doc-comment states that the index for the multiplicative group of positive rationals is a finitely-supported function from primes to integers. Sibling definitions include MultIndex (the type itself), toRat (the conversion back to a positive rational), costAt (the cost evaluation), and lemmas such as toRat_zero, toRat_add, toRat_neg that encode the group law. The module imports Cost to access the underlying J-cost and is used to build finite-support states.

proof idea

This is a definition module, no proofs.

why it matters in Recognition Science

The module supplies the index structure required by the downstream CostOperatorRegularity module. That module constructs the dense domain of finite-support states, proves symmetry on the domain, and states the three regularity sub-conjectures (essential self-adjointness, discrete spectrum, trace-class) for the candidate cost operator T_J. The index therefore anchors the operator-theoretic treatment of the Hilbert-Polya candidate inside the Recognition framework.

scope and limits

used by (1)

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

depends on (1)

Lean names referenced from this declaration's body.

declarations in this module (29)