CES Multiplier Decreasing In Rho

Documentation

Lean 4 Proof

theorem cesMultiplier_decreasing_in_rho {J : ℕ} (hJ : 2 ≤ J)
    {ρ1 ρ2 d_sq : ℝ} (hρ : ρ1 < ρ2) (hd : 0 < d_sq) :
    cesMultiplier J ρ2 d_sq < cesMultiplier J ρ1 d_sq := by
  simp only [cesMultiplier]
  exact mul_lt_mul_of_pos_right (curvatureK_decreasing_in_rho hJ hρ) hd

Dependency Graph

Module Section

Macroeconomic Applications of the CES Potential