IndisputableMonolith.Gravity.SevenGaps.HypersurfaceDeformation
Canonical phase space for a lattice wave field on the periodic n-site ring: configuration q and conjugate momentum π as real-valued functions on Z/nZ. Gravity and QG campaign modules import it to define Poisson brackets, partials, and HKT-style hypersurface deformation algebra. The file is a pure model layer: types, coordinate projections, and finite-sum reindexing lemmas, with no dynamical theorems.
claimOn the periodic lattice with $n$ sites, the phase space is the product of configuration and momentum maps $q,\pi:\mathbb{Z}/n\mathbb{Z}\to\mathbb{R}$. Coordinate projections, $q$- and $p$-partials, the Poisson bracket, and elementary finite-sum identities (shift, reindex, multiply-by-indicator) are defined on this space.
background
Recognition Science gravity work treats discrete hypersurface deformation on a periodic lattice before continuum GR is recovered. The model object is the phase space of a lattice wave field: configuration $q$ and conjugate momentum $\pi$ as real functions on $\mathbb{Z}/n\mathbb{Z}$.
Sibling definitions supply the working calculus: coordinate maps coordQ/coordP, partials in the $q$ and $p$ directions, and a Poisson bracket built from those partials. Supporting lemmas are pure finite-sum bookkeeping (cyclic shift, reindexing, multiplication by indicators) needed to move discrete derivatives through sums without analysis.
The module sits under the Seven-Gaps gravity campaign. Downstream files use this phase space as the carrier for Hojman–Kuchař–Teitelboim (HKT) targets, local functional equations, and residual DAGs aimed at gap-5 constraint recovery.
proof idea
This is a definition and lemma module, not a theorem package. It introduces the phase-space type, coordinate and partial operators, the bracket, and a short suite of Finset.sum identities (shift, reindex, multiply-by-ite). There is no dynamical claim and no rigidity or continuum limit proved here; later modules import the carrier and the sum lemmas.
why it matters in Recognition Science
Every Wave C2/D attack on gap-5 constraint recovery needs a fixed discrete phase space before structure functions or HKT rigidity can be stated. This module supplies that carrier.
It is imported by HKTDynamicTarget (widened HKT target with dynamic structure function), HKTLocalFunctionalEquation (local-profile reduction at $n=2$), and HKTOneSiteCounterexample (which shows the original rigidity statement fails at $n=1$). Residual and ledger modules (Gap5ConstraintResidualDAG, Gap5ConstraintCloseStatus, CampaignLedger) and WeightedHypersurfaceBracket also import it so bracket and deformation algebra sit on one shared model.
In the campaign ledger sense it is infrastructure: it does not flip any full-strength QGScopeAudit flag, but without it the HKT residual DAG and continuum-algebra open items have no typed home.
scope and limits
- Does not prove HKT rigidity, constraint recovery, or any continuum GR limit.
- Does not fix a Hamiltonian, structure function, or dynamics on the phase space.
- Does not claim the one-site or multi-site rigidity statements; those live downstream.
- Does not flip Seven-Gaps or QGScopeAudit closure flags.
- Does not address continuum $n\to\infty$ analysis or renormalization.
used by (7)
-
IndisputableMonolith.Gravity.SevenGaps.CampaignLedger -
IndisputableMonolith.Gravity.SevenGaps.Gap5ConstraintCloseStatus -
IndisputableMonolith.Gravity.SevenGaps.Gap5ConstraintResidualDAG -
IndisputableMonolith.Gravity.SevenGaps.HKTDynamicTarget -
IndisputableMonolith.Gravity.SevenGaps.HKTLocalFunctionalEquation -
IndisputableMonolith.Gravity.SevenGaps.HKTOneSiteCounterexample -
IndisputableMonolith.Gravity.SevenGaps.WeightedHypersurfaceBracket
declarations in this module (65)
-
abbrev
PhaseSpace -
def
coordQ -
def
coordP -
lemma
coordQ_apply -
lemma
coordP_apply -
def
pderivQ -
def
pderivP -
def
bracket -
lemma
sum_shift -
lemma
sum_reindex -
lemma
sum_mul_ite -
lemma
sum_mul_ite_add -
lemma
sum_mul_ite_sub -
theorem
bracket_antisymm -
theorem
bracket_self -
lemma
pderivQ_fun_add -
lemma
pderivP_fun_add -
lemma
pderivQ_const_mul -
lemma
pderivP_const_mul -
lemma
pderivQ_fun_mul -
lemma
pderivP_fun_mul -
theorem
bracket_add_left -
theorem
bracket_add_right -
theorem
bracket_const_mul_left -
theorem
bracket_const_mul_right -
theorem
bracket_mul_left -
theorem
bracket_mul_right -
def
JacobiOn -
lemma
hasFDerivAt_coord_fst -
lemma
hasFDerivAt_coord_snd -
theorem
bracket_coordQ_coordP -
theorem
bracket_coordQ_coordQ -
theorem
bracket_coordP_coordP -
def
Dgen -
def
DgenSym -
def
Ham -
lemma
Ham_eq_sq -
lemma
DgenSym_eq -
def
DgenD -
lemma
hasFDerivAt_Dgen -
theorem
differentiable_Dgen -
def
DgenSymD -
lemma
hasFDerivAt_DgenSym -
theorem
differentiable_DgenSym -
def
HamD -
lemma
hasFDerivAt_Ham -
theorem
differentiable_Ham -
lemma
pderivQ_Dgen -
lemma
pderivP_Dgen -
lemma
pderivQ_DgenSym -
lemma
pderivP_DgenSym -
lemma
pderivP_Ham -
lemma
pderivQ_Ham -
theorem
bracket_Dgen_Dgen -
theorem
bracket_DgenSym_DgenSym -
theorem
bracket_Dgen_Ham -
theorem
bracket_Dgen_Ham_one -
theorem
bracket_DgenSym_Ham -
theorem
bracket_DgenSym_Ham_one -
theorem
bracket_Ham_one_DgenSym -
theorem
bracket_Ham_Ham -
structure
below -
structure
function -
structure
HojmanKucharTeitelboimTarget -
def
HKTRigidityStatement