The first-order Taylor approximation advances with the vector field at the start of the step. The point is to make the formal expression readable enough to audit line by line.
The data
An initial-value problem \(y'=f(t,y)\), \(y(t_0)=y_0\) generates a flow when existence and uniqueness hold. A numerical method advances discrete states \(y_n\approx y(t_n)\).
The first display fixes the mathematical data. I label it \(\mathsf{data}\) mentally, while the next is the \(\mathsf{claim}\); the bridge between them is the displayed \(\Longrightarrow\), not an automatic implication.
Derivation
The following line is the smallest calculation that still exercises the mechanism. It keeps nested delimiters and the order of operations explicit.
Invariant content
The invariant statement is the one that does not depend on a convenient choice of coordinates, representatives, basis, or enumeration.
Scope
Order of accuracy and stability region are separate. A high-order explicit method can fail spectacularly on a stiff equation.
The important habit is to remember what was fixed before the calculation began and what was proved only afterward. The final display preserves that order.