theorem pareto_exponent_decreasing {q₁ q₂ : ℝ} (hq1 : 1 < q₁) (hq2 : q₁ < q₂) : 1 / (q₂ - 1) < 1 / (q₁ - 1) := by apply div_lt_div_of_pos_left one_pos (by linarith) (by linarith)
thesis/CESProofs/Potential/QEquilibrium.lean:109
Propositions 3-4: q-Exponential Equilibrium and Tail Behavior