@@ -222,7 +222,7 @@ This equation can in turn be rearranged to become
|
222 | 222 | ```{math} |
223 | 223 | :label: sstack1 |
224 | 224 | |
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} |
226 | 226 | ``` |
227 | 227 | |
228 | 228 | Equation {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$.
|
306 | 306 | **Remarks:** We have formulated the Stackelberg problem in a space of |
307 | 307 | sequences. |
308 | 308 | |
309 | | -The max-min problem associated with Lagrangian |
| 309 | +The max-min problem associated with firm 2's Lagrangian |
310 | 310 | {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$. |
313 | 313 | |
314 | 314 | This renders a direct attack on the problem cumbersome. |
315 | 315 | |
@@ -723,7 +723,7 @@ condition $\check y_0 = \begin{bmatrix}\check z_0 \cr H^0_0 \check z_0\end{bmatr
|
723 | 723 | imply that for $t \geq 1$ |
724 | 724 | |
725 | 725 | $$ |
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} |
727 | 727 | $$ |
728 | 728 | |
729 | 729 | where |
@@ -1045,7 +1045,7 @@ In the code below we compare two values
|
1045 | 1045 | - the continuation value $- y_t P y_t$ earned by a continuation |
1046 | 1046 | Stackelberg leader who inherits state $y_t$ at $t$ |
1047 | 1047 | - 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}$ |
1049 | 1049 | |
1050 | 1050 | The difference between these two values is a tell-tale sign of the time |
1051 | 1051 | inconsistency of the Stackelberg plan |
|