Tax Revenue Increasing In Τk

Documentation

Lean 4 Proof

theorem taxRevenue_increasing_in_τK {τ_L τ_K₁ τ_K₂ τ_C τ_corp wL rK C Prof : ℝ}
    (hrK : 0 < rK) (hτ : τ_K₁ < τ_K₂) :
    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)