pith. machine review for the scientific record. sign in
theorem proved term proof

transfer_function_eq_one_plus_kernel

show as:
view Lean formalization →

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)

 257theorem transfer_function_eq_one_plus_kernel (H : CaldeiraLeggett.TransferFunction) (ω : ℝ) :
 258    transfer_function_complex H ω =
 259      (1 : ℂ) + (H.Δ : ℂ) / ((1 : ℂ) + Complex.I * (ω : ℂ) * (H.τ : ℂ)) := by

proof body

Term-mode proof.

 260  simp [transfer_function_complex]
 261
 262
 263/-- The paper’s real-valued response function is the real part of the complex transfer function. -/

depends on (13)

Lean names referenced from this declaration's body.