Capital Share Cobb Douglas

Documentation

Lean 4 Proof

theorem capitalShare_cobbDouglas {α K L : ℝ}
    (_hK : K ≠ 0) (_hL : L ≠ 0) :
    capitalShare α 0 K L = α := by
  simp only [capitalShare, cesInner, rpow_zero]; ring

Dependency Graph

Module Section

Two-Factor CES Production Function (Layer 1 of Macro Extension)