Encyclopedia Foundation Foundation Pair Kernel Green Fourier3 Outer Cube Ball R Mul Integral Eq Boundary
ARTICLE 2 claims 2 theorems
Foundation Pair Kernel Green Fourier3 Outer Cube Ball R Mul Integral Eq Boundary
A machine-checked theorem splits a three-dimensional lattice Green function into a boundary term plus a derivative, a step toward proving its 1/r decay.
The Green function's boundary identity
The declaration outer_cube_ball_r_mul_integral_eq_boundary_add_derivative is a theorem in the framework's machine-checked library of formal theorems. It concerns the Green function, a standard tool in physics and mathematics that measures how a disturbance at one point in a lattice spreads to another point. The theorem establishes an exact identity for the Green function of the three-dimensional cubic lattice with six nearest-neighbor connections.
In plain terms, the identity relates the Green function evaluated at a point on the coordinate axis to two other quantities. The first is an integral over the boundary of a ball of radius r, and the second is a derivative of the Green function. The theorem states that multiplying the Green function by r and integrating over this boundary equals the boundary term plus the derivative term. This is a structural decomposition, not a numerical value: it shows how the Green function's behavior on a sphere relates to its behavior at a single point and its rate of change.
The theorem is part of a larger effort within the framework to establish that the lattice Green function decays like 1/r, where r is the distance from the origin. The identity provides a precise relationship that can be used to analyze this decay. The framework's library has already proved that the Fourier symbol of the lattice Laplacian, which appears in the Green function's integral representation, is bounded between two quadratic forms and approaches the squared norm near the origin. These results are stepping stones toward the 1/r asymptotic, but that final result is not yet in the library.
The theorem does not claim that the Green function itself equals 1/(4πr), the known asymptotic form for the three-dimensional Laplacian. It does not establish the decay rate of the Green function. It does not identify the Green function with the finite-box Green object from another module. These are later rungs on the framework's ladder of results. The identity is one exact, machine-checked step, not the final destination.
THEOREM Gint · IndisputableMonolith/Foundation/PairKernelGreenFourier3.lean
/-- The infinite-lattice Green function of the D=3 cubic recognition lattice
(Laplacian-inverse normalization), as its Fourier integral over the
fundamental cube. -/
def Gint (x : Fin 3 → ℤ) : ℝ :=
(1 / (2 * Real.pi) ^ 3) * ∫ k in cube, integrand x k
THEOREM Gint · IndisputableMonolith/Foundation/PairKernelGreenFourier3.lean
/-- The infinite-lattice Green function of the D=3 cubic recognition lattice
(Laplacian-inverse normalization), as its Fourier integral over the
fundamental cube. -/
def Gint (x : Fin 3 → ℤ) : ℝ :=
(1 / (2 * Real.pi) ^ 3) * ∫ k in cube, integrand x k
What this page does not claim
The theorem does not state that the Green function equals 1/(4πr). The theorem does not establish the decay rate of the Green function. The theorem does not identify this Green function with the finite-box Green object.
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/Foundation/PairKernelGreenFourier3.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 boundary identity help prove the 1/r decay of the lattice Green function?
- What is the relationship between this lattice Green function and the continuous Laplacian Green function in three dimensions?
- What is the next rung in the framework's ladder after this boundary identity?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM Gint · IndisputableMonolith/Foundation/PairKernelGreenFourier3.lean
/-- The infinite-lattice Green function of the D=3 cubic recognition lattice (Laplacian-inverse normalization), as its Fourier integral over the fundamental cube. -/ def Gint (x : Fin 3 → ℤ) : ℝ := (1 / (2 * Real.pi) ^ 3) * ∫ k in cube, integrand x kThe theorem establishes an exact identity for the Green function of the three-dimensional cubic lattice with six nearest-neighbor connections. Gint · IndisputableMonolith/Foundation/PairKernelGreenFourier3.leanTHEOREM Gint · IndisputableMonolith/Foundation/PairKernelGreenFourier3.lean
/-- The infinite-lattice Green function of the D=3 cubic recognition lattice (Laplacian-inverse normalization), as its Fourier integral over the fundamental cube. -/ def Gint (x : Fin 3 → ℤ) : ℝ := (1 / (2 * Real.pi) ^ 3) * ∫ k in cube, integrand x kThe identity relates the Green function evaluated at a point on the coordinate axis to an integral over the boundary of a ball of radius r and a derivative of the Green function. Gint · IndisputableMonolith/Foundation/PairKernelGreenFourier3.lean