Corporate Profit Pos

Documentation

Lean 4 Proof

theorem corporateProfit_pos {Y Jσ : ℝ} (hY : 0 < Y) (hJσ : 0 < Jσ) :
    0 < corporateProfit Y Jσ := by
  simp only [corporateProfit]; exact div_pos hY hJσ

Dependency Graph

Module Section

Government Tax Structure (Layer 3 of Macro Extension)