Institutional Adjustment Time Pos

Documentation

Lean 4 Proof

theorem institutionalAdjustmentTime_pos {eps sigma margin : ℝ}
    (heps : 0 < eps) (hsigma : 0 < sigma) (hm : 0 < margin) :
    0 < institutionalAdjustmentTime eps sigma margin :=
  div_pos heps (mul_pos hsigma hm)

Dependency Graph

Module Section

Institutional Reform Equivalence, Adjustment Timescale, and Fragility Ordering