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

loadRatio_pos

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)

  93theorem loadRatio_pos {area demand : ℝ} (hArea : 0 < area) (hDemand : 0 < demand) :
  94    0 < loadRatio area demand := by

proof body

Term-mode proof.

  95  unfold loadRatio
  96  exact div_pos hDemand (bandwidth_pos hArea)
  97

depends on (2)

Lean names referenced from this declaration's body.