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 6 research declarations. Search 10,000 more complete Mathlib declarations.

1 topic

6 results

Clear filters
Project-declaredLean 4.32.0

Is Total Time Derivative explicit

ClassicalMechanics.Lagrangian.isTotalTimeDerivative_explicit

Plain-language statement

Explicit reformulation (by the chain rule): δL(t, q, dₜ q) = ∂F/∂t(t, q) + ⟨∇ᵣF(t, q), dₜ q⟩ or δL(t, q, dₜ q) = fderiv ℝ F (t, q) (1, dₜ q)

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Is Total Time Derivative Velocity

ClassicalMechanics.Lagrangian.isTotalTimeDerivativeVelocity

Plain-language statement

A velocity-only function that is a total time derivative must be linear in velocity. If δL depends only on velocity and equals d/dt F(t, q) for some F, then δL(dₜ q) = ⟨g, dₜ q⟩ for some constant vector g. This characterization comes from the requirement that: - d/dt F(t, q) = ∂F/∂t + ⟨∇F, dₜ q⟩ = ∂F/∂t + ⟨∇F, dₜ q⟩ - For the result to be independent of q...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Total Time Derivative cont Diff

ClassicalMechanics.Lagrangian.totalTimeDerivative_contDiff

Plain-language statement

If δL is a total time derivative (of a smooth function), then it is smooth

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Total Time Derivative euler Lagrange equivalenvce

ClassicalMechanics.Lagrangian.totalTimeDerivative_eulerLagrange_equivalenvce

Plain-language statement

Corollary: If L and L' differ by a total time derivative, then the corresponding Euler-Lagrange operators coincide

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Total Time Derivative has Zero Var Gradient

ClassicalMechanics.Lagrangian.totalTimeDerivative_hasZeroVarGradient

Plain-language statement

Total time derivative has a variational derivative, which is zero

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Total Time Derivative var Gradient equivalenvce

ClassicalMechanics.Lagrangian.totalTimeDerivative_varGradient_equivalenvce

Project documentation

If two lagrangians, L and L', differ by a total time derivative, and L has a variational derivative grad, then so does L'. -/ lemma totalTimeDerivative_hasVarGradientAt_equivalence [CompleteSpace X] (L δL : Time → X → X → ℝ) (hδL : IsTotalTimeDerivative δL) (q : Time → X) (hq : ContDiff ℝ ∞ q) (grad : Time → X) (hgrad : HasVarGradientAt (fun q' t => L t (...

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record