e_112221
plain-language theorem explainer
For the six Fin-4 indices (1,1,2,2,2,1), the midpoint Regge numerator m2Num equals eight times the closed-form kernel explicitZ. Gravity analysts cite this as one cell of the 4D exact midpoint identity. The proof is a single kernel decide on concrete integers.
Claim. For indices $a{=}1,b{=}1,c{=}2,d{=}2,i{=}2,j{=}1$ in $\mathrm{Fin}\,4$, the folded coupling numerator $m_2^{\mathrm{num}}(a,b,c,d,i,j)$ equals $8$ times the explicit integer kernel $Z(a,b,c,d,i,j)$.
background
In the 4D Regge midpoint analysis, two integer-valued maps on six $\mathrm{Fin},4$ indices are compared. The numerator $m_2^{\mathrm{num}}$ is the fold of a fixed coupling list: each term contributes an integer via a local contribution function, summed from zero. The comparison target is an explicit piecewise kernel $Z$ that returns small integers (typically $\pm 2$ or $4$) on selected index patterns and is defined by exhaustive case analysis.
The module is chunk 5 of a 256-cell decide grid that discharges $m_2^{\mathrm{num}}=8Z$ pointwise. The global statement assembles every cell by nested fin_cases over the six indices. This cell fixes the concrete tuple $(1,1,2,2,2,1)$.
proof idea
One-line decide proof. Both sides reduce to concrete Int values: the left by evaluating the fold that defines the numerator on the fixed indices, the right by evaluating the explicit kernel and multiplying by eight. Lean’s kernel decision procedure checks integer equality; no lemmas beyond the two definitions are invoked.
why it matters
Feeds the assembly theorem m2Num_eq_eight_explicitZ, which asserts the identity for every six-tuple in $(\mathrm{Fin},4)^6$ by casing through all 4096 combinations and invoking the matching chunk cell. That global equality is the algebraic certificate that the midpoint Regge $M_2$ numerator is exactly eight times the closed-form kernel, a step in the discrete gravity analysis supporting Recognition Science continuum limits. It does not itself touch the forcing chain (T0–T8) or the Recognition Composition Law; it is pure integer bookkeeping inside the gravity layer.
Switch to Lean above to see the machine-checked source, dependencies, and usage graph.