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
thesis/CESProofs/Applications/HeterogeneousFirms.lean:57
Heterogeneous Firms and the Melitz Connection