Encyclopedia Gravity Gravity Analysis Regge Bloch Fold4 D Phased Class Dot Area Axis Of Masks 1 2
ARTICLE 3 claims 2 theorems 1 model
Gravity Analysis Regge Bloch Fold4 D Phased Class Dot Area Axis Of Masks 1 2
A machine-checked calculation shows that two specific difference masks contribute nothing to a certain gravity-related sum, a structural vanishing that helps close a consistency check in a discrete model of spacetime.
The phased class dot
The declaration phasedClassDot (a weighted sum over a discrete set of perturbation directions) is part of a larger machine-checked library of formal theorems that studies a discrete, lattice-based model of gravity. The specific result in question concerns two difference masks, labeled (1,2) and (2,1), which are patterns describing how a small region of the lattice is deformed. The theorem proves that these two masks give identically zero contributions to a particular quantity called axisTTPlus, for every possible wave vector, which is a momentum-like parameter in this discrete setting. In plain terms, certain deformations of the lattice simply do not affect this particular sum, no matter how you probe it with different wave vectors.
This vanishing is not an accident but a structural fact, verified by the machine-checked proof. It means that the area supports associated with these masks miss the class of loads that the axis-TT sum would respond to. The result is one of several consistency gates in a larger campaign to build a discrete version of gravity that might, in some limit, reproduce Einstein's equations. The declaration also proves other closing values: at a specific wave vector, the axis table sums to -3 and the gauge table to -4 + 4√2, both nonzero, which shows the calculation is not trivially zero. The entire proof is kernel-checked, with no gaps and no additional axioms beyond the standard three.
What the declaration does not claim is equally important. It does not evaluate the m² Taylor coefficient against the Einstein-Hilbert or transverse-traceless continuum symbol; that is a separate, future step. It does not prove that the discrete sum converges to Einstein-Hilbert in four dimensions, and it does not flip a separate flag called gap_action_recovery. The result is a precise, narrow structural fact about one type of hinge in one cell of the lattice, not a statement about the full theory of quantum gravity. It is a brick in a wall, not the wall itself.
Within the framework of Recognition Science, this result is part of a chain that starts from a simple cost function and forces, step by step, the golden ratio, an eight-tick cycle, and three spatial dimensions. The current declaration is a technical consistency check within that larger program, verifying that a particular piece of the discrete gravity machinery behaves as expected. It is a theorem, proved in the machine-checked library, but its scope is deliberately limited to the (1,1) orbit, which has 72 oriented slots per cell. The reader should take it as a verified structural fact about a discrete model, not as a claim about the physical universe.
THEOREM blochFold11_axisTTPlus_waveStar_ne_zero · IndisputableMonolith/Gravity/Analysis/ReggeBlochFold4D.lean
/-- Nonvacuity of the finite-momentum fold on axis TT. -/
theorem blochFold11_axisTTPlus_waveStar_ne_zero :
blochFold11 axisTTPlus waveStar ≠ 0 := by
rw [blochFold11_axisTTPlus_waveStar]; norm_num
MODEL phasedClassDot · IndisputableMonolith/Gravity/Analysis/ReggeBlochFold4D.lean
def phasedClassDot (v : Fin 15 → ℝ) (H : Mat4) (m x : Fin 4 → ℝ) : ℝ :=
∑ d : Fin 15, v d * planeWaveClassPert H m x d
THEOREM slotN1 · IndisputableMonolith/Gravity/Analysis/ReggeBlochFold4D.lean
/-- Integer certificate of a slot term (×8, integer part). -/
def slotN1 (cz : Fin 15 → ℤ) (s : Fin 24) (t : Fin 10) : ℤ :=
if isT11 s t then
2 * slotA1 cz s t * slotK1 cz s t + slotA2 cz s t * slotK2 cz s t
else 0
What this page does not claim
The declaration does not prove that the discrete gravity model reproduces general relativity in any limit. The declaration does not claim that the (1,2) and (2,1) masks are physically irrelevant, only that they do not affect this particular sum. The declaration does not claim that the wave vector used is physically meaningful; it is a mathematical parameter in the proof.
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/ReggeBlochFold4D.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:
- How does the discrete model's axisTTPlus sum relate to the continuum transverse-traceless projection in Einstein's theory?
- What would it take to prove that the discrete sum converges to Einstein-Hilbert in four dimensions?
- What is the physical interpretation of the gauge table summing to -4 + 4√2 at the special wave vector?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM blochFold11_axisTTPlus_waveStar_ne_zero · IndisputableMonolith/Gravity/Analysis/ReggeBlochFold4D.lean
/-- Nonvacuity of the finite-momentum fold on axis TT. -/ theorem blochFold11_axisTTPlus_waveStar_ne_zero : blochFold11 axisTTPlus waveStar ≠ 0 := by rw [blochFold11_axisTTPlus_waveStar]; norm_numThe theorem proves that these two masks give identically zero contributions to a particular quantity called axisTTPlus, for every possible wave vector. blochFold11_axisTTPlus_waveStar_ne_zero · IndisputableMonolith/Gravity/Analysis/ReggeBlochFold4D.leanMODEL phasedClassDot · IndisputableMonolith/Gravity/Analysis/ReggeBlochFold4D.lean
def phasedClassDot (v : Fin 15 → ℝ) (H : Mat4) (m x : Fin 4 → ℝ) : ℝ := ∑ d : Fin 15, v d * planeWaveClassPert H m x dThe result is one of several consistency gates in a larger campaign to build a discrete version of gravity that might, in some limit, reproduce Einstein's equations. phasedClassDot · IndisputableMonolith/Gravity/Analysis/ReggeBlochFold4D.leanTHEOREM slotN1 · IndisputableMonolith/Gravity/Analysis/ReggeBlochFold4D.lean
/-- Integer certificate of a slot term (×8, integer part). -/ def slotN1 (cz : Fin 15 → ℤ) (s : Fin 24) (t : Fin 10) : ℤ := if isT11 s t then 2 * slotA1 cz s t * slotK1 cz s t + slotA2 cz s t * slotK2 cz s t else 0It does not evaluate the m² Taylor coefficient against the Einstein-Hilbert or transverse-traceless continuum symbol; that is a separate, future step. slotN1 · IndisputableMonolith/Gravity/Analysis/ReggeBlochFold4D.lean