Pith. sign in
theorem

e_232102

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

plain-language theorem explainer

At multi-index (2,3,2,1,0,2) the Regge midpoint numerator equals eight times the explicit closed-form kernel value. Gravity analysts cite it as one of the 256 concrete kernel checks that assemble into the global m2Num = 8·explicitZ identity. The proof is a single decide on the fully evaluated integers.

Claim. For the multi-index $(a,b,c,d,i,j)=(2,3,2,1,0,2)$ with each coordinate in $\mathbb{F}_4$, the folded coupling numerator equals eight times the explicit integer kernel: $m_2^{\mathrm{num}}(2,3,2,1,0,2)=8\,Z_{\mathrm{expl}}(2,3,2,1,0,2)$.

background

In the 4D Regge exact-midpoint analysis, two integer-valued kernels on six $\mathbb{F}4$ indices are compared. The numerator $m_2^{\mathrm{num}}$ is defined by folding a fixed coupling list: each term contributes an integer via a local contribution map, and the fold starts at zero. The comparison target $Z{\mathrm{expl}}$ is an explicit pattern-matched table on the same six indices (sample clauses send $(0,0,1,1,2,2)$ to $4$ and $(0,0,1,2,1,2)$ to $-2$).

This module is chunk 11 of the 256-point kernel certification: each chunk discharges a batch of concrete index tuples so the global identity can be assembled by exhaustive fin_cases. The local claim is only the single tuple $(2,3,2,1,0,2)$.

proof idea

One-line computational proof: decide. Both sides reduce to concrete Int values once the six Fin 4 arguments are substituted into the fold definition of the numerator and the pattern table for the explicit kernel; Lean’s decision procedure checks integer equality.

why it matters

Parent theorem m2Num_eq_eight_explicitZ states the universal identity $\forall a,b,c,d,i,j,; m_2^{\mathrm{num}}=8,Z_{\mathrm{expl}}$ and proves it by nested fin_cases on all six indices. Each concrete leaf such as this one supplies the residual equality the case split needs. Closing the full kernel identity is a bookkeeping step inside the 4D Regge midpoint $M_2$ TT analysis used on the gravity side of the Recognition stack; it does not itself invoke the T0–T8 forcing chain, but it hardens the discrete curvature bookkeeping that later mass and coupling extractions rely on.

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