@@ -44,9 +44,9 @@ This lecture introduces the concept of a *rational expectations equilibrium*.
4444To illustrate it, we describe a linear quadratic version of a model
4545due to Lucas and Prescott {cite}`LucasPrescott1971`.
464647-This 1971 paper is one of a small number of research articles that ignited the *rational expectations revolution*.
47+That 1971 paper is one of a small number of research articles that ignited a *rational expectations revolution*.
484849-We follow Lucas and Prescott by employing a setting that is readily "Bellmanized" (i.e., capable of being formulated in terms of dynamic programming problems).
49+We follow Lucas and Prescott by employing a setting that is readily "Bellmanized" (i.e., susceptible to being formulated as a dynamic programming problems.
50505151Because we use linear quadratic setups for demand and costs, we can deploy the LQ programming techniques described in {doc}`this lecture <lqcontrol>`.
5252@@ -79,11 +79,11 @@ We'll also use the LQ class from `QuantEcon.py`.
7979from quantecon import LQ
8080```
818182-### The Big Y, Little y Trick
82+### The Big Y, little y Trick
838384-This widely used method applies in contexts in which a "representative firm" or agent is a "price taker" operating within a competitive equilibrium.
84+This widely used method applies in contexts in which a **representative firm** or agent is a "price taker" operating within a competitive equilibrium.
858586-The following setting justifies the concept of a representative firm.
86+The following setting justifies the concept of a representative firm that stands in for a large number of other firms too.
87878888There is a uniform unit measure of identical firms named $\omega \in \Omega = [0,1]$.
8989@@ -93,7 +93,7 @@ The output of all firms is $Y = \int_{0}^1 y(\omega) d \, \omega $.
93939494All firms end up choosing to produce the same output, so that at the end of the day $ y(\omega) = y $ and $Y =y = \int_{0}^1 y(\omega) d \, \omega $.
959596-This setting allows us to speak of a ``representative firm'' that chooses to produce $y$.
96+This setting allows us to speak of a representative firm that chooses to produce $y$.
97979898We want to impose that
9999@@ -109,7 +109,7 @@ Please watch for how this strategy is applied as the lecture unfolds.
109109110110We begin by applying the Big $Y$, little $y$ trick in a very simple static context.
111111112-#### A Simple Static Example of the Big Y, Little y Trick
112+#### A Simple Static Example of the Big Y, little y Trick
113113114114Consider a static model in which a unit measure of firms produce a homogeneous good that is sold in a competitive market.
115115@@ -177,6 +177,30 @@ to be solved for the competitive equilibrium market-wide output $Y$.
177177178178After solving for $Y$, we can compute the competitive equilibrium price $p$ from the inverse demand curve {eq}`ree_comp3d_static`.
179179180+### Related Planning Problem
181+182+Define **consumer surplus** as the area under the inverse demand curve:
183+184+$$
185+S_c (Y)= \int_0^Y (a_0 - a_1 s) ds = a_o Y - \frac{a_1}{2} Y^2 .
186+$$
187+188+Define the social cost of production as
189+190+$$ S_p (Y) = c_1 Y + \frac{c_2}{2} Y^2 $$
191+192+Consider the planning problem
193+194+$$
195+\max_{Y} [ S_c(Y) - S_p(Y) ]
196+$$
197+198+The first-order necessary condition for the planning problem is equation {eq}`staticY`.
199+200+Thus, a $Y$ that solves {eq}`staticY` is a competitive equilibrium output as well as an output that solves the planning problem.
201+202+This type of outcome provides an intellectual justification for liking a competitive equilibrium.
203+180204### Further Reading
181205182206References for this lecture include
@@ -185,7 +209,7 @@ References for this lecture include
185209* {cite}`Sargent1987`, chapter XIV
186210* {cite}`Ljungqvist2012`, chapter 7
187211188-## Defining Rational Expectations Equilibrium
212+## Rational Expectations Equilibrium
189213190214```{index} single: Rational Expectations Equilibrium; Definition
191215```
@@ -391,11 +415,11 @@ Thus, a rational expectations equilibrium equates the perceived and actual laws
391415392416As we've seen, the firm's optimum problem induces a mapping $\Phi$ from a perceived law of motion $H$ for market-wide output to an actual law of motion $\Phi(H)$.
393417394-The mapping $\Phi$ is the composition of two operations, taking a perceived law of motion into a decision rule via {eq}`comp4`--{eq}`ree_opbe`, and a decision rule into an actual law via {eq}`ree_comp9a`.
418+The mapping $\Phi$ is the composition of two mappings, the first of which maps a perceived law of motion into a decision rule via {eq}`comp4`--{eq}`ree_opbe`, the second of which maps a decision rule into an actual law via {eq}`ree_comp9a`.
395419396420The $H$ component of a rational expectations equilibrium is a fixed point of $\Phi$.
397421398-## Computation of an Equilibrium
422+## Computing an Equilibrium
399423400424```{index} single: Rational Expectations Equilibrium; Computation
401425```
@@ -408,18 +432,18 @@ Readers accustomed to dynamic programming arguments might try to address this pr
408432409433Unfortunately, the mapping $\Phi$ is not a contraction.
410434411-In particular, there is no guarantee that direct iterations on $\Phi$ converge [^fn_im].
435+Indeed, there is no guarantee that direct iterations on $\Phi$ converge [^fn_im].
412436413-Furthermore, there are examples in which these iterations diverge.
437+There are examples in which these iterations diverge.
414438415-Fortunately, there is another method that works here.
439+Fortunately, another method works here.
416440417441The method exploits a connection between equilibrium and Pareto optimality expressed in
418442the fundamental theorems of welfare economics (see, e.g, {cite}`MCWG1995`).
419443420444Lucas and Prescott {cite}`LucasPrescott1971` used this method to construct a rational expectations equilibrium.
421445422-The details follow.
446+Some details follow.
423447424448(ree_pp)=
425449### A Planning Problem Approach
@@ -431,7 +455,7 @@ Our plan of attack is to match the Euler equations of the market problem with th
431455432456As we'll see, this planning problem can be solved by LQ control ({doc}`linear regulator <lqcontrol>`).
433457434-The optimal quantities from the planning problem are rational expectations equilibrium quantities.
458+Optimal quantities from the planning problem are rational expectations equilibrium quantities.
435459436460The rational expectations equilibrium price can be obtained as a shadow price in the planning problem.
437461@@ -514,7 +538,7 @@ $H$ that the representative firm faces within a rational expectations equilibriu
514538#### Structure of the Law of Motion
515539516540As you are asked to show in the exercises, the fact that the planner's
517-problem is an LQ problem implies an optimal policy --- and hence aggregate law
541+problem is an LQ control problem implies an optimal policy --- and hence aggregate law
518542of motion --- taking the form
519543520544```{math}