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