Pith. sign in
module module high

IndisputableMonolith.Gravity.Analysis.ReggeHinge4DStarKernel22

show as:
view Lean formalization →

Catalogues absolute vertex masks for the (2,2) hinge class in the Freudenthal 4-cube, together with the local star membership of those hinges. Gravity analysts building the 4D Regge flat Hessian and Bloch symbols cite it for the combinatorial star of a (2,2) seed hinge. The module is definitional: it enumerates cube corners, containment predicates, and proves star cardinality and completeness by finite case analysis.

claimIn the Freudenthal triangulation of the 4-cube, fix the absolute $(2,2)$ hinge class. The module defines the absolute hinge vertex masks, the cube-corner incidence relation, local hinge masks at a corner, and the star membership set of a $(2,2)$ hinge. It asserts that the star has a fixed finite cardinality and that the enumerated members exhaust every 4-simplex containing the hinge.

background

Recognition Science's QG campaign packages 4D Regge calculus on the Freudenthal subdivision of the hypercube. Edges fall into a 15-class stencil (ReggeEdgeStencil4D); hinges (codimension-2 faces carrying curvature) are typed by bipartitions of the four edge directions, written $(p,q)$ with $p+q=4$. The six S4 hinge types are $(1,1)$, $(1,2)$, $(2,1)$, $(1,3)$, $(3,1)$, $(2,2)$.

Upstream, ReggeHinge4DFlatKernel supplies Freudenthal hinge incidence and the flat-Hessian skeleton; ReggeHinge4DDihedralKernel adds the seed-hinge dihedral cosine kernel at flat geometry. Neither redefines the stencil API. This module isolates the absolute (coordinate-fixed) vertex masks for the $(2,2)$ class and the combinatorial star of such a hinge: the set of 4-simplices incident on it.

Notation is mask-based: a vertex or hinge is a bit-mask inside the 4-cube; containment and star membership are Boolean predicates on those masks. The star is the discrete support on which deficit angles and area covectors later assemble into the second variation of the Regge action.

proof idea

Definition module with finite combinatorial lemmas, not a deep analytic argument. Absolute hinge masks and cube-corner types are closed enumerations. Containment predicates (cornerContainsMask, containsHinge) are Boolean checks on bit-masks. Star membership is the filtered list of local 4-simplices meeting a fixed $(2,2)$ hinge.

Length, completeness, and cardinality statements are proved by exhaustive evaluation over the finite mask set (decide/native_decide style case splits), confirming the star list has the expected size and misses no incident simplex. No continuum analysis and no curvature identities appear here.

why it matters in Recognition Science

The $(2,2)$ star is one of the six orbit seeds consumed when the flat 4D Hessian is assembled. Downstream, ReggeFlat4DHessianAssembly pairs committed per-orbit star deficit kernels with Heron area gradients to replace the provisional weight-1 aggregate of the edge stencil. Bloch-symbol modules (ReggeBlochAllOrbitSymbol4D, ReggeBlochTransportedAllOrbit4D) fold over all six hinge types, including $(2,2)$, to produce the factorized and transported $m^2$ moments of the continuum-facing symbol.

An audit companion (ReggeHinge4DStarKernel22Audit) constrains every public theorem here to the standard axiom set [propext, Classical.choice, Quot.sound]. In the broader RS gravity chain this is a kernel-checked combinatorial brick: without a certified $(2,2)$ star, the all-orbit Hessian and Bloch folds cannot claim complete hinge coverage.

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 (76)