Gravity Causal Kernel Chain
A single-timescale exponential memory kernel has a closed frequency response and fixed steady-state and Newtonian limits.
Causal kernel chain
In Recognition Science, gravity is read as a recognition ledger with memory, not as a classical force field. The causal kernel chain is the Debye case of that memory: one relaxation time, an exponential decay in time, and a single-pole frequency response. The chain runs from the time-domain kernel through its complex transfer function to the two frequency limits that name the steady-state and Newtonian regimes.
The Debye kernel is Γ(t) = (Δ/τ) e−t/τ for t ≥ 0, with coupling strength Δ and relaxation time τ. Its truncated frequency response is the integral of that kernel against e−iωt over a finite horizon [0, B]. The theorem kernel_response_limit states that as B tends to infinity, the truncated response converges to Δ / (1 + iωτ). That closed form is the Laplace-transform bridge from time to frequency.
The complex transfer function is defined as 1 + Δ / (1 + iωτ), and transfer_function_eq_one_plus_kernel identifies it with one plus the infinite-horizon kernel response. A further theorem, response_function_is_real_part, shows that the real-valued Caldeira–Leggett response is exactly the real part of that complex transfer function. As ω → 0 the response approaches the steady-state value 1 + Δ; as ω → ∞ it tends to 1, the Newtonian limit where memory drops out. Broader spectral densities are allowed by the source discussion but are not yet formalized here.
THEOREM kernel_response_limit · IndisputableMonolith/Gravity/CausalKernelChain.lean
THEOREM response_function_is_real_part · IndisputableMonolith/Gravity/CausalKernelChain.lean
MODEL debye_kernel · IndisputableMonolith/Gravity/CausalKernelChain.lean
THEOREM transfer_function_eq_one_plus_kernel · IndisputableMonolith/Gravity/CausalKernelChain.lean
What this page does not claim
That the kernel chain is the full derivation of gravity. That spectral densities beyond the Debye single-pole case are already formalized. That the Newtonian limit is an extra postulate; it follows from the closed form.
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/CausalKernelChain.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:
- What broader spectral densities does the source allow beyond the Debye single-pole case?
- How does the kernel chain connect to the full gravity action in Recognition Science?
- What is the physical reading of the steady-state and Newtonian limits in the ledger picture?
- How does the transfer function relate to measured gravitational response?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
- THEOREMAs the horizon B tends to infinity, the truncated Debye-kernel response converges to Δ / (1 + iωτ). kernel_response_limit · IndisputableMonolith/Gravity/CausalKernelChain.lean
- THEOREMThe real-valued Caldeira–Leggett response equals the real part of the complex transfer function. response_function_is_real_part · IndisputableMonolith/Gravity/CausalKernelChain.lean
- MODELThe Debye kernel is the exponential decay Γ(t) = (Δ/τ) e^(−t/τ) for t ≥ 0. debye_kernel · IndisputableMonolith/Gravity/CausalKernelChain.lean
- THEOREMThe complex transfer function equals one plus the closed-form Debye-kernel response Δ / (1 + iωτ). transfer_function_eq_one_plus_kernel · IndisputableMonolith/Gravity/CausalKernelChain.lean