Source-pinned research

Research proof index

Search theorem names, mathematical ideas, modules, topics, projects, and role-labelled researchers. Open a result for its complete indexed Lean declaration and source record.

This index contains 1 research declarations. Search 10,000 more complete Mathlib declarations.

1 topic
Project-declaredLean 4.32.0

Euler lagrange var Gradient

ClassicalMechanics.euler_lagrange_varGradient

Project documentation

The Euler Lagrange operator, for a trajectory q : Time → X, and a lagrangian Time → X → X → ā„, the Euler-Lagrange operator is āˆ‚L/āˆ‚q - dā‚œ(āˆ‚L/āˆ‚(dā‚œ q)). -/ noncomputable def eulerLagrangeOp (L : Time → X → X → ā„) (q : Time → X) : Time → X := fun t => gradient (L t Ā· (āˆ‚ā‚œ q t)) (q t) - āˆ‚ā‚œ (fun t' => gradient (L t' (q t') Ā·) (āˆ‚ā‚œ q t')) t lemma eulerLagran...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record