Encyclopedia Geometry Geometry Freudenthal Regge Component Concrete Regge Second Variation Eq Jcost Di
ARTICLE 2 claims 2 theorems
Geometry Freudenthal Regge Component Concrete Regge Second Variation Eq Jcost Di
A machine-checked proof shows that, in a specific finite model, the second-order Regge action equals a Dirichlet form, linking discrete geometry to a cost function.
The concrete bridge
In the Regge calculus approach to general relativity, spacetime is approximated by a triangulated manifold, and the curvature is concentrated along the hinges (the shared edges of tetrahedra). The second variation of the Regge action, which governs the behavior of small perturbations, is a sum of terms involving the dihedral angles and the areas of the hinges. A key question is whether this complicated geometric expression can be rewritten in a simpler, more universal form.
The declaration concreteReggeSecondVariation_eq_jcostDirichlet proves that, for a specific finite model, the answer is yes. This model, built from a regular flat-sector / Freudenthal-local chart, has eight vertices. Its area weights come from the regular hinge-area formula, and its second-variation data is the graph-Laplacian Regge data. The theorem states that, for any such configuration, the second-order Regge action equals one half times the Dirichlet form (a quadratic energy measuring the gradient of a function) of the area weights.
This equality is not a coincidence. The proof establishes three structural facts about the coefficient matrix: off the diagonal, it is the negative of the area-weight matrix; every row sums to zero; and the resulting quadratic form is exactly the Dirichlet form. These are the defining properties of a graph Laplacian, and they hold for this concrete model without adding any new geometric axioms.
In Recognition Science, this result acts as a bridge. It shows that the second-order Regge action, a central object in discrete gravity, can be expressed in the same language as the framework's cost function. This is a concrete, machine-checked step toward connecting the framework's foundational cost function to the geometric structure of spacetime. The proof is a theorem in the framework's library, meaning it is verified by a machine-checked collection of formal theorems.
The declaration does not claim to handle arbitrary triangulations. It is limited to this specific finite model with regular flat-sector geometry. The general case, involving full Cayley-Menger determinants and dihedral-angle derivatives for arbitrary edge lengths, remains a target for future work. The theorem is a proof of concept, not a general proof.
THEOREM concreteReggeSecondVariation_eq_jcostDirichlet · IndisputableMonolith/Geometry/FreudenthalReggeComponent.lean
/-- Concrete closure of the weak-field component comparison: the second-order
Regge action is exactly the geometric Dirichlet form for the concrete area
weights. -/
theorem concreteReggeSecondVariation_eq_jcostDirichlet
(S : ConcreteReggeStar) (ε : LogPotential 8) :
secondOrderReggeAction (concreteWeakFieldReggeData S) ε
= (1 / 2) * dirichletForm (areaWeight S) ε := by
simpa [concreteReggeComponentComparison] using
componentComparison_gives_geometric_dirichlet
(concreteWeakFieldReggeData S)
(concreteReggeComponentComparison S)
ε
THEOREM concreteM_offDiag_eq_neg_areaWeight · concreteM_rowSum_zero · IndisputableMonolith/Geometry/FreudenthalReggeComponent.lean
/-- Off diagonal, the concrete Regge coefficient matrix is the negative of the
geometric area/face-weight matrix. -/
theorem concreteM_offDiag_eq_neg_areaWeight
(S : ConcreteReggeStar) (i j : LocalVertex) (hij : i ≠ j) :
concreteM S i j = - areaWeight S i j := by
unfold concreteM concreteWeakFieldReggeData
rw [bilinearCoefficient_laplacianReggeData (areaWeight S) (areaWeight_symm S)]
unfold laplacianCoefficient
simp [hij]
/-- The concrete coefficient matrix has exact zero row sums. -/
theorem concreteM_rowSum_zero (S : ConcreteReggeStar) :
∀ i : LocalVertex, ∑ j : LocalVertex, concreteM S i j = 0 := by
intro i
unfold concreteM concreteWeakFieldReggeData
simpa only [bilinearCoefficient_laplacianReggeData (areaWeight S) (areaWeight_symm S)]
using laplacianCoefficient_row_sum (areaWeight S) i
What this page does not claim
The theorem does not prove the equality for arbitrary Cayley-Menger / dihedral derivative data. The theorem does not establish that the second-order Regge action always equals a Dirichlet form in all Regge calculus models. The theorem does not derive the fine-structure constant or any other physical constant.
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/Geometry/FreudenthalReggeComponent.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 same equality be proven for a general Regge triangulation with arbitrary edge lengths?
- What is the physical interpretation of the Dirichlet form in the context of discrete gravity?
- How does this concrete model connect to the framework's foundational cost function J(x)?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM concreteReggeSecondVariation_eq_jcostDirichlet · IndisputableMonolith/Geometry/FreudenthalReggeComponent.lean
/-- Concrete closure of the weak-field component comparison: the second-order Regge action is exactly the geometric Dirichlet form for the concrete area weights. -/ theorem concreteReggeSecondVariation_eq_jcostDirichlet (S : ConcreteReggeStar) (ε : LogPotential 8) : secondOrderReggeAction (concreteWeakFieldReggeData S) ε = (1 / 2) * dirichletForm (areaWeight S) ε := by simpa [concreteReggeComponentComparison] using componentComparison_gives_geometric_dirichlet (concreteWeakFieldReggeData S) (concreteReggeComponentComparison S) εThe theorem states that, for any such configuration, the second-order Regge action equals one half times the Dirichlet form of the area weights. concreteReggeSecondVariation_eq_jcostDirichlet · IndisputableMonolith/Geometry/FreudenthalReggeComponent.leanTHEOREM concreteM_offDiag_eq_neg_areaWeight · concreteM_rowSum_zero · IndisputableMonolith/Geometry/FreudenthalReggeComponent.lean
/-- Off diagonal, the concrete Regge coefficient matrix is the negative of the geometric area/face-weight matrix. -/ theorem concreteM_offDiag_eq_neg_areaWeight (S : ConcreteReggeStar) (i j : LocalVertex) (hij : i ≠ j) : concreteM S i j = - areaWeight S i j := by unfold concreteM concreteWeakFieldReggeData rw [bilinearCoefficient_laplacianReggeData (areaWeight S) (areaWeight_symm S)] unfold laplacianCoefficient simp [hij]/-- The concrete coefficient matrix has exact zero row sums. -/ theorem concreteM_rowSum_zero (S : ConcreteReggeStar) : ∀ i : LocalVertex, ∑ j : LocalVertex, concreteM S i j = 0 := by intro i unfold concreteM concreteWeakFieldReggeData simpa only [bilinearCoefficient_laplacianReggeData (areaWeight S) (areaWeight_symm S)] using laplacianCoefficient_row_sum (areaWeight S) iOff the diagonal, it is the negative of the area-weight matrix; every row sums to zero; and the resulting quadratic form is exactly the Dirichlet form. concreteM_offDiag_eq_neg_areaWeight · concreteM_rowSum_zero · IndisputableMonolith/Geometry/FreudenthalReggeComponent.lean