Friction Raises Exit Threshold

Documentation

Lean 4 Proof

theorem friction_raises_exit_threshold {T₁ T₂ c : ℝ}
    (hT : T₁ < T₂) (hc : 0 < c) :
    exitThreshold T₁ c < exitThreshold T₂ c := by
  simp only [exitThreshold]
  exact mul_lt_mul_of_pos_right hT hc

Dependency Graph

Module Section

Heterogeneous Firms and the Melitz Connection