Threshold Pos Substitutes

Documentation

Lean 4 Proof

theorem threshold_pos_substitutes {ρ : ℝ} (hρ : 1 < ρ) :
    0 < stabilityThreshold ρ := by
  unfold stabilityThreshold
  exact div_pos (by linarith) (by linarith)

Dependency Graph

Module Section

Multi-Agent CES Game Theory (Gap #14)