% ----------------------------------------------------------------
% AMS-LaTeX Paper ************************************************
% **** -----------------------------------------------------------
\documentclass[12pt,reqno,oneside]{amsart}
\usepackage{srcltx} % SRC Specials: DVI [Inverse] Search
\usepackage[left=1.25in,top=1.2in]{geometry}
%\usepackage{harvard}
%\usepackage[pdftex]{graphicx}
\usepackage{graphicx}
\usepackage{calc}
\renewcommand{\baselinestretch}{1.1}
% ----------------------------------------------------------------
\vfuzz2pt % Don't report over-full v-boxes if over-edge is small
\hfuzz2pt % Don't report over-full h-boxes if over-edge is small
% THEOREMS -------------------------------------------------------
\newtheorem{thm}{Theorem}[section]
\newtheorem{cor}[thm]{Corollary}
\newtheorem{lem}[thm]{Lemma}
\newtheorem{prop}[thm]{Proposition}
\theoremstyle{definition}
\newtheorem{defn}[thm]{Definition}
\theoremstyle{remark}
\newtheorem{rem}[thm]{Remark}
%\numberwithin{equation}{section}
% MATH -----------------------------------------------------------
% \divby command defined below produces nice-looking, right-sized "a/b" template.
\newcommand{\divby}[2]{#1 \mathord{\left/ \vphantom{#1 #2} \right.}
    \kern-\nulldelimiterspace #2}
\newcommand{\norm}[1]{\left\Vert#1\right\Vert}
\newcommand{\abs}[1]{\left\vert#1\right\vert}
\newcommand{\set}[1]{\left\{#1\right\}}
\newcommand{\Real}{\mathbb R}
\newcommand{\eps}{\varepsilon}
\newcommand{\To}{\xrightarrow}
%e.g.: \[X_t \To[t\to \infty]{q.m.} Z\]
%\newcommand{\BX}{\mathbf{B}(X)}
\newcommand{\A}{\mathcal{A}}
% ----------------------------------------------------------------
\renewcommand{\thesection}{\Roman{section}}
\newcommand{\tcol}{\text{:}}
\begin{document}
The problem being solved is
\[ \max_{\set{C_s,K_s}} E\left[\sum_{t=0}^\infty \beta^t \frac{C_t^{1-\gamma}}{1-\gamma}\right]\]
subject to
\[
   C_t + K_t = A_tK_{t-1}^\alpha +\delta K_{t-1}\:.
\]
The Euler equations then emerge as
\begin{align*}
   C_t^{-\gamma}&=\lambda_t \\
   \lambda_t&=\beta E_t\left[\lambda_{t+1}(\alpha
   A_{t+1}K_t^{\alpha-1}+\delta)\right]\:.
\end{align*}
These can be solved to eliminate $\lambda$, producing
\[
   C_t^{-\gamma}=\beta E_t\left[C_{t+1}^{-\gamma}(\alpha
   A_{t+1}K_t^{\alpha-1}+\delta)\right]
\]
Note that I am following a convention that is uniform in my own writing,
but adhered to in only a minority of the economics literature, that one
can determine from a variable's time subscript whether it is known at $t$.
Most of the macro growth literature dates what I call $K_t$ as $K_{t+1}$,
even though under the usual interpretation of the model that would put $K_{t+1}$ in
the information set at $t$.
\end{document}
% ----------------------------------------------------------------

