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 be a complete metric space and let be a contraction with modulus , i.e. for all . Then has a unique fixed point , and for every starting point the iterates satisfy .
D.2The Bellman operator is a contraction¶
For a discount factor and bounded utility, the Bellman operator is a contraction with modulus 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.
- Stokey, N. L., Lucas, R. E., & Prescott, E. C. (1989). Recursive Methods in Economic Dynamics. Harvard University Press.