Steady State Ky Pos

Documentation

Lean 4 Proof

theorem steadyStateKY_pos {s δ : ℝ} (hs : 0 < s) (hδ : 0 < δ) :
    0 < steadyStateKY s δ := by
  simp only [steadyStateKY]; exact div_pos hs hδ

Dependency Graph

Module Section

Accumulation Dynamics (Layer 2 of Macro Extension)