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

kernel_gt_one_when_saturated

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)

 161theorem kernel_gt_one_when_saturated {Rd Rb : ℝ} (hb : 0 < Rb) (h : Rb < Rd) :
 162    1 < bandwidthKernel Rd Rb := by

proof body

Term-mode proof.

 163  unfold bandwidthKernel
 164  rw [one_lt_div hb]
 165  exact h
 166
 167/-- The bandwidth kernel is below 1 when demand < bandwidth (Newtonian). -/

depends on (8)

Lean names referenced from this declaration's body.