Pith. sign in
theorem

e_201312

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

plain-language theorem explainer

Pointwise identity: the Regge midpoint mass-squared numerator at multi-index (2,0,1,3,1,2) equals eight times the explicit integer kernel Z at those same indices. Gravity analysts assembling the 4D midpoint M2–TT identity cite this as one of 256 kernel cells. The proof is a pure kernel decide on concrete Fin 4 data.

Claim. For indices $(a,b,c,d,i,j)=(2,0,1,3,1,2)$ in $(\mathrm{Fin}\,4)^6$, the folded coupling 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 integer kernel on six $\mathrm{Fin}\,4$ arguments.

background

In the 4D Regge midpoint analysis, the mass-squared numerator $m_2^{\mathrm{num}}$ is obtained by folding a fixed coupling list: each term contributes an integer depending on six $\mathrm{Fin},4$ indices $(a,b,c,d,i,j)$. The companion object $Z$ is an explicit piecewise integer function on the same index space (values such as $4$, $-2$, and so on on named patterns).

The local module is chunk 8 of a 256-cell kernel certification that $m_2^{\mathrm{num}}=8Z$ holds at every multi-index. The module imports only Mathlib and the kernel certificate that defines both $m_2^{\mathrm{num}}$ and $Z$. No continuum limit or variational principle is invoked here; the claim is purely discrete and arithmetic.

proof idea

One-line computational proof: decide evaluates both sides on the concrete six-tuple $(2,0,1,3,1,2)$ and checks integer equality. No lemmas beyond the definitions of $m_2^{\mathrm{num}}$ (fold of contributions) and $Z$ (pattern match) are required; the kernel is small enough for Lean’s decision procedure.

why it matters

This cell is consumed by the assembly theorem m2Num_eq_eight_explicitZ, which states $\forall(a,b,c,d,i,j),, m_2^{\mathrm{num}}=8Z$ and discharges the universal claim by exhaustive fin_cases on all six indices. Each chunk theorem such as this one supplies one concrete equality the assembler relies on.

In the broader Recognition gravity stack, the midpoint M2–TT identity is part of the discrete curvature and mass-squared bookkeeping on the Regge side. The factor of eight is the structural bridge between the folded coupling sum and the closed-form kernel $Z$. The result does not itself touch the forcing chain (T0–T8) or the J-cost; it is infrastructure inside the gravity analysis layer.

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