Encyclopedia Gravity Gravity Analysis Recognition Mesh Exact Jbridge4 D Exact Jequals True Regge Hess
ARTICLE 3 claims 2 theorems 1 open
Gravity Analysis Recognition Mesh Exact Jbridge4 D Exact Jequals True Regge Hess
A machine-checked proof shows that a discrete model of spacetime curvature agrees with a standard continuum approximation at the level of its second-order variation, while leaving the full equivalence open.
The mesh bridge
In numerical relativity, the Regge action is a way to approximate the curvature of spacetime by triangulating it into flat, four-dimensional simplexes. The true Regge Hessian is the second derivative of that action with respect to the edge lengths, a quantity that controls how the action responds to small perturbations. The Recognition Science declaration exactJEqualsTrueReggeHessian_holds establishes a precise bridge between this discrete Regge object and a continuum object called the Option-C midpoint Bloch symbol, which appears in the framework's analysis of gravity.
The framework builds a canonical mesh on a four-dimensional torus, labeled by a natural number j. On this mesh it defines an action, exactJActionOnMesh, whose amplitude is a quadratic form in the perturbation amplitude ε. The declaration proves that the second difference of this action, its amplitude Hessian, exists and is exactly equal to the mesh true-Regge quadratic Hessian. This holds for all nonzero momentum modes and all polarizations that satisfy the transverse-traceless condition. The proof is a theorem in the framework's machine-checked library of formal theorems, meaning it is derived from the axioms of the underlying logic without additional assumptions.
The declaration does not claim that the full nonlinear Regge action is equal to the exact-J action. That elevation, via the Schläfli identity, remains open. It also does not claim that the iterated limit N → ∞ of the mesh Hessian converges to the Einstein-Hilbert action; that convergence is a separate theorem, recognitionExactJConvergesEH, which is closed at a scale-explicit face. The declaration specifically does not imply that the framework's action recovers the Einstein-Hilbert action in the continuum limit, nor does it establish any physical prediction about gravity. It is a statement about the equality of two mathematical objects at the level of their second-order variation on a discrete mesh.
What the declaration does establish is a consistency check: the framework's exact-J action, when restricted to a single mesh and a single mode, has the same curvature response as the standard Regge action. This is a necessary condition for the framework's gravity program to be viable, but it is not sufficient. The open questions are whether the full action, not just its Hessian, matches Regge, and whether the continuum limit reproduces general relativity. The declaration is a step, not a destination.
THEOREM exactJEqualsTrueReggeHessian_holds · IndisputableMonolith/Gravity/Analysis/RecognitionMeshExactJBridge4D.lean
/-- **THEOREM:** exact-J amplitude Hessian equals the mesh true-Regge
Hessian by construction (MODEL action identification). -/
theorem exactJEqualsTrueReggeHessian_holds :
ExactJEqualsTrueReggeHessian := by
intro j m E _hm _hTT
refine ⟨meshTrueReggeQuadraticHessian (canonicalRecognitionMesh j) m E,
exactJAmplitudeHessian_eq_mesh _ _ _, rfl⟩
THEOREM exactJEqualsTrueReggeHessian_holds · IndisputableMonolith/Gravity/Analysis/RecognitionMeshExactJBridge4D.lean
/-- **THEOREM:** exact-J amplitude Hessian equals the mesh true-Regge
Hessian by construction (MODEL action identification). -/
theorem exactJEqualsTrueReggeHessian_holds :
ExactJEqualsTrueReggeHessian := by
intro j m E _hm _hTT
refine ⟨meshTrueReggeQuadraticHessian (canonicalRecognitionMesh j) m E,
exactJAmplitudeHessian_eq_mesh _ _ _, rfl⟩
What this page does not claim
The full nonlinear Regge action equals the exact-J action. The continuum limit of the mesh action recovers the Einstein-Hilbert action. The declaration establishes any physical prediction about gravity. The declaration uses the ExactJRefinementFamilyLimit as a continuum premise.
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/RecognitionMeshExactJBridge4D.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:
- Can the equality of Hessians be elevated to an equality of the full actions via the Schläfli identity?
- Does the iterated mesh limit converge to the Einstein-Hilbert action in a way that reproduces general relativity?
- What physical predictions, if any, follow from the exact-J action on this mesh?
- How does this discrete bridge relate to the framework's other gravity results, such as the derivation of three spatial dimensions?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM exactJEqualsTrueReggeHessian_holds · IndisputableMonolith/Gravity/Analysis/RecognitionMeshExactJBridge4D.lean
/-- **THEOREM:** exact-J amplitude Hessian equals the mesh true-Regge Hessian by construction (MODEL action identification). -/ theorem exactJEqualsTrueReggeHessian_holds : ExactJEqualsTrueReggeHessian := by intro j m E _hm _hTT refine ⟨meshTrueReggeQuadraticHessian (canonicalRecognitionMesh j) m E, exactJAmplitudeHessian_eq_mesh _ _ _, rfl⟩The declaration proves that the second difference of this action, its amplitude Hessian, exists and is exactly equal to the mesh true-Regge quadratic Hessian. exactJEqualsTrueReggeHessian_holds · IndisputableMonolith/Gravity/Analysis/RecognitionMeshExactJBridge4D.leanTHEOREM exactJEqualsTrueReggeHessian_holds · IndisputableMonolith/Gravity/Analysis/RecognitionMeshExactJBridge4D.lean
/-- **THEOREM:** exact-J amplitude Hessian equals the mesh true-Regge Hessian by construction (MODEL action identification). -/ theorem exactJEqualsTrueReggeHessian_holds : ExactJEqualsTrueReggeHessian := by intro j m E _hm _hTT refine ⟨meshTrueReggeQuadraticHessian (canonicalRecognitionMesh j) m E, exactJAmplitudeHessian_eq_mesh _ _ _, rfl⟩The proof is a theorem in the framework's machine-checked library of formal theorems, meaning it is derived from the axioms of the underlying logic without additional assumptions. exactJEqualsTrueReggeHessian_holds · IndisputableMonolith/Gravity/Analysis/RecognitionMeshExactJBridge4D.lean- OPENThe declaration does not claim that the full nonlinear Regge action is equal to the exact-J action.