theorem afterTaxReturn_decreasing {τ₁ τ₂ r : ℝ} (hr : 0 < r) (hτ : τ₁ < τ₂) : afterTaxReturn τ₂ r < afterTaxReturn τ₁ r := by simp only [afterTaxReturn]; nlinarith
thesis/CESProofs/Macro/Accumulation.lean:182
Accumulation Dynamics (Layer 2 of Macro Extension)