No prose has been written for this declaration yet. The Lean source and graph data below render
without it.
generate prose now
formal statement (Lean)
145def kernel_response_trunc (H : CaldeiraLeggett.TransferFunction) (ω B : ℝ) : ℂ :=
proof body
Definition body.
146 ∫ t in (0 : ℝ)..B,
147 ((debye_kernel H t : ℝ) : ℂ) * Complex.exp (-(Complex.I * (ω : ℂ) * (t : ℂ)))
148
149
150/-!
151### Bridge lemma (frequency-domain closed form)
152
153For τ>0, define `a = (1/τ) + i ω`. Then
154
155 exp(-t/τ) * exp(-i ω t) = exp(-(a * t)).
156
157The truncated integral can be evaluated in closed form using `integral_exp_smul_neg`,
158then the `B → ∞` limit is obtained from `tendsto_exp_neg_mul_ofReal_atTop`.
159-/
160
161/-! ### Laplace transform limit and transfer-function bridge -/
162
163/-- The complex exponent `a = (1/τ) + i ω` appearing in the Debye kernel transform. -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (16)
Lean names referenced from this declaration's body.
-
H
in IndisputableMonolith.Algebra.CostAlgebra
decl_use
-
bridge
in IndisputableMonolith.ClassicalBridge.Fluids.CPM2D
decl_use
-
kernel
in IndisputableMonolith.Cosmology.BITKernelFamilies
decl_use
-
H
in IndisputableMonolith.Cost.FunctionalEquation
decl_use
-
is
in IndisputableMonolith.Foundation.OptionAEmpiricalProgram
decl_use
-
from
in IndisputableMonolith.Foundation.PrimitiveDistinction
decl_use
-
is
in IndisputableMonolith.Foundation.SimplicialLedger.EdgeLengthFromPsi
decl_use
-
is
in IndisputableMonolith.GameTheory.MechanismDesignFromSigma
decl_use
-
TransferFunction
in IndisputableMonolith.Gravity.CaldeiraLeggett
decl_use
-
debye_kernel
in IndisputableMonolith.Gravity.CausalKernelChain
decl_use
-
integral_exp_smul_neg
in IndisputableMonolith.Gravity.CausalKernelChain
decl_use
-
tendsto_exp_neg_mul_ofReal_atTop
in IndisputableMonolith.Gravity.CausalKernelChain
decl_use
-
kernel
in IndisputableMonolith.ILG.Kernel
decl_use
-
is
in IndisputableMonolith.Mathematics.RamanujanBridge.MockThetaPhantom
decl_use
-
and
in IndisputableMonolith.NumberTheory.CirclePhaseLift
decl_use
-
Bridge
in IndisputableMonolith.RecogSpec.Core
decl_use