Pith. sign in
module module high

IndisputableMonolith.Gravity.Analysis.ReggeExactMidpointM2TTIdentity4DM2NumChunk08

show as:
view Lean formalization →

Chunk 08 of the generated numerical certificates for the 4D Regge midpoint m² TT identity. It packages a block of kernel-decidable equalities (the e_2000xx family) that feed the global m2Num assembly. Gravity analysts checking the discrete TT sector cite it when auditing the fold over index tuples. The content is script-generated scale-32 table lookup discharged by kernel decide.

claimA finite block of certified integer identities for the midpoint $m^2$ transverse-traceless sector in 4D Regge calculus: each entry equates a scaled discrete curvature/mass contribution to its tabulated value under the scale-32 encoding, as one chunk of the full $m_2^{\mathrm{Num}}$ sum over index tuples.

background

Recognition Science gravity work formalizes Regge calculus identities in Lean so that continuum TT (transverse-traceless) constraints have exact discrete counterparts. The midpoint $m^2$ TT identity is one such target: a numerical identity on lattice edge data that must hold before continuum limits or continuum matching arguments are trusted.

This module sits under Gravity.Analysis and imports the kernel-certificate layer (ReggeExactMidpointM2TTIdentity4DKernelCert). That upstream layer is generated by scripts/qg/regge_4d_m2_kernel_certs_20260721.py and uses Int List.foldl with scale-32 tables, discharging equalities by kernel decide only (no native_decide).

Chunk 08 is one slice of the enumerated certificate family (siblings e_200000e_200023 and kin). The full index space is large (assembly later folds 4096 tuples), so certificates are split across chunk modules for compile-time and reviewability.

proof idea

Definition-and-certificate module, not a single prose theorem. Each local lemma is a closed integer equality produced by the generator: evaluate the scaled midpoint $m^2$ contribution on a fixed multi-index, compare to the precomputed table entry, and finish with kernel decide on the folded Int expression. No analytic continuum argument lives here; the structure is batch verification of table rows. Import surface is only Mathlib plus the shared kernel-cert module.

why it matters in Recognition Science

Downstream, ReggeExactMidpointM2TTIdentity4DM2NumAssemble imports this chunk to assemble $m_2^{\mathrm{Num}} = 8\cdot\mathrm{explicitZ}$ over all 4096 index tuples. Without the chunk certificates, the global numerical identity cannot be closed in-kernel. In the broader RS gravity stack, these Regge midpoint identities support discrete control of the TT sector before continuum or phenomenological gravity claims. The module is pure scaffolding of verified numerics: it does not itself state a continuum theorem, but it is a required brick in the exact discrete identity chain.

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 (256)

… and 176 more