Documentation

Lean 4 Proof

structure TwoWorldEconomy (N : ℕ) extends NSectorEconomy N where
  v_price : Fin N → ℝ
  hv : ∀ n, 0 < v_price n
  hfast : ∀ n, ℓ n < v_price n

Dependency Graph

Module Section

Two-World Economy: Price vs. Production Timescale Separation