Encyclopedia Gravity Gravity Analysis Regge4 Dflat Second Variation Flat Freudenthal Directional Schl

ARTICLE 4 claims 2 theorems 2 open

Gravity Analysis Regge4 Dflat Second Variation Flat Freudenthal Directional Schl

A machine-checked proof shows a weighted sum of dihedral angle derivatives vanishes for flat 4-simplices, a key step toward connecting discrete and continuous gravity.

A flat directional identity

In Regge calculus, a discrete model of spacetime, a 4-simplex is the four-dimensional analog of a tetrahedron. Its geometry is captured by the lengths of its 10 edges, which determine the dihedral angles between its 5 tetrahedral faces. The Schläfli identity, a classical result, says that a certain weighted sum of the derivatives of these angles with respect to the edge lengths is always zero.

The declaration `flat_freudenthal_directional_schlaefli_present` establishes that this identity holds in a specific, restricted setting: for a flat 4-simplex, the one whose geometry is that of a regular simplex in four-dimensional Euclidean space. The proof, a THEOREM in the framework's machine-checked library of formal theorems, shows that for any direction of movement in the space of edge lengths, the sum over all 10 hinges of the hinge area times the directional derivative of the dihedral angle equals zero. This is a precise, formal verification of the Schläfli identity's directional form in the flat case.

The significance is that this flat-case identity is a necessary ingredient in a larger program: connecting the discrete Regge action to the continuous Einstein-Hilbert action of general relativity. The framework has already proved the analogous identity for flat 3-simplices (tetrahedra), which was a key step in showing the second variation of the Regge action matches the continuum result. This 4D flat result extends that foundation, but it is only one piece of the puzzle.

What the declaration does not claim is the full, general version of the identity. The framework explicitly leaves OPEN the case of a non-flat, or curved, 4-simplex, where the geometry is not that of regular Euclidean space. The pathwise Schläfli identity for such a general simplex is absent from the library. Consequently, the ultimate goal, proving that the second variation of the full nonlinear Regge action equals a specific candidate form (the elevation to the candidate), remains OPEN. The flat directional identity is a confirmed step, not the whole staircase.

THEOREM flat_freudenthal_directional_schlaefli · IndisputableMonolith/Gravity/Analysis/Regge4DFlatSecondVariation.lean
flat_freudenthal_directional_schlaefli · IndisputableMonolith/Gravity/Analysis/Regge4DFlatSecondVariation.lean:93
/-- Gate A2-style flat directional kill, re-exported for elevation wiring. -/
theorem flat_freudenthal_directional_schlaefli (v : Fin 10 → ℝ) :
    (∑ h : Fin 10, hingeAreaFlat h * flatDirectionalAngleDeriv v h) = 0 :=
  freudenthal4SimplexFlatDirectionalSchlaefli v
THEOREM flat_freudenthal_schlaefli_identity · IndisputableMonolith/Gravity/Analysis/Regge4DFlatSecondVariation.lean
theorem flat_freudenthal_schlaefli_identity (e : Fin 10) :
    (∑ h : Fin 10, flatSchlaefliSummand h e) = 0 :=
  freudenthal4SimplexFlatSchlaefli e

What this page does not claim

The declaration does not prove the pathwise Schläfli identity for non-flat 4-simplices. The declaration does not show that the second variation of the nonlinear Regge action matches the candidate form. The declaration does not imply that the discrete Regge action converges to the Einstein-Hilbert action in four dimensions.

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/Regge4DFlatSecondVariation.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:

MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND