theorem
proved
term proof
kernel_unity_at_saturation
show as:
view Lean formalization →
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). -/