After Tax Capital Income Eq

Documentation

Lean 4 Proof

theorem afterTax_capital_income_eq {τ_K s_K Y : ℝ} :
    (1 - τ_K) * (s_K * Y) = (1 - τ_K) * s_K * Y := by ring

Dependency Graph

Module Section

Government Tax Structure (Layer 3 of Macro Extension)