Pith. sign in
theorem

e_020321

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

plain-language theorem explainer

For the six-index tuple (0,2,0,3,2,1) on Fin 4, the folded numerator m2Num equals eight times the explicit kernel value explicitZ. Gravity analysts assembling the 4D Regge midpoint M2–TT identity cite this as one of 256 kernel cells. The proof is a single decide, evaluating both sides by computation.

Claim. For indices $(a,b,c,d,i,j)=(0,2,0,3,2,1)$ in $(\mathrm{Fin}\,4)^6$, the folded coupling numerator satisfies $m_2^{\mathrm{num}}(0,2,0,3,2,1)=8\,Z_{\mathrm{explicit}}(0,2,0,3,2,1)$.

background

In the 4D Regge midpoint analysis, two integer-valued kernels on six Fin-4 indices are compared. The numerator $m_2^{\mathrm{num}}$ is defined by folding a fixed coupling list: start at 0 and add each contribution term at the given indices. The comparison target $Z_{\mathrm{explicit}}$ is a sparse pattern table on the same six indices (nonzero only on a short list of match arms, e.g. values $\pm 2,4$).

This module is chunk 2 of the 256-cell kernel certification that $m_2^{\mathrm{num}}=8,Z_{\mathrm{explicit}}$ pointwise. The local setting is pure finite enumeration: every cell is an equality of two concrete integers obtained from those defs.

proof idea

One-line computational proof: decide evaluates both sides of the equality at the concrete indices $(0,2,0,3,2,1)$. The left side runs the fold that defines the numerator; the right side multiplies the table lookup for the explicit kernel by 8. No lemmas are invoked beyond the kernel's decision procedure on closed integer terms.

why it matters

The parent theorem is the full pointwise identity $\forall a,b,c,d,i,j,, m_2^{\mathrm{num}}=8,Z_{\mathrm{explicit}}$, assembled by exhaustive fin_cases on all six indices. Each chunk theorem such as this one discharges one cell so the assembler can finish without re-deciding the whole $4^6$ grid in one tactic block.

In the gravity stack this identity is the algebraic core of the Regge exact midpoint M2–TT certificate in 4D: once numerator and explicit kernel match up to the universal factor 8, downstream curvature and deficit bookkeeping can treat the closed form as authoritative. It does not itself touch the T0–T8 forcing chain or the Recognition Composition Law; it is infrastructure inside the discrete gravity analysis layer.

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