theorem corporateProfit_decreasing_in_Jσ {Y Jσ₁ Jσ₂ : ℝ} (hY : 0 < Y)
(hJσ₁ : 0 < Jσ₁) (_hJσ₂ : 0 < Jσ₂) (hJσ : Jσ₁ < Jσ₂) :
corporateProfit Y Jσ₂ < corporateProfit Y Jσ₁ := by
simp only [corporateProfit]
exact div_lt_div_of_pos_left hY hJσ₁ hJσGovernment Tax Structure (Layer 3 of Macro Extension)