Pith. sign in
module module high

IndisputableMonolith.Gravity.Analysis.ReggeExactMidpointM2TTIdentity4DM2NumChunk15

show as:
view Lean formalization →

Chunk 15 of the generated midpoint $m^2$ transverse-traceless identity certificates in 4D Regge analysis. It holds a block of kernel-decided equalities (the $e_{3300xx}$ family) used when assembling $m_2^{\mathrm{Num}}=8\cdot Z$ over all 4096 index tuples. Anyone auditing the numerical half of the exact midpoint identity cites this chunk. Each entry is discharged by kernel `decide` on scale-32 integer fold tables, with no `native_decide`.

claimA finite block of certified equalities for a designated slice of the 4096 four-index tuples in the 4D Regge midpoint $m^2$ TT identity, each equating the corresponding numerator contribution to $8\cdot Z$ at scale 32.

background

In the 4D Regge sector of the gravity analysis, the midpoint $m^2$ transverse-traceless (TT) identity is checked by reducing both sides to integer tables at a fixed scale (here scale 32) and comparing them by pure kernel decision. The full check runs over $4096=2^{12}$ index tuples; those tuples are partitioned into generated chunks so that each file stays small and kernel-friendly.

Upstream, the kernel-certificate module supplies the shared fold and table infrastructure: Int List.foldl accumulators and scale-32 lookup data, with every atomic comparison proved by decide only (explicitly no native_decide). This chunk imports that kernel layer and exposes a consecutive family of named equalities $e_{330000},\ldots$ for its assigned index window.

The local setting is therefore purely algebraic bookkeeping inside discrete Regge calculus: no continuum limit, no floating-point arithmetic, and no physical units beyond the dimensionless integer tables.

proof idea

This is a generated certificate module, not a hand-written argument. A Python script (regge_4d_m2_kernel_certs_20260721.py) emits one lemma per index tuple in the chunk; each lemma body is a kernel decide on the precomputed scale-32 fold tables from the upstream kernel-cert module. There is no tactic search beyond decide, and no analytic identity is re-derived here.

why it matters in Recognition Science

The downstream assemble module imports every chunk and glues them into the global statement $m_2^{\mathrm{Num}}=8\cdot\mathrm{explicit}Z$ over all 4096 tuples. Without this chunk, that assembly has a hole in its index cover and the exact midpoint $m^2$ TT identity cannot be closed in Lean. In the broader Recognition gravity stack, the identity is a discrete consistency check on the Regge side of the curvature bookkeeping; it does not itself force $D=3$ or the eight-tick octave, but it is part of the certified discrete geometry layer those continuum claims sit on.

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