@@ -222,7 +222,7 @@ This equation can in turn be rearranged to become
222222``` {math}
223223:label: sstack1
224224
225- q_{1t} + (1+\beta + c_1) q_{1t+1} - \beta q_{1t+2} = c_0 - c_2 q_{2t+1}
225+ - q_{1t} + (1+\beta + c_1) q_{1t+1} - \beta q_{1t+2} = c_0 - c_2 q_{2t+1}
226226```
227227
228228Equation {eq}` sstack1 ` is a second-order difference equation in the sequence
@@ -306,10 +306,10 @@ subject to initial conditions for $q_{1t}, q_{2t}$ at $t=0$.
306306** Remarks:** We have formulated the Stackelberg problem in a space of
307307sequences.
308308
309- The max-min problem associated with Lagrangian
309+ The max-min problem associated with firm 2's Lagrangian
310310{eq}` sstack4 ` is unpleasant because the time $t$
311- component of firm $1 $'s payoff function depends on the entire
312- future of its choices of $\{ q_ {1t +j}\} _ {j=0}^\infty$.
311+ component of firm $2 $'s payoff function depends on the entire
312+ future of its choices of $\{ q_ {2t +j}\} _ {j=0}^\infty$.
313313
314314This renders a direct attack on the problem cumbersome.
315315
@@ -723,7 +723,7 @@ condition $\check y_0 = \begin{bmatrix}\check z_0 \cr H^0_0 \check z_0\end{bmatr
723723imply that for $t \geq 1$
724724
725725$$
726- x_t = \sum_{j=1}^t H_j^t \check z_{t-j}
726+ \check x_t = \sum_{j=1}^t H_j^t \check z_{t-j}
727727$$
728728
729729where
@@ -1045,7 +1045,7 @@ In the code below we compare two values
10451045- the continuation value $- y_t P y_t$ earned by a continuation
10461046 Stackelberg leader who inherits state $y_t$ at $t$
10471047- the value of a ** reborn Stackelberg leader** who inherits state
1048- $z_t$ at $t$ and sets $x_t = - P_ {22}^{-1} P_ {21}$
1048+ $z_t$ at $t$ and is free to set $x_t = - P_ {22}^{-1} P_ {21}$
10491049
10501050The difference between these two values is a tell-tale sign of the time
10511051inconsistency of the Stackelberg plan
0 commit comments