@@ -126,6 +126,81 @@ Many good:
126126
127127Two-good case.
128128
129+ $$ \frac{1}{(1-t_2)+t_2/A'}\;\le\;\frac{v'}{v}\;\le\;(1-t_2')+A't_2' $$
130+
131+ ``` mermaid
132+ graph TD
133+ %% Assumptions
134+ A1["A1: Tasks & time endowment"]
135+ A2["A2: Productivities; z_i = A_i t_i"]
136+ A3["A3: y is monotone, concave, homogeneous"]
137+ A4["A4: Differentiability (Shephard/envelope)"]
138+ C1["C1: CES aggregator"]
139+ T1["T1: Activation costs (discrete activation)"]
140+
141+ %% Propositions / corollaries
142+ P1["Prop 1: Time allocation ⇔ time-price formulation"]
143+ P2["Prop 2: V(A)=1/P(1/A)"]
144+ P3["Prop 3: V(A')/V(A)=P(p)/P(p')"]
145+ P4["Prop 4: Laspeyres/Paasche-type bounds"]
146+ P5["Prop 5: EV/CV in time units"]
147+ P6["Prop 6: Time shares = Hicksian shares"]
148+ P7["Prop 7: d ln V = Σ t_i d ln A_i"]
149+ C71["Cor 7.1: First-order baseline-share approximation"]
150+ P8["Prop 8: Exact integral for large changes"]
151+ C81["Cor 8.1: Single-component integral"]
152+ P9["Prop 9: Törnqvist/Divisia trapezoid approximation"]
153+ P10["Prop 10: CES price index and shares"]
154+ P11["Prop 11: Two-good CES gain closed form"]
155+ P12["Prop 12: CES share response / elasticity identification"]
156+ C121["Cor 12.1: CES limiting cases"]
157+ P13["Prop 13: Activation ⇒ possible non-differentiability"]
158+
159+ %% Dependencies (edges indicate proof dependence)
160+ A1 --> P1
161+ A2 --> P1
162+
163+ A3 --> P2
164+ P1 --> P2
165+
166+ P2 --> P3
167+
168+ A3 --> P6
169+ P1 --> P6
170+ P2 --> P6
171+
172+ A3 --> P5
173+ P2 --> P5
174+
175+ A3 --> P4
176+ P3 --> P4
177+ P6 --> P4
178+
179+ A3 --> P7
180+ A4 --> P7
181+ P2 --> P7
182+ P6 --> P7
183+
184+ P7 --> C71
185+ P7 --> P8
186+ P8 --> C81
187+ P8 --> P9
188+
189+ C1 --> P10
190+ A4 --> P10
191+
192+ P3 --> P11
193+ P10 --> P11
194+ P6 --> P11
195+
196+ P10 --> P12
197+ P6 --> P12
198+
199+ P11 --> C121
200+
201+ T1 --> P13
202+ ```
203+
129204
130205
131206# Setup
0 commit comments