Documentation

Lean 4 Proof

noncomputable def criticalKnockoutWeight
    (ρ T Tstar : ℝ) : ℝ :=
  if ρ ≤ 0 then 0  -- any knockout triggers failure for Leontief
  else (1 - (1 - T / Tstar) ^ ρ) ^ (1 - ρ)

Dependency Graph

Module Section

## Weighted N-Sector Economy