Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

D Fixed Points, Contraction Mappings, and the Bellman Operator

University of Lausanne

The classical numerical-economics toolkit rests on Banach’s contraction-mapping theorem; this appendix recalls the statement and one short proof sketch for completeness. A reference is Stokey et al. (1989).

D.1Banach’s theorem

Let (X,d)(X, d) be a complete metric space and let T:XXT: X \to X be a contraction with modulus β<1\beta < 1, i.e. d(Tx,Ty)βd(x,y)d(T x, T y) \le \beta\, d(x, y) for all x,yx, y. Then TT has a unique fixed point xx^\star, and for every starting point x0x_0 the iterates xn+1=Txnx_{n+1} = Tx_n satisfy d(xn,x)βnd(x0,x)d(x_n, x^\star) \le \beta^n\, d(x_0, x^\star).

D.2The Bellman operator is a contraction

For a discount factor β(0,1)\beta \in (0,1) and bounded utility, the Bellman operator TV(x)=maxa{u(x,a)+βE ⁣[V](x)xt=x,at=a}T V(x) = \max_a \{u(x,a) + \beta\,\E V(x') \mid x_t = x, a_t = a\} is a contraction with modulus β\beta on the space of bounded continuous functions equipped with the supremum norm. Hence value-function iteration converges geometrically. The same logic underpins policy iteration, the dual algorithm that converges in finite steps for finite-state problems.

D.3Why this matters for DEQNs

DEQNs do not iterate a Bellman operator. Instead, they apply gradient descent to a residual loss that vanishes at the equilibrium policy. The contraction property therefore disappears as a tool for proving convergence, and theoretical guarantees come from neural-network optimization theory rather than fixed-point analysis: convergence arguments rest on universal approximation plus loss-landscape and NTK-style analyses of stochastic gradient descent on overparameterized networks, surveyed alongside the DEQN-specific open questions in Chapter Chapter 12.

References
  1. Stokey, N. L., Lucas, R. E., & Prescott, E. C. (1989). Recursive Methods in Economic Dynamics. Harvard University Press.