Documentation

Lean 4 Proof

theorem epsPQ_lt_one (e : TwoWorldEconomy N) (n : Fin N) :
    epsPQ e n < 1 := by
  simp only [epsPQ]
  exact (div_lt_one (e.hv n)).mpr (e.hfast n)

Dependency Graph

Module Section

Two-World Economy: Price vs. Production Timescale Separation