Pith. sign in
module module high

IndisputableMonolith.Geometry.ReggeActionConcrete

show as:
view Lean formalization →

Concrete Regge action on a finite 3D triangulation under the vertex-conformal ansatz. Defines squared-edge scaling, dihedral and deficit angles, hinge measures, the action, and its second-order Taylor split about the flat potential. Gravity and curvature-cost modules cite it for the Hessian quadratic and remainder. Mostly definitions plus algebraic Taylor identities built on the dihedral-derivative and Hessian interfaces.

claimUnder the vertex-conformal ansatz, a local edge $f=(u,v)$ in tetrahedron $\tau$ has squared length scaled by $e^{\xi_u+\xi_v}$. The module defines the induced dihedral angles, hinge measures, deficit angles $\delta_h$, the Regge action $S=\sum_h \delta_h A_h$, the quadratic Taylor term at vanishing conformal potential $\xi=0$, and the remainder $S-S^{(2)}$.

background

Regge calculus replaces continuum curvature by deficit angles on hinges of a triangulation. In 3D the hinges are edges; the action is the sum of deficit angle times hinge measure. This module works on incidence-consistent finite 3D triangulations (from Triangulation3DConsistency), which supply the local Schläfli data needed for global cancellation identities.

The deformation is the vertex-conformal ansatz: each vertex carries a potential $\xi$, and every edge scales by the product of endpoint factors. DihedralDerivatives isolates the analytic step from Cayley-Menger cosine to angle, $d\theta=-(1/\sqrt{1-\cos^2}),d(\cos\theta)$. ReggeHessian3D is the abstract Hessian interface: a concrete action, its Hessian matrix, and the claim that the quadratic Taylor coefficient is that matrix.

Sibling objects cover local squared edges, tetrahedron edge tuples, dihedral angles under the conformal chart, local deficit contributions, global deficit, hinge measure, the action, second-order piece, remainder, and the zero-potential Hessian quadratic.

proof idea

Definition-heavy module, not a single theorem. It instantiates the ReggeHessian3D interface with explicit conformal formulas: edge lengths from $\exp(\xi_u+\xi_v)$, dihedrals via the upstream arccos derivative chain, deficits as $2\pi$ minus incident dihedrals (or the local contribution form), and hinge measures from the conformal edge data.

The Taylor package is algebraic: reggeAction_taylor_decomposition splits $S=S^{(2)}+R$, hessianQuadratic_zeroPotential identifies the quadratic form at $\xi=0$ with the Hessian matrix, and reggeActionRemainder_zero records that the remainder vanishes to second order at the flat point. Smoothness and cone nondegeneracy are left to downstream modules.

why it matters in Recognition Science

Closes the concrete geometric side of the 3D Regge action so comparison and continuum-limit work can cite a single action object rather than abstract placeholders.

Downstream: CurvatureCostForm uses it as the M2B bridge from Regge/Dirichlet quadratics toward the J-curvature cost form (living plan Regge_To_JCurv_CostForm). ReggeActionSmoothness takes the nonlinear action and demands the conformal chart stay in the nondegenerate tetrahedral cone with arccos away from $\pm 1$. ReggeComponentTheorem3DProof turns the geometric dual-weight computation into ReggeComponentComparison. FreudenthalStencilPreflight imports it for the frozen quadratic energy on the Freudenthal family in the QG continuum-limit campaign.

In the broader RS chain this is geometry infrastructure for curvature cost, not a direct T0-T8 forcing step; it supplies the discrete action whose continuum and cost-form limits feed gravity modules.

scope and limits

used by (4)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (3)

Lean names referenced from this declaration's body.

declarations in this module (45)