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

LabScalePrediction

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)

  80structure LabScalePrediction where
  81  T_dyn : ℝ           -- Rotation period
  82  τ0 : ℝ              -- Recognition tick
  83  α : ℝ               -- ILG exponent
  84  C_lag : ℝ           -- Coupling constant
  85  w_predicted : ℝ     -- Predicted weight
  86  h_w : w_predicted = 1 + C_lag * (Real.rpow (T_dyn / τ0) α - 1)
  87
  88/-- Construct a lab-scale prediction for a given device. -/

used by (4)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (8)

Lean names referenced from this declaration's body.