theorem eulerSteadyStateMPK_increasing_in_τ {τ₁ τ₂ ρ_time δ : ℝ}
(hρ : 0 < ρ_time) (hτ₁ : τ₁ < 1) (hτ₂ : τ₂ < 1) (hτ : τ₁ < τ₂) :
eulerSteadyStateMPK τ₁ ρ_time δ < eulerSteadyStateMPK τ₂ ρ_time δ := by
simp only [eulerSteadyStateMPK]
have h := eulerSteadyStateReturn_increasing_in_τ hρ hτ₁ hτ₂ hτ
simp only [eulerSteadyStateReturn] at h
linarithAccumulation Dynamics (Layer 2 of Macro Extension)