theorem steadyStateKY_pos {s δ : ℝ} (hs : 0 < s) (hδ : 0 < δ) : 0 < steadyStateKY s δ := by simp only [steadyStateKY]; exact div_pos hs hδ
thesis/CESProofs/Macro/Accumulation.lean:92
Accumulation Dynamics (Layer 2 of Macro Extension)