theorem debtDynamics_decreasing_in_g {r_B g₁ g₂ b d : ℝ} (hb : 0 < b) (hg : g₁ < g₂) : debtDynamics r_B g₂ b d < debtDynamics r_B g₁ b d := by simp only [debtDynamics]; nlinarith
thesis/CESProofs/Macro/TaxStructure.lean:384
Government Tax Structure (Layer 3 of Macro Extension)