Effective Multiplier Nonneg

Documentation

Lean 4 Proof

theorem effectiveMultiplier_nonneg {J : ℕ} (hJ : 2 ≤ J) {ρ : ℝ} (hρ : ρ < 1)
    {T Tstar d_sq : ℝ} (hd : 0 ≤ d_sq) :
    0 ≤ effectiveMultiplier J ρ T Tstar d_sq := by
  simp only [effectiveMultiplier]
  exact mul_nonneg (effectiveCurvatureKeff_nonneg hJ hρ T Tstar) hd

Dependency Graph

Module Section

Macroeconomic Applications of the CES Potential