e_303131
plain-language theorem explainer
Pointwise identity: the Regge midpoint m₂ numerator at multi-index (3,0,3,1,3,1) equals eight times the explicit integer kernel Z there. Gravity analysts cite it when assembling the full 4D m₂Num = 8·Z table. Proof is a single kernel decide on concrete Int values.
Claim. For indices $(a,b,c,d,i,j)=(3,0,3,1,3,1)$ in $(\mathrm{Fin}\,4)^6$, the folded coupling numerator $m_2^{\mathrm{num}}(a,b,c,d,i,j)$ equals $8$ times the explicit kernel value $Z(a,b,c,d,i,j)$.
background
In the 4D Regge midpoint M₂ TT-identity analysis, two integer kernels on six Fin-4 indices are compared. The numerator $m_2^{\mathrm{num}}$ is defined by folding a fixed coupling list: each term contributes an integer contrib and the fold starts at 0. The companion explicitZ is a closed pattern match on the six indices, returning small integers such as $4$, $-2$, and so on for the nonzero cells.
This module is chunk 12 of the 256-decide kernel that checks $m_2^{\mathrm{num}}=8\cdot Z$ pointwise. The local setting is pure finite enumeration: every index lives in $\mathrm{Fin},4$, so each concrete sextuple is a closed integer equality.
proof idea
One-line computational proof: decide evaluates both sides at the fixed sextuple $(3,0,3,1,3,1)$. The left side runs the fold that defines the numerator; the right side multiplies the matched explicitZ entry by 8. No lemmas are invoked beyond kernel reduction of concrete Int arithmetic.
why it matters
Feeds the assembly theorem m2Num_eq_eight_explicitZ, which states $\forall a,b,c,d,i,j,, m_2^{\mathrm{num}}=8\cdot Z$ and discharges the universal claim by fin_cases on all six indices. Each chunk theorem such as this one closes one cell of that case split.
In the Recognition gravity stack this identity is bookkeeping for the exact midpoint Regge M₂ TT relation in 4D: once numerator and explicit kernel agree everywhere up to the factor 8, later analytic steps can quote the closed form $Z$ instead of the fold. It does not itself touch T0–T8 or the RCL; it is infrastructure inside the gravity analysis layer.
Switch to Lean above to see the machine-checked source, dependencies, and usage graph.