Pith. sign in
theorem

e_012001

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

plain-language theorem explainer

Pointwise identity: the midpoint mass-squared numerator at multi-index (0,1,2,0,0,1) equals eight times the explicit integer kernel Z at those same indices. Gravity analysts cite it as one cell of the 4D Regge midpoint M2 TT kernel certification. The proof is a single decide on concrete integer arithmetic.

Claim. For indices $(a,b,c,d,i,j)=(0,1,2,0,0,1)$ in $\mathrm{Fin}\,4$, the folded numerator $m_2^{\mathrm{num}}(a,b,c,d,i,j)$ equals $8\,Z(a,b,c,d,i,j)$, where $Z$ is the explicit closed-form integer kernel on six $\mathrm{Fin}\,4$ arguments.

background

In the 4D Regge midpoint analysis, the mass-squared numerator $m_2^{\mathrm{num}}$ is defined by folding a coupling list: sum the local contributions over that list at a six-tuple of $\mathrm{Fin},4$ indices. The companion map $Z$ is an explicit piecewise integer function on the same six indices (sample values include $4$, $-2$, and other small integers on diagonal and off-diagonal patterns).

The module is chunk 1 of a 256-cell kernel certification whose sole job is to prove $m_2^{\mathrm{num}}=8,Z$ pointwise. Each cell fixes one concrete multi-index; the present cell is $(0,1,2,0,0,1)$. Upstream, both sides are pure definitions in the kernel certificate module, so equality is a finite integer check rather than an analytic argument.

proof idea

One-line computational proof: decide evaluates both the folded sum defining $m_2^{\mathrm{num}}$ at $(0,1,2,0,0,1)$ and the product $8,Z(0,1,2,0,0,1)$, then confirms the two concrete integers coincide. No lemmas beyond the definitions of $m_2^{\mathrm{num}}$ and $Z$ are required.

why it matters

This cell is consumed by the assembly theorem $m_2^{\mathrm{num}}=8,Z$ for all six $\mathrm{Fin},4$ arguments, which proceeds by exhaustive fin_cases and dispatches each branch to a chunk identity of this form. That global identity is the algebraic backbone of the Regge exact midpoint M2 TT certification in four dimensions: it replaces a summed coupling expression by a closed integer kernel, enabling exact (non-numeric) gravity identities downstream.

Within Recognition Science gravity work, such kernel equalities sit under the discrete geometric side of the framework (Regge-type curvature and mass-squared bookkeeping), not under the T0–T8 forcing chain itself. The declaration closes one of 256 decide obligations; none remain open once the full assemble theorem typechecks.

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