This document discusses linear multistep methods for solving initial value differential problems. It makes three key points:
1) Linear multistep methods can be viewed as fixed point iterative methods with a differential operator instead of an integral operator. They converge to a fixed point if consistent and stable.
2) The document proves that any linear multistep method defines a contraction mapping, ensuring convergence to a unique fixed point when the problem is Lipschitz continuous.
3) Examples of explicit and implicit linear multistep methods are given, along with their fixed point iterative formulations. These include Euler's method, trapezoidal method, and Adams-Moulton method.