Pith. sign in
theorem

w35

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

plain-language theorem explainer

The raw single-entry Jacobian coefficient at tetrahedron edge slots (3,5) is exactly zero. Anyone expanding the assembled constant-block contraction over free edge-class coefficients cites this table entry. The proof is a one-line rewrite through the evaluated rational stencil table, then numeric normalization.

Claim. The raw single-entry radical coefficient of the flat-angle Jacobian at edge-pair indices $f=3$, $g=5$ equals $0$ in $\mathbb{R}$.

background

This module closes Gate C-A3 of the QG full-theory campaign (Paper C / Pillar 1, Lane C): the hinge-aware zero mode of the assembled Regge TT constant block. The stencil-only constant block does not vanish under TT; the hinge term cancels the recorded residual, and the assembled block is fixed as hinge minus that residual.

The raw Jacobian coefficient is the single-entry radical form $J_{fg}/(2\sqrt{a^*_f})$ used by early bucket checks. Independently, the full literal rational stencil table assigns a phase-independent rational to every slot pair $(f,g)\in\mathrm{Fin},6\times\mathrm{Fin},6$, derived offline from closed forms of the flat-angle Jacobian and Freudenthal squared edge lengths. The evaluation theorem identifies every raw coefficient with the corresponding table entry as a real.

proof idea

One-line wrapper. Rewrite the goal by the evaluation theorem at indices $(3,5)$, which replaces the raw radical coefficient by the cast of the literal rational stencil weight at bucket $\langle 3,5\rangle$. Then norm_num on that table entry reduces the rational (which is $0$) to the real zero.

why it matters

Feeds zeroMode_free_coefficients, the algebraic identity that the six-tetrahedron raw-table contraction in seven free coefficients is the perfect square $(c_0+c_1+c_2-c_3-c_4-c_5+c_6)^2/2$. That identity is the exact shape of the assembled constant block: it vanishes precisely on the alternating-sum hyperplane inhabited by geometric edge-class coefficient vectors.

In the Gate C-A3 story this is one of the thirty-six table atoms needed before the free-coefficient square and the TT-witness cancellation can be stated in-kernel. It does not itself invoke the hinge term or the eight-tick/D=3 forcing chain; it is pure stencil arithmetic supporting the zero-mode headline.

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