Debt Dynamics Decreasing In G

Documentation

Lean 4 Proof

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

Dependency Graph

Module Section

Government Tax Structure (Layer 3 of Macro Extension)