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

mkLabPrediction

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)

  89def mkLabPrediction (T_dyn τ0 α C_lag : ℝ) : LabScalePrediction where
  90  T_dyn := T_dyn

proof body

Definition body.

  91  τ0 := τ0
  92  α := α
  93  C_lag := C_lag
  94  w_predicted := 1 + C_lag * (Real.rpow (T_dyn / τ0) α - 1)
  95  h_w := rfl
  96
  97/-! ## Connection to 8-Tick Schedule -/
  98
  99/-- The 8-tick window discipline divides the rotation into 8 phases.
 100    Each phase has duration T_phase = T_rot / 8. -/

used by (2)

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

depends on (13)

Lean names referenced from this declaration's body.