Pith. sign in
theorem

e_311022

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

plain-language theorem explainer

For the six Fin-4 indices (3,1,1,0,2,2), the folded midpoint numerator m2Num equals eight times the explicit kernel value explicitZ. Gravity analysts cite this as one cell of the 256-case kernel that certifies the Regge exact-midpoint M2TT identity in 4D. The proof is a single kernel decide on concrete integers.

Claim. For indices $a{=}3,\,b{=}1,\,c{=}1,\,d{=}0,\,i{=}2,\,j{=}2$ in $\mathrm{Fin}\,4$, the folded coupling numerator $\mathrm{m2Num}(a,b,c,d,i,j)$ equals $8$ times the tabulated kernel integer $\mathrm{explicitZ}(a,b,c,d,i,j)$.

background

In the 4D Regge exact-midpoint analysis, the numerator m2Num is obtained by folding a fixed coupling list: each term contributes an integer depending on six Fin-4 indices, and the fold starts at 0. The companion table explicitZ assigns a sparse pattern of small integers (typically $\pm 2,,4$, or 0) to the same six-index slots.

The module is chunk 13 of a 256-cell kernel certification: every concrete sextuple must satisfy m2Num = 8 · explicitZ so that the global identity can be assembled by exhaustive fin_cases. The local setting is pure integer arithmetic on Fin 4; no continuum limit or physical units enter at this layer.

proof idea

One-line kernel proof: by decide. Both sides reduce to concrete Int values (m2Num by folding the coupling list at the fixed indices; explicitZ by table lookup), and the equality $N = 8Z$ is discharged by the decidable equality instance on integers. No lemmas beyond the two definitions are invoked.

why it matters

This cell is consumed by m2Num_eq_eight_explicitZ, which states the identity for all six Fin-4 arguments and proves it by nested fin_cases, each branch hitting one chunk theorem such as this one. Closing every cell certifies that the folded midpoint numerator is exactly eight times the explicit kernel, a numerical identity needed for the Regge exact-midpoint M2TT analysis in the Gravity domain. It is bookkeeping infrastructure rather than a new physical law; once the full 256-case cover is in place, the assemble theorem becomes a pure case split with no sorry.

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