Pith. sign in
theorem

e_203232

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

plain-language theorem explainer

For the six-index tuple (2,0,3,2,3,2) on Fin 4, the folded Regge numerator m2Num equals eight times the closed-form table explicitZ. Gravity analysts cite it as one atomic kernel cell in the 4D midpoint M2TT identity. The proof is a single kernel decide on integer arithmetic.

Claim. For indices $a{=}2,\,b{=}0,\,c{=}3,\,d{=}2,\,i{=}3,\,j{=}2$ in $\mathrm{Fin}\,4$, the folded coupling numerator $m_2^{\mathrm{num}}(a,b,c,d,i,j)$ equals $8$ times the explicit integer table value $Z(a,b,c,d,i,j)$.

background

In the 4D Regge midpoint analysis, two integer-valued maps 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 local contribution contrib t a b c d i j. The comparison target explicitZ is a sparse pattern-matched table of small integers (entries such as $4$, $-2$, and so on) that is meant to be the closed form of that fold, up to a universal factor of 8.

This module is chunk 8 of a 256-cell kernel partition of the full $4^6$ index space. The local claim is only the single cell $(2,0,3,2,3,2)$. The surrounding certificate infrastructure lives in ReggeExactMidpointM2TTIdentity4DKernelCert, which supplies both definitions used here.

proof idea

One-line kernel proof: by decide. Lean evaluates both the fold that defines $m_2^{\mathrm{num}}$ at $(2,0,3,2,3,2)$ and the pattern match for explicitZ at the same indices, then checks the integer equality against $8\cdot Z$. No lemmas are invoked beyond the two definitions.

why it matters

The parent theorem m2Num_eq_eight_explicitZ assembles the universal identity $\forall a,b,c,d,i,j,; m_2^{\mathrm{num}}=8,Z$ by exhaustive fin_cases on all six indices. Each chunk cell such as this one discharges one concrete branch of that case split. Without the cell equalities, the midpoint M2TT numerator identity in 4D Regge calculus would remain an unchecked table claim rather than a machine-checked fact. The factor of 8 is the structural constant tying the folded coupling sum to the explicit sparse table across the whole kernel.

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