Pith. sign in
theorem

e_020102

proved
show as:
module
IndisputableMonolith.Gravity.Analysis.ReggeExactMidpointM2TTIdentity4DM2NumChunk02
domain
Gravity
line
35 · github
papers citing
none yet

plain-language theorem explainer

For the fixed multi-index (0,2,0,1,0,2) on Fin 4, the folded coupling numerator m2Num equals eight times the tabulated kernel value explicitZ. Gravity analysts assembling the 4D Regge midpoint M2–TT identity cite this as one of the 256 concrete kernel checks. The proof is a single decide on two closed integer expressions.

Claim. Let $a,b,c,d,i,j\in\{0,1,2,3\}$. For the specific values $(a,b,c,d,i,j)=(0,2,0,1,0,2)$, the integer coupling numerator obtained by folding the contribution list equals $8$ times the explicit kernel entry at those same indices.

background

This module sits inside the 4D Regge exact-midpoint analysis for the M2–TT identity. The local goal, stated in the module header, is to verify m2Num = 8·explicitZ on one chunk of the 256 kernel cells (all sextuples in Fin 4).

The numerator m2Num(a,b,c,d,i,j) is defined by folding a fixed coupling list: start at 0 and add contrib(t,a,b,c,d,i,j) for each table entry t. The comparison target explicitZ is a total function Fin 4^6 → ℤ given by an exhaustive pattern match (sample clauses include (0,0,1,1,2,2) ↦ 4 and (0,0,1,2,1,2) ↦ −2).

Chunk theorems such as this one pin individual cells so a later fin_cases sweep can reassemble the universal identity.

proof idea

Both sides evaluate to concrete integers once the six Fin 4 arguments are fixed. The tactic decide runs the kernel decision procedure on the ground equality m2Num 0 2 0 1 0 2 = 8 * explicitZ 0 2 0 1 0 2 and closes the goal. No lemmas are invoked beyond the unfolding of the two defs.

why it matters

The parent theorem m2Num_eq_eight_explicitZ asserts ∀(a b c d i j : Fin 4), m2Num a b c d i j = 8 * explicitZ a b c d i j. Its proof is a six-fold fin_cases that dispatches each cell to a chunk lemma of this form. Without the cell-wise checks, the assembly cannot finish.

In the broader gravity stack this identity is the algebraic core of the Regge exact-midpoint M2–TT certificate: it converts the folded coupling sum into the closed explicitZ table, which is what downstream curvature and mass-gap arguments consume. It is pure discrete bookkeeping, not a continuum limit claim, and does not itself invoke the RS forcing chain (T5–T8) or the Recognition Composition Law.

Switch to Lean above to see the machine-checked source, dependencies, and usage graph.