Encyclopedia Gravity Gravity Analysis Regge Bloch All Orbit Symbol4 D Factorized Bloch Fold All Gauge
ARTICLE 3 claims 3 theorems
Gravity Analysis Regge Bloch All Orbit Symbol4 D Factorized Bloch Fold All Gauge
A specific test configuration in a lattice gravity calculation collapses to exactly zero at zero momentum, a check that the construction is not hiding a spurious term.
The zero-momentum gauge identity
In lattice gravity, one often studies how a discrete version of the Einstein action behaves when matter or geometry is probed by waves of different wavelengths. The declaration factorizedBlochFoldAll_gauge_zeroMomentum is a machine-checked theorem about one such probe. It says that for a particular test configuration, called decoyGauge, the entire summed quantity factorizedBlochFoldAll equals zero when the wave momentum is exactly zero.
The quantity being summed is a Bloch symbol, a standard tool in solid-state and lattice physics that packages how a wave of a given momentum interacts with a periodic structure. Here the structure is a four-dimensional hypercubic lattice, and the sum runs over all possible hinge types, the elementary geometric joints of the lattice. The theorem is a special case of a broader result: at zero momentum, the full sum reduces to a simpler quadratic form, and for this particular test configuration that quadratic form is identically zero.
The practical significance is a sanity check. The decoyGauge configuration is deliberately constructed to be a gauge-like direction, one that should not contribute physical content. The theorem confirms that at zero momentum, it indeed contributes nothing. This is a consistency requirement: if this test configuration had produced a nonzero value, the whole construction would be suspect. The theorem is proved in the framework's machine-checked library of formal theorems, with the expected axiom footprint of [propext, Classical.choice, Quot.sound].
What the theorem does not claim is equally important. It does not say that the decoyGauge configuration vanishes at nonzero momentum; that is a separate, open question. It does not establish any result about the continuum limit, the smooth spacetime that lattice theories are meant to approximate. And it does not prove that the full Bloch symbol recovers the Einstein-Hilbert action in that limit. The theorem is a narrow, precise algebraic identity, not a statement about the physical content of the theory.
THEOREM factorizedBlochFoldAll_gauge_zeroMomentum · IndisputableMonolith/Gravity/Analysis/ReggeBlochAllOrbitSymbol4D.lean
theorem factorizedBlochFoldAll_gauge_zeroMomentum :
factorizedBlochFoldAll decoyGauge (fun _ => (0 : ℝ)) = 0 := by
rw [factorizedBlochFoldAll_zeroMomentum, trueWeightZeroMomQuadratic_decoyGauge]
THEOREM factorizedBlochFoldAll_zeroMomentum · IndisputableMonolith/Gravity/Analysis/ReggeBlochAllOrbitSymbol4D.lean
/-- All-orbit fold at zero momentum is the committed true-weight Hessian. -/
theorem factorizedBlochFoldAll_zeroMomentum (H : Mat4) :
factorizedBlochFoldAll H (fun _ => (0 : ℝ)) =
trueWeightZeroMomQuadratic H := by
unfold factorizedBlochFoldAll trueWeightZeroMomQuadratic
exact Finset.sum_congr rfl fun ty _ =>
factorizedBlochFoldOrbit_zeroMomentum ty H
THEOREM factorizedBlochFoldAll_gauge_zeroMomentum · IndisputableMonolith/Gravity/Analysis/ReggeBlochAllOrbitSymbol4D.lean
theorem factorizedBlochFoldAll_gauge_zeroMomentum :
factorizedBlochFoldAll decoyGauge (fun _ => (0 : ℝ)) = 0 := by
rw [factorizedBlochFoldAll_zeroMomentum, trueWeightZeroMomQuadratic_decoyGauge]
What this page does not claim
The theorem does not claim that decoyGauge vanishes at nonzero momentum. It does not establish any result about the continuum limit or recovery of the Einstein-Hilbert action. It does not prove that the full Bloch symbol is physically meaningful.
Verify this page
Every tagged claim above names its theorem. To check one yourself rather than trust this page, elaborate the source module with Lean 4 and audit its axiom basis:
$ lake env lean IndisputableMonolith/Gravity/Analysis/ReggeBlochAllOrbitSymbol4D.lean
expected axiom basis: [propext, Classical.choice, Quot.sound] (the Lean kernel's standard three; no RS-specific axioms)
A page whose claims cannot be reproduced this way does not ship. In production, every anchor links to the exact declaration in the public source release, and this block carries the build receipt for the page itself.
Derived articles
This page is generated by a question-recursion engine: the questions its answers raise become the next pages. The current agenda, with open targets marked red:
- Does the decoyGauge configuration also vanish at nonzero momentum?
- What is the physical interpretation of the decoyGauge configuration in the continuum limit?
- How does the zero-momentum reduction relate to the full Bloch symbol at finite momentum?
- Does the full Bloch symbol recover the Einstein-Hilbert action in the continuum limit?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM factorizedBlochFoldAll_gauge_zeroMomentum · IndisputableMonolith/Gravity/Analysis/ReggeBlochAllOrbitSymbol4D.lean
theorem factorizedBlochFoldAll_gauge_zeroMomentum : factorizedBlochFoldAll decoyGauge (fun _ => (0 : ℝ)) = 0 := by rw [factorizedBlochFoldAll_zeroMomentum, trueWeightZeroMomQuadratic_decoyGauge]The theorem says that for a particular test configuration, called decoyGauge, the entire summed quantity factorizedBlochFoldAll equals zero when the wave momentum is exactly zero. factorizedBlochFoldAll_gauge_zeroMomentum · IndisputableMonolith/Gravity/Analysis/ReggeBlochAllOrbitSymbol4D.leanTHEOREM factorizedBlochFoldAll_zeroMomentum · IndisputableMonolith/Gravity/Analysis/ReggeBlochAllOrbitSymbol4D.lean
/-- All-orbit fold at zero momentum is the committed true-weight Hessian. -/ theorem factorizedBlochFoldAll_zeroMomentum (H : Mat4) : factorizedBlochFoldAll H (fun _ => (0 : ℝ)) = trueWeightZeroMomQuadratic H := by unfold factorizedBlochFoldAll trueWeightZeroMomQuadratic exact Finset.sum_congr rfl fun ty _ => factorizedBlochFoldOrbit_zeroMomentum ty HThe theorem is a special case of a broader result: at zero momentum, the full sum reduces to a simpler quadratic form. factorizedBlochFoldAll_zeroMomentum · IndisputableMonolith/Gravity/Analysis/ReggeBlochAllOrbitSymbol4D.leanTHEOREM factorizedBlochFoldAll_gauge_zeroMomentum · IndisputableMonolith/Gravity/Analysis/ReggeBlochAllOrbitSymbol4D.lean
theorem factorizedBlochFoldAll_gauge_zeroMomentum : factorizedBlochFoldAll decoyGauge (fun _ => (0 : ℝ)) = 0 := by rw [factorizedBlochFoldAll_zeroMomentum, trueWeightZeroMomQuadratic_decoyGauge]The theorem is proved in the framework's machine-checked library of formal theorems, with the expected axiom footprint of [propext, Classical.choice, Quot.sound]. factorizedBlochFoldAll_gauge_zeroMomentum · IndisputableMonolith/Gravity/Analysis/ReggeBlochAllOrbitSymbol4D.lean