Balanced Growth Output

Documentation

Lean 4 Proof

def balancedGrowthOutput (Y₀ g : ℝ) (t : ℕ) : ℝ :=
  Y₀ * (1 + g) ^ t

Dependency Graph

Module Section

Growth and Dynamic Tax Revenue (Layer 4-5 of Macro Extension)