def
definition
def or abbrev
ratioInRange
show as:
view Lean formalization →
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 -/