theorem corporate_tax_revenue {τ_corp Y Jσ : ℝ} : τ_corp * corporateProfit Y Jσ = τ_corp * Y / Jσ := by simp only [corporateProfit]; ring
thesis/CESProofs/Macro/TaxStructure.lean:190
Government Tax Structure (Layer 3 of Macro Extension)