pith. machine review for the scientific record. sign in
def definition def or abbrev

ratioInRange

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)

 130noncomputable def ratioInRange (pred : ModeRatioPrediction) (measured : ℝ) : Bool :=

proof body

Definition body.

 131  pred.ratio_low ≤ measured && measured ≤ pred.ratio_high
 132
 133/-! ## Healing Study Predictions -/
 134
 135/-- Distance-independent healing study protocol -/

depends on (4)

Lean names referenced from this declaration's body.