pith. sign in
module module high

IndisputableMonolith.Mathematics.RamanujanBridge.RamanujanPiFactors

show as:
view Lean formalization →

This module supplies a collection of elementary factorization lemmas for integers that appear in Ramanujan's pi series, such as 396 = 4 × 99 and 9801 = 99² together with primality checks on 1103. It is cited by the RamanujanBridge module to furnish the concrete number-theoretic facts required for mapping Ramanujan's identities onto Recognition Science structures. Each lemma is established by direct algebraic verification or repeated divisibility checks with no external dependencies beyond basic arithmetic.

claim$396 = 4 × 99$, $9801 = 99^2$, $11^2$ divides 9801, 1103 is prime, and 11 does not divide 1103.

background

The module operates inside the RamanujanBridge effort that links Srinivasa Ramanujan's series to Recognition Science. It imports the RS time quantum τ₀ = 1 tick from Constants and the structural derivation of 4π via vertex deficits of the cubic ledger Q₃ from AlphaDerivation. The listed factorizations prepare the integer relations that later map onto the phi-ladder and J-cost constructions of the parent framework.

proof idea

This is a collection of small theorems, each proved by direct computation or repeated application of basic divisibility and squaring rules. No complex tactics or external lemmas beyond arithmetic are used.

why it matters in Recognition Science

The module feeds the RamanujanBridge module whose doc-comment states it provides the formal bridge between Ramanujan's deepest mathematical structures and Recognition Science. It supplies the concrete integer identities needed to interpret Ramanujan's pi approximations inside the RS-native constants derived from the cubic ledger.

scope and limits

used by (1)

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

depends on (2)

Lean names referenced from this declaration's body.

declarations in this module (19)