Laffer Max Revenue Pos

Documentation

Lean 4 Proof

theorem lafferMaxRevenue_pos {B₀ η : ℝ} (hB : 0 < B₀) (hη : 0 < η) :
    0 < lafferMaxRevenue B₀ η := by
  simp only [lafferMaxRevenue]
  exact div_pos hB (by linarith)

Dependency Graph

Module Section

Government Tax Structure (Layer 3 of Macro Extension)