Pith. sign in
module module moderate

IndisputableMonolith.Gravity.Analysis.ReggeExactMidpointM2TTIdentity4DM2NumChunk00

show as:
view Lean formalization →

First enumerated chunk of certified midpoint m² numerator contributions for the 4D Regge TT identity. Supplies a block of scale-32 integer table entries (the e_0000** family) that the assembler folds into m2Num = 8·explicitZ over all 4096 index tuples. Gravity analysts cite it only as raw certified data; the proofs are kernel decide on precomputed fold tables from the kernel-cert module.

claimChunk 00 of the certified integer tables for the midpoint $m^2$ numerator in the 4D Regge TT identity: a finite family of scale-32 entries $e_{0000**}$ that contribute to $m_2^{\mathrm{Num}} = 8\,Z_{\mathrm{explicit}}$ when assembled over the full $4096$ index tuples.

background

In the 4D Regge analysis, the midpoint $m^2$ TT identity is checked by reducing a large discrete sum to integer arithmetic on scale-32 tables. The kernel-cert module supplies those tables and proves the kernel predicates by decide only (no native_decide), generated from scripts/qg/regge_4d_m2_kernel_certs_20260721.py via Int List.foldl.

This module is the first data chunk in that pipeline. Its siblings are named entries $e_{000000},\ldots$ holding the certified numerator fragments for a contiguous block of index tuples. No new geometric definitions are introduced here; the ambient objects (midpoint $m^2$, TT projector, Regge edge lengths) live upstream in the Gravity.Analysis stack.

The assembly target is global: over all $4096 = 2^{12}$ index tuples one must obtain $m_2^{\mathrm{Num}} = 8\cdot Z_{\mathrm{explicit}}$. Chunking keeps individual files small enough for the kernel checker while preserving a pure, decidable certificate trail.

proof idea

Definition-and-certificate module, not a single theorem. Each $e_{******}$ entry is a concrete integer (or small integer list) drawn from the scale-32 kernel tables; correctness of the underlying kernel predicates is discharged upstream by decide on fold results. This chunk contributes no independent tactic proof beyond whatever thin wrappers re-export those decided facts. The real work is bookkeeping: partition the 4096-tuple range so the assembler can foldl chunk contributions into the global $m_2^{\mathrm{Num}}$ identity.

why it matters in Recognition Science

Feeds ReggeExactMidpointM2TTIdentity4DM2NumAssemble, whose job is to assemble $m_2^{\mathrm{Num}} = 8\cdot Z_{\mathrm{explicit}}$ over all 4096 index tuples. Without the chunked numerator tables, the global midpoint $m^2$ TT identity in 4D Regge calculus cannot be certified inside the kernel. The module is pure scaffolding data in the gravity analysis chain: it does not state a physical law, but it is a required link between the generated kernel certificates and the assembled numerator identity used by higher Regge exactness results.

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