Pith. sign in
module module moderate

IndisputableMonolith.Gravity.SevenGaps.PathSumProbes

show as:
view Lean formalization →

Wires the periodic Freudenthal torus into the path-sum BoundedComplex interface at finite side length N. Records exact vertex, edge, and tetrahedron counts (vertices N^3) and a match to the canonical triangulation. Cited by the Seven Gaps torus class-mass gate. Arguments are Fintype cardinalities and structure-preserving equivalences from the periodic model.

claimFor side length $N\in\mathbb{N}$, the periodic Freudenthal vertex set has cardinality $N^3$. The module builds a bounded complex $\mathrm{BC}_N$ from the periodic torus model, records $n_V(\mathrm{BC}_N)=N^3$, $n_E$, $n_T$ with $n_T>0$, and supplies edge and tetrahedron vertex maps that match the canonical triangulation used by the path-sum measure.

background

The Seven Gaps program evaluates a path-sum measure for $Z_{RS}$ on finite incidence data. Upstream, PathSumMeasure introduces the scoped class of bounded complexes: each carries bounded vertex/edge/tetrahedron incidence and is a Fintype via an explicit code equivalence, so configuration sums are well-defined finite sums.

Separately, PeriodicFreudenthalTorus defines the scalable target shape for a periodic Freudenthal tiling. It gives typed periodic vertex, edge, and tetrahedron sets and proves that any finite 3D triangulation encoding this model admits the global incidence-edge-slot partition required by the nonlinear Regge first-variation theorem. It does not yet pin a concrete $N\times N\times N$ mesh.

This module sits between those two layers. It instantiates the torus model at finite side $N$ and packages the result as a bounded complex, so path-sum probes can run on Freudenthal geometry with known cardinalities.

proof idea

Definition-heavy bridge module, not a single deep theorem. It constructs the bounded complex from the periodic torus vertex/edge/tet data, then proves a short stack of cardinality and interface lemmas: vertex count $N^3$ from the product structure of the periodic vertex set; edge and tetrahedron counts via explicit equivalences (including a product form for periodic edges); positivity of the tetrahedron count; and agreement of edge and tet vertex maps with the canonical triangulation. Those facts discharge the BoundedComplex obligations expected by the path-sum measure.

why it matters in Recognition Science

Direct input to FreudenthalTorusClassMass, the Crux-2 consistency gate on torus class mass (labeled versus class) under the locked QUOTIENT_BOOKKEEPING protocol. That gate needs the $N^{-3}$ scaling of the class summand in the pushforward form; the scaling rests on the vertex count $N^3$ and on having the periodic torus packaged as a bounded complex with matching canonical incidence.

In the broader Recognition Gravity lane, the module connects discrete Regge geometry (Freudenthal tiling, incidence partitions) to the proved path-sum measure for $Z_{RS}$. Without these probes, the class-mass comparison has no finite complex on which to evaluate labeled versus quotient sums.

scope and limits

used by (1)

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

depends on (2)

Lean names referenced from this declaration's body.

declarations in this module (50)