Documentation

Lean 4 Proof

theorem administered_slower {v_price sigma : ℝ}
    (hv : 0 < v_price) (hsigma : 0 < sigma) :
    administeredSpeed v_price sigma < v_price := by
  simp only [administeredSpeed]
  exact div_lt_self hv (by linarith)

Dependency Graph

Module Section

Derivation of Leading and Lagging Economic Indicators