Bellman Equation in Dynamic Programming
Bellman Equation in Dynamic Programming
Definition 1 A metric space is a set S, together with a metric we have assume that S is complete, Vn converges to .
, such that for all We now have to show that V = T V in order to complete the
1. , with if and only if , proof of the first part. Note that, for each , and for
2. the triangular inequality implies
3.
Definition 2 A sequence in S converges to , if But since is a Cauchy sequence, we have
for each there exists an integer such that for large enough
n, therefore V = T V .
Hence, we have proven that T possesses a fixed point and
Definition 3 A sequence in S is a Cauchy sequence if therefore have established its existence. We now have to prove
uniqueness. This can be obtained by contradiction. Suppose,
for each there exists an integer such that there exists another function, say W S that satisfies W = T
W . Then, the definition of the fixed point implies
Definition 4 A metric space is complete if every but the contraction property implies
Cauchy sequence inS converges to a point in S.
Definition 5 Let be a metric space and be which, as implies and so V = W . The
function mappingS into itself. T is a contraction mapping (with limit is then unique.
modulus ) if for Proving 2.is straightforward as
, for all .
We then have the following remarkable theorem that but we have such that
establishes the existence and uniqueness of the fixed point of a
contraction mapping.
which completes the proof
Theorem 1 (Contraction Mapping Theorem) If is a This theorem is of great importance as it establishes that any
complete metric space and is a contraction operator that possesses the contraction property will exhibit a
mapping with modulus , then unique fixed-point, which therefore provides some rationale to
the algorithm we were designing in the previous section. It also
1. T has exactly one fixed point such that V = T V ,
insure that whatever the initial condition for thisalgorithm, if
2. for any , with n = 0, the value function satisfies a contraction property, simple
1, 2 … iterations will deliver the solution. It therefore remains to
Since we are endowed with all the tools we need to prove the provide conditions for the value function to be a contraction.
theorem, we shall do it. These are provided by the following theorem.
Proof: In order to prove 1., we shall first prove that if we select Theorem 2(Blackwell's Sufficiency Conditions) Let `
Hence we
have shown that implies and
therefore established monotonicity.
=
Therefore, the Bellman equation satisfies discounting in the
case of optimal growth model.
Hence, the optimal growth model satisfies the Blackwell's
sufficient conditions for a contraction mapping, and therefore
the value function exists and is unique.
279