Pith. sign in
module module high

IndisputableMonolith.Gravity.Analysis.ReggeExactMidpointM2TTIdentity4DM2NumChunk03

show as:
view Lean formalization →

Chunk 03 of machine-checked elementary certificates for the 4D Regge midpoint m² TT identity. Each entry is a kernel-decidable equality on scaled integer tables for a fixed index block. Gravity analysts assembling the global m2Num sum cite this chunk; the parent assembler folds it with the other chunks over all 4096 tuples. Proofs are pure `decide` on foldl-built tables, no native evaluation.

claimFor each multi-index $\iota$ in the chunk-03 block of $\{0,\ldots,4095\}$, the scaled integer kernel identity $e_{03\iota}$ asserts that the midpoint $m^2$ TT contribution at $\iota$ equals the corresponding explicit $Z$-table entry (scale factor 32), as required by the 4D Regge midpoint formula.

background

Recognition Science gravity work formalizes Regge calculus identities that relate discrete curvature (deficit angles) to mass-squared and transverse-traceless (TT) projections on a 4D simplicial complex. The midpoint $m^2$ TT identity is one such algebraic relation: after clearing denominators it becomes an equality of integer polynomials evaluable by table lookup.

The upstream kernel-cert module supplies the shared infrastructure: Int tables built by List.foldl, a uniform scale-32 normalization, and a decide-only certificate pattern (no native_decide). This chunk instantiates that pattern for one contiguous block of the 4096 index tuples that label the discrete degrees of freedom.

Sibling declarations e_030000e_030023 (and the rest of the block) are the individual certificates; each is a closed Prop proved by kernel decision on the precomputed tables.

proof idea

Definition-and-certificate module, not a single theorem. Each e_03**** is a one-line kernel certificate: the goal is an equality of integer expressions built from the shared scale-32 foldl tables; decide discharges it inside the Lean kernel. No tactic automation beyond that, no analytic estimates, and no floating-point. The chunk exists solely to keep individual file sizes and elaboration times manageable while covering its slice of the 4096-tuple space.

why it matters in Recognition Science

The downstream assembler ReggeExactMidpointM2TTIdentity4DM2NumAssemble imports every chunk and builds the global identity $m_2\mathrm{Num}=8\cdot\mathrm{explicit}Z$ by summing the elementary contributions over all 4096 index tuples. Without chunk 03 that sum has a hole; with it, the numerical side of the midpoint $m^2$ TT identity is fully certified.

In the broader RS gravity stack this closes a generated, machine-checked step toward exact discrete Einstein identities on the recognition complex, complementary to the continuum forcing chain (T0–T8) and the continuum constants $c=1$, $\hbar=\varphi^{-5}$, $G=\varphi^5/\pi$. It is pure scaffolding for the assembled theorem, not a physical claim on its own.

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