Encyclopedia Gravity Gravity Analysis Regge Bloch All Orbit Symbol4 D Factorized Bloch Fold All Axis
ARTICLE 2 claims 2 theorems
Gravity Analysis Regge Bloch All Orbit Symbol4 D Factorized Bloch Fold All Axis
A machine-checked theorem in the Recognition Science framework shows that a specific sum over all possible discrete curvature configurations vanishes when momentum is zero, a technical but necessary step toward a discrete theory of gravity.
The zero-momentum fold
In the Recognition Science framework's machine-checked library of formal theorems, a ledger (a discrete record of events) models spacetime as a collection of flat four-dimensional simplices, or building blocks. The curvature of this discrete spacetime is concentrated on the triangular hinges where these blocks meet. The declaration factorizedBlochFoldAll_axis_zeroMomentum proves a specific algebraic identity about a particular way of summing up contributions from all possible hinge configurations, called the all-orbit factorized Bloch fold, when the momentum is set to zero.
The theorem states that for a specific choice of background geometry, the all-orbit fold evaluates to zero. This is not a general result; it holds for a particular matrix, axisTTPlus, which represents a specific arrangement of the discrete spacetime. The proof proceeds by first showing that at zero momentum, the fold for any geometry reduces to a simpler quadratic form, and then demonstrating that this quadratic form vanishes for this particular choice. This is a concrete, checkable fact about the algebraic structure of the discrete theory.
The declaration is a theorem, meaning it is formally proved within the framework's logic. It is part of a larger effort to understand how a discrete, combinatorial model of spacetime can give rise to continuous physics. This particular result is a technical lemma: it confirms that a certain complicated sum has a well-behaved limit at zero momentum, a necessary condition for extracting physical predictions from the model. It is a step, not a destination.
In Recognition Science, this result is one of several that constrain the behavior of the discrete gravity model. It does not, by itself, prove that the model recovers Einstein's theory of general relativity in the continuous limit. It does not establish that the model's predictions match any observed gravitational phenomenon. It is a statement about the internal consistency of the framework's mathematical machinery, a necessary but not sufficient condition for physical relevance.
THEOREM factorizedBlochFoldAll_axis_zeroMomentum · IndisputableMonolith/Gravity/Analysis/ReggeBlochAllOrbitSymbol4D.lean
theorem factorizedBlochFoldAll_axis_zeroMomentum :
factorizedBlochFoldAll axisTTPlus (fun _ => (0 : ℝ)) = 0 := by
rw [factorizedBlochFoldAll_zeroMomentum, trueWeightZeroMomQuadratic_axisTTPlus]
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
What this page does not claim
This theorem does not prove that the discrete model recovers continuum general relativity. This theorem does not establish any connection to observed gravitational phenomena. This theorem does not apply to the transported (1,1) fold of a different declaration, ReggeBlochFold4D.
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:
- What physical predictions, if any, follow from the vanishing of the all-orbit fold at zero momentum?
- How does the all-orbit fold at finite momentum relate to the continuum limit of the discrete gravity model?
- What is the significance of the specific background geometry axisTTPlus in the broader framework?
- Does the framework's discrete gravity model recover the Einstein field equations in any limit?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM factorizedBlochFoldAll_axis_zeroMomentum · IndisputableMonolith/Gravity/Analysis/ReggeBlochAllOrbitSymbol4D.lean
theorem factorizedBlochFoldAll_axis_zeroMomentum : factorizedBlochFoldAll axisTTPlus (fun _ => (0 : ℝ)) = 0 := by rw [factorizedBlochFoldAll_zeroMomentum, trueWeightZeroMomQuadratic_axisTTPlus]The theorem states that for a specific choice of background geometry, the all-orbit fold evaluates to zero. factorizedBlochFoldAll_axis_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 proof proceeds by first showing that at zero momentum, the fold for any geometry reduces to a simpler quadratic form, and then demonstrating that this quadratic form vanishes for this particular choice. factorizedBlochFoldAll_zeroMomentum · IndisputableMonolith/Gravity/Analysis/ReggeBlochAllOrbitSymbol4D.lean