PhysLean Documentation

PhysLean.Mathematics.VariationalCalculus.Basic

Fundamental lemma of the calculus of variations #

The key took in variational calculus is:

∀ h, ∫ x, f x * h x = 0 → f = 0

which allows use to go from reasoning about integrals to reasoning about functions. There are

The assumption IsTestFunction f in fundamental_theorem_of_variational_calculus can be weakened to Continuous f.

The proof is by contradiction, assume that there is x₀ such that f x₀ then you can easily construct g test function with support on the neighborhood of x₀ such that ⟪f x, g x⟫ ≥ 0.