Encyclopedia Foundation Foundation Pair Kernel Delta Spatial Bridge S5 Framed Recognition Generator Glob
ARTICLE 4 claims 4 theorems
Foundation Pair Kernel Delta Spatial Bridge S5 Framed Recognition Generator Glob
A single theorem in a machine-checked library connects the framework's minimal posting rule to the standard three-dimensional lattice Laplacian, and shows the link is independent of how the axes are labelled.
The framed generator
The Laplacian is the workhorse operator of physics, the sum of second differences that appears in the heat equation, wave equation, and electrostatics. On a discrete three-dimensional grid, it averages a value at a point with its six nearest neighbors. The declaration framedRecognitionGenerator_globalGreen_consumer proves, in the framework's machine-checked library of formal theorems, that a certain recognition rule generates exactly this operator, and that the operator's action on a standard Green response function is correct.
The recognition rule in question is the ledger (a discrete record of events) at its minimum cost (the forced price of each posting). A minimum-cost posting changes exactly one account's parity, and the theorem shows this single change corresponds to a step along one of three spatial axes. The choice of which axis is which, a frame (a labelling of the three axes), does not matter: the theorem proves that any permutation of the axes gives the same isotropic six-neighbor operator. This frame-independence is the core of the result, because it means the spatial structure does not depend on an arbitrary labelling choice.
The theorem also shows the generator is bounded, meaning it only connects nearby points, and that the framed Laplacian equals the standard torus Laplacian. It further proves that the Laplacian applied to a scaled dipole Green response function yields the scaled dipole source, a standard property. This is the bridge from the abstract ledger to a concrete, familiar operator, and it is target-blind: the definitions mention neither finite range, Green behavior, nor any physical data, so the result is not tailored to a specific application.
What the theorem does not claim is as important as what it proves. It does not assert that the ledger's minimum-cost rule is the only way to generate the Laplacian. It does not say that the framework derives the fine-structure constant or any other specific coupling. It does not claim that the three spatial dimensions are physically forced by this theorem alone; the dimension-forcing result is a separate theorem, and the physical bridge from recognition to linking remains open. The theorem is a precise, formal statement about a mathematical operator, not a claim about the physical universe.
THEOREM framedRecognitionGenerator_globalGreen_consumer · IndisputableMonolith/Foundation/PairKernelDeltaSpatialBridgeS5.lean
/-- **Consumer-changing S5 terminal.** The operational relation generated by
minimum-posting axis classes is bounded in its derived step distance, while
the exact same frame-independent operator has the canonical global spectral
Green response. Unlike the S4 consumer, there is no arbitrary graph `G`
decoupled from the Green operator. -/
theorem framedRecognitionGenerator_globalGreen_consumer
{N : ℕ} [NeZero N]
(σ : Equiv.Perm (Fin 3))
(sourceScale : ℂ) (a b p : TorusSite3 N) :
BoundedRecognitionRelationOn
(@FramedAxisStep N σ) (@framedStepDistance N σ) 1 ∧
framedTorusLaplacian σ
(scaledDipoleGreenResponse sourceScale a b) p =
scaledTorusDipole sourceScale a b p := by
refine ⟨framedAxisStep_bounded σ, ?_⟩
rw [framedTorusLaplacian_eq_torusLaplacian]
exact
(localGenerator_globalGreen_consumer
(N := N) sourceScale a b p).2
THEOREM jMinimalPostingStep_unique_account_axis · IndisputableMonolith/Foundation/PairKernelDeltaSpatialBridgeS5.lean
/-- Minimum J gives a unique account coordinate. -/
theorem jMinimalPostingStep_unique_account_axis
{A B : LedgerPostingAdjacency.LedgerState 3}
(h : JMinimalPostingStep A B) :
∃! k : Fin 3, parity 3 A k ≠ parity 3 B k :=
jMinimalPostingStep_oneBitDiff h
THEOREM framedAxisStep_frame_independent · IndisputableMonolith/Foundation/PairKernelDeltaSpatialBridgeS5.lean
/-- Changing the account-axis frame does not change the operational step
relation: the frame only relabels a complete three-axis family. -/
theorem framedAxisStep_frame_independent {N : ℕ}
(σ τ : Equiv.Perm (Fin 3))
(p q : TorusSite3 N) :
FramedAxisStep σ p q ↔ FramedAxisStep τ p q := by
constructor
· rintro ⟨k, hk | hk⟩
· refine ⟨τ.symm (σ k), Or.inl ?_⟩
simpa [framedForward] using hk
· refine ⟨τ.symm (σ k), Or.inr ?_⟩
simpa [framedBackward] using hk
· rintro ⟨k, hk | hk⟩
· refine ⟨σ.symm (τ k), Or.inl ?_⟩
simpa [framedForward] using hk
· refine ⟨σ.symm (τ k), Or.inr ?_⟩
simpa [framedBackward] using hk
THEOREM framedTorusLaplacian_eq_torusLaplacian · IndisputableMonolith/Foundation/PairKernelDeltaSpatialBridgeS5.lean
/-- **S5 operator bridge.** Every account-axis frame gives exactly the same
operator, namely the canonical periodic D=3 six-neighbor Laplacian. Thus no
preferred account-to-axis MODEL identification survives in the operator. -/
theorem framedTorusLaplacian_eq_torusLaplacian {N : ℕ}
(σ : Equiv.Perm (Fin 3))
(ψ : TorusSite3 N → ℂ) (p : TorusSite3 N) :
framedTorusLaplacian σ ψ p = torusLaplacian ψ p := by
unfold framedTorusLaplacian torusLaplacian framedForward framedBackward
exact Equiv.sum_comp σ
(fun i : Fin 3 =>
(2 : ℂ) * ψ p -
ψ (torusShift p i 1) -
ψ (torusShift p i (-1)))
What this page does not claim
This theorem does not claim that the minimum-cost posting rule is the only possible generator of the Laplacian. This theorem does not derive any specific physical constant, such as the fine-structure constant. This theorem does not by itself prove that physical space is three-dimensional; that is a separate result with its own conditions.
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/PairKernelDeltaSpatialBridgeS5.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 frame-independent generator connect to the separate theorem that forces three spatial dimensions?
- What physical interpretation, if any, does the framework assign to the Green response function on the torus?
- Does the framework's library contain a proof that the Laplacian generator is unique among all bounded recognition relations?
- What is the role of the canonical Gray clock, and why does the theorem show it is insufficient to generate the full operator?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM framedRecognitionGenerator_globalGreen_consumer · IndisputableMonolith/Foundation/PairKernelDeltaSpatialBridgeS5.lean
/-- **Consumer-changing S5 terminal.** The operational relation generated by minimum-posting axis classes is bounded in its derived step distance, while the exact same frame-independent operator has the canonical global spectral Green response. Unlike the S4 consumer, there is no arbitrary graph `G` decoupled from the Green operator. -/ theorem framedRecognitionGenerator_globalGreen_consumer {N : ℕ} [NeZero N] (σ : Equiv.Perm (Fin 3)) (sourceScale : ℂ) (a b p : TorusSite3 N) : BoundedRecognitionRelationOn (@FramedAxisStep N σ) (@framedStepDistance N σ) 1 ∧ framedTorusLaplacian σ (scaledDipoleGreenResponse sourceScale a b) p = scaledTorusDipole sourceScale a b p := by refine ⟨framedAxisStep_bounded σ, ?_⟩ rw [framedTorusLaplacian_eq_torusLaplacian] exact (localGenerator_globalGreen_consumer (N := N) sourceScale a b p).2The declaration framedRecognitionGenerator_globalGreen_consumer proves, in the framework's machine-checked library of formal theorems, that a certain recognition rule generates exactly this operator, and that the operator's action on a standard Green response function is correct. framedRecognitionGenerator_globalGreen_consumer · IndisputableMonolith/Foundation/PairKernelDeltaSpatialBridgeS5.leanTHEOREM jMinimalPostingStep_unique_account_axis · IndisputableMonolith/Foundation/PairKernelDeltaSpatialBridgeS5.lean
/-- Minimum J gives a unique account coordinate. -/ theorem jMinimalPostingStep_unique_account_axis {A B : LedgerPostingAdjacency.LedgerState 3} (h : JMinimalPostingStep A B) : ∃! k : Fin 3, parity 3 A k ≠ parity 3 B k := jMinimalPostingStep_oneBitDiff hA minimum-cost posting changes exactly one account's parity, and the theorem shows this single change corresponds to a step along one of three spatial axes. jMinimalPostingStep_unique_account_axis · IndisputableMonolith/Foundation/PairKernelDeltaSpatialBridgeS5.leanTHEOREM framedAxisStep_frame_independent · IndisputableMonolith/Foundation/PairKernelDeltaSpatialBridgeS5.lean
/-- Changing the account-axis frame does not change the operational step relation: the frame only relabels a complete three-axis family. -/ theorem framedAxisStep_frame_independent {N : ℕ} (σ τ : Equiv.Perm (Fin 3)) (p q : TorusSite3 N) : FramedAxisStep σ p q ↔ FramedAxisStep τ p q := by constructor · rintro ⟨k, hk | hk⟩ · refine ⟨τ.symm (σ k), Or.inl ?_⟩ simpa [framedForward] using hk · refine ⟨τ.symm (σ k), Or.inr ?_⟩ simpa [framedBackward] using hk · rintro ⟨k, hk | hk⟩ · refine ⟨σ.symm (τ k), Or.inl ?_⟩ simpa [framedForward] using hk · refine ⟨σ.symm (τ k), Or.inr ?_⟩ simpa [framedBackward] using hkThe choice of which axis is which, a frame (a labelling of the three axes), does not matter: the theorem proves that any permutation of the axes gives the same isotropic six-neighbor operator. framedAxisStep_frame_independent · IndisputableMonolith/Foundation/PairKernelDeltaSpatialBridgeS5.leanTHEOREM framedTorusLaplacian_eq_torusLaplacian · IndisputableMonolith/Foundation/PairKernelDeltaSpatialBridgeS5.lean
/-- **S5 operator bridge.** Every account-axis frame gives exactly the same operator, namely the canonical periodic D=3 six-neighbor Laplacian. Thus no preferred account-to-axis MODEL identification survives in the operator. -/ theorem framedTorusLaplacian_eq_torusLaplacian {N : ℕ} (σ : Equiv.Perm (Fin 3)) (ψ : TorusSite3 N → ℂ) (p : TorusSite3 N) : framedTorusLaplacian σ ψ p = torusLaplacian ψ p := by unfold framedTorusLaplacian torusLaplacian framedForward framedBackward exact Equiv.sum_comp σ (fun i : Fin 3 => (2 : ℂ) * ψ p - ψ (torusShift p i 1) - ψ (torusShift p i (-1)))The theorem also proves that the framed Laplacian equals the standard torus Laplacian. framedTorusLaplacian_eq_torusLaplacian · IndisputableMonolith/Foundation/PairKernelDeltaSpatialBridgeS5.lean