Pith. sign in
module module high

IndisputableMonolith.Gravity.Analysis.ReggeExactMidpointM2TTIdentity4DM2NumChunk11

show as:
view Lean formalization →

Chunk 11 of the generated midpoint m² TT identity certificates for 4D Regge calculus. It packages a block of kernel-decidable numerical identities (the e_2300xx family) used when assembling the global m2Num sum. Downstream assembly folds these chunks into m2Num = 8·explicitZ over all 4096 index tuples. Proofs are pure kernel decide on scale-32 integer tables, not analytic arguments.

claimA finite block of certified numerical identities for the 4D Regge midpoint $m^2$ transverse-traceless (TT) kernel: each entry asserts an exact integer relation on the scale-32 tables for a fixed multi-index in the chunk covering the $e_{2300xx}$ range, contributing to the global sum $m_2^{\mathrm{Num}} = 8\,Z_{\mathrm{explicit}}$ over all $4096$ index tuples.

background

In the Recognition Science gravity stack, 4D Regge calculus identities are checked by reducing the midpoint $m^2$ TT kernel to exact integer arithmetic on scale-32 tables. The upstream kernel-cert module supplies the decide-only infrastructure: Int List.foldl over those tables, with no native_decide, so every certificate is kernel-checkable.

This module is one generated chunk in that pipeline. Sibling names $e_{230000},\ldots,e_{230023}$ mark the local multi-index block. The theoretical setting is discrete gravity bookkeeping: verify that the numerical $m^2$ contribution matches the explicit closed form before the global assembly step.

No new continuum physics is introduced here; the chunk only materializes a slice of the finite verification table produced by the generator script regge_4d_m2_kernel_certs_20260721.py.

proof idea

Definition-and-certificate module, not an analytic proof. Each local lemma is a kernel decide on a precomputed integer identity from the scale-32 fold tables imported via the KernelCert module. Structure is uniform across the $e_{2300xx}$ family: unfold the table entry, run decide, done. No tactic search, no rewriting beyond what the generator baked in.

why it matters in Recognition Science

Feeds the assembler module that builds $m_2^{\mathrm{Num}} = 8\cdot Z_{\mathrm{explicit}}$ over all 4096 index tuples. Without every chunk discharging its block, the global midpoint $m^2$ TT identity cannot be closed in Lean. In the gravity analysis chain this is pure scaffolding for an exact discrete identity, not a continuum Einstein-equation derivation; it sits downstream of the kernel certs and upstream of the full numerical assembly used to underwrite the Regge midpoint claim.

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