Tax Revenue Increasing In Τc

Documentation

Lean 4 Proof

theorem taxRevenue_increasing_in_τC {τ_L τ_K τ_C₁ τ_C₂ τ_corp wL rK C Prof : ℝ}
    (hC : 0 < C) (hτ : τ_C₁ < τ_C₂) :
    taxRevenue τ_L τ_K τ_C₁ τ_corp wL rK C Prof <
    taxRevenue τ_L τ_K τ_C₂ τ_corp wL rK C Prof := by
  simp only [taxRevenue]; nlinarith

Dependency Graph

Module Section

Government Tax Structure (Layer 3 of Macro Extension)