theorem capitalAccumulation_eq_zero_iff {s δ Y K : ℝ} : capitalAccumulation s δ Y K = 0 ↔ s * Y = δ * K := by simp only [capitalAccumulation]; constructor <;> intro h <;> linarith
thesis/CESProofs/Macro/Accumulation.lean:74
Accumulation Dynamics (Layer 2 of Macro Extension)