Documentation

LeanPool.ForwardEuler

Forward Euler Method #

Source: url:https://github.com/Vilin97/forward_euler Authors: Vasily Ilin, Aristotle Status: verified Main declarations: ODE.EulerMethod.dist_path_le, ODE.EulerMethod.tendsto_path Tags: numerical-analysis, ordinary-differential-equations, numerical-methods MSC: 65L05, 34A45

Mathematical overview #

A formal proof of convergence of the forward Euler method for ordinary differential equations.

Given an ODE y'(t) = v(t, y(t)) with y(t₀) = y₀, where v : ℝ × EE is a vector field on a normed space E, this project defines the Euler approximation and proves that it converges to the true solution as the step size h → 0⁺.

Main results #