Pith. sign in
theorem

e_201100

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

plain-language theorem explainer

One of 256 kernel equalities: the M2 numerator at multi-index (2,0,1,1,0,0) equals eight times the explicit Z value there. Gravity analysts cite it when assembling the full Regge midpoint M2–TT identity in 4D. The proof is a single `decide` on concrete integer arithmetic.

Claim. For the multi-index $(a,b,c,d,i,j)=(2,0,1,1,0,0)$ with each coordinate in $\{0,1,2,3\}$, the folded M2 numerator equals eight times the explicit integer kernel $Z$ at that multi-index.

background

In the 4D Regge midpoint analysis, the M2 numerator at six discrete indices is defined by folding a fixed coupling list: each term contributes an integer, and the fold starts from zero. The companion object is an explicit integer kernel $Z$ on the same six $\mathrm{Fin},4$ arguments, given by a finite pattern-match table (e.g. diagonal-type slots map to $4$ or $-2$).

The local module is chunk 8 of a 256-way case split: the claim is that the folded numerator equals $8\cdot Z$ at every multi-index. This file discharges one concrete slot by kernel decision rather than by a symbolic identity.

Upstream, both the fold definition and the explicit table live in the kernel certificate module; the present theorem only evaluates them at $(2,0,1,1,0,0)$.

proof idea

One-line computational proof: decide evaluates both sides as concrete Int expressions (the fold of contributions versus eight times the table entry) and closes the equality by kernel reduction. No lemmas are invoked beyond the definitions of the numerator fold and the explicit kernel.

why it matters

Parent theorem m2Num_eq_eight_explicitZ assembles all 256 index cases into the universal statement that the M2 numerator equals eight times explicit $Z$ on every six-tuple in $(\mathrm{Fin},4)^6$. That assembly is the algebraic backbone of the Regge exact midpoint M2–TT identity in 4D gravity analysis inside the monolith.

Within Recognition Science gravity work, such identities constrain discrete curvature and coupling bookkeeping on the lattice side of the continuum limit. This chunk does not itself touch the forcing chain (T0–T8) or the J-cost; it is pure integer kernel hygiene supporting the gravity layer.

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