Documentation

Lean 4 Proof

def taxRevenue (τ_L τ_K τ_C τ_corp wL rK C Prof : ℝ) : ℝ :=
  τ_L * wL + τ_K * rK + τ_C * C + τ_corp * Prof

Dependency Graph

Module Section

Government Tax Structure (Layer 3 of Macro Extension)