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

kernel_unity_at_saturation

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)

 155theorem kernel_unity_at_saturation {R : ℝ} (hR : 0 < R) :
 156    bandwidthKernel R R = 1 := by

proof body

Term-mode proof.

 157  unfold bandwidthKernel
 158  exact div_self (ne_of_gt hR)
 159
 160/-- The bandwidth kernel exceeds 1 when demand > bandwidth (ILG regime). -/

depends on (4)

Lean names referenced from this declaration's body.