Tax Revenue Increasing In Τl

Documentation

Lean 4 Proof

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