Macroeconomics/Math Review

From testwiki
Jump to navigation Jump to search

Introduction

We have a Bellman equation and first we want to know if there exists a value function that satisfies the equation and second we want to know the properties of such a solution. In order to answer the question we will define a mapping which maps a function to another function, and a fixed point of the mapping is to be a solution. The mapping we discussed is a mapping on the set of functions, which is a bit abstract. So today we will look at the math review.

So first we consider a set, Sl, For us what it will be relevant to describe a sort of distance between any two points in a set. We will use the concept of a metric.

Metric

A metric is a function ρ:S×S with the properties that it is non-negative, ρ(x,y)0, symmetric, ρ(x,y)=ρ(y,x), and satisfies the triangle inequality,ρ(x,z)ρ(x,y)+ρ(y,z),


A common metric is euclidean distance, ρE(x,y)=i=1l(xiyi)2, Another is ρmax(x,y)=max1ilxiyi,

Space

A space, is a set of objects equipped with some general properties and structure


We may be interested in a metric space, a space with a metric such as, (S,ρ) where S is the set of all bounded rational functions, and ρ is some distance function. Once we have a metric space we can discuss convergence and continuity.

convergence

A sequence, {xi}S, converges to x, xix, if ϵ>0,Nϵ s.t. ρ(xn,yn)<ϵ for n>Nϵ,


Cauchy sequence

A sequence , {xi}S, is called a Cauchy sequence if ϵ>0,Nϵs.t.ρ(xn,ym)<ϵ for n,m>Nϵ,


Question: does every Cauchy sequence converge?

Completeness

The metric space, (S,ρ) is complete if every Cauchy sequence converges.

examples of completeness

  • (,ρE) is complete.
  • ((0,1),ρE) is not complete. Proof: let xn=1n+2, So {xn} os Cauchy, but does not converge to a point in our set (0,1),
  • ([0,1],ρE) is complete. Are all closed sets complete? A closed subspace of a complete space is complete.
  • ({0,1,2},ρE) is complete.


Contraction Mapping

A mappting T:SS is a contraction mapping on a metric space, (S,ρ), if oβ<1 such that ρ(tx,Ty)βρ(x,y)x,yS, Sometimes we write T(x) instead of TX,


This means that any two points in our set, S, are mapped such that after the mapping the distance between the points shrinks.

examples of contraction mapping

  • Tx=.9x is a contraction mapping on [(0,1],ρE),


Now we state the contraction mapping theorem.

Contraction mapping theorem

If (S,ρ) is complete and T:sS is a contraction mapping, then !x* with Tx*=x*,


We will prove this theorem for a general metric space later on. However, we must remember that it is necessary for this proof that the space be complete.

Let us now look at a criteria to verify that a mapping is a contraction mapping.

Contraction Mapping criteria

For Sl and ρ=ρE, Let T:SS satisfy the following two conditions:

  • (M, monotonic condition)x=(x1,x2,,xl)S and y=(y1,y2,,yl)S, and T=(T1,T2,,Tl, if xiyixy then TixTiyTxTy,
  • (D, discout condition) x=(x1,x2,,xl)S, for a_=(a,a,,a), Ti(x1+a,x2+a,,xl+a)Ti(x1,x2,,xl)+βaiT(x+a_)TX+βa_.

Then T is a contraction mapping.

Template:BookCat