Pith. sign in
module module high

IndisputableMonolith.Gravity.SevenGaps.DiscreteLichnerowicz

show as:
view Lean formalization →

Defines the spacing-normalized 1D discrete Laplacian on N cyclic lattice sites and diagonalizes it in Fourier modes, with eigenvalues tending to the continuum Laplacian spectrum. QG seven-gaps workers cite it as the certified flat-spectrum kernel behind Gap 4. The argument is Fourier eigenfunction calculus plus a standard continuum limit of the discrete eigenvalues.

claimOn the cyclic lattice of $N$ sites with spacing $h=1/N$, the discrete Laplacian acts by $(\Delta_h f)_j=(f_{j+1}-2f_j+f_{j-1})/h^2$. Fourier modes $e^{2\pi i kj/N}$ are eigenfunctions with eigenvalues $-(4/h^2)\sin^2(\pi k/N)$, which tend to $-(2\pi k)^2$ as $N\to\infty$. Continuum Lichnerowicz is taken as the flat reduction $\Delta_L=-\Delta$.

background

This module sits in the Gravity seven-gaps campaign: a machine-checked ledger of scoped quantum-gravity increments that deliberately stop short of full physical closure. The local object is a spacing-normalized discrete Laplacian on the unit circle. For a function $f$ on $N$ sites with $h=1/N$,

$(\mathrm{discLap},f)_j=(f(j+1)-2f(j)+f(j-1))/h^2$.

Fourier modes on the cyclic lattice are the natural eigenbasis. The continuum Lichnerowicz operator is introduced only through the flat identification $\Delta_L=-\Delta$; there is no curvature endomorphism in the definitions. Downstream Gap-4 analysis treats these as axis modes of a componentwise flat lattice Laplacian, not a curved-background operator.

proof idea

Definition-and-spectrum module, not a single theorem. It introduces discLap and the cyclic Fourier modes, records periodicity and step relations, and proves the discrete Laplacian acts by multiplication on each mode (via the elementary identity for $e^{i\theta}+e^{-i\theta}$). Discrete eigenvalues are packaged as a named quantity; a tendsto lemma then sends those eigenvalues to the continuum Laplacian values as $N\to\infty$. Supporting arithmetic (complex exponential addition) is local. No curvature or higher-dimensional coupling enters the proofs.

why it matters in Recognition Science

Supplies the certified flat discrete spectrum that the seven-gaps campaign records and that Gap 4 explicitly bounds. CampaignLedger imports it as a scoped, kernel-checked increment without flipping any full-strength QGScopeAudit flag. CurvedOperatorUnderdetermination quotes the narrow reach directly: the spectrum theorem treats axis modes of the componentwise flat lattice Laplacian, introduces continuum Lichnerowicz only from $\Delta_L=-\Delta$, and contains no Riemann-curvature endomorphism, so it cannot fix a curved-background coupling. In the Recognition gravity stack this is the honest flat kernel against which underdetermination of curvature coupling is stated.

scope and limits

used by (2)

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

declarations in this module (50)