All proofs
Project-declaredLean 4.32.0 · mathlib@81a5d257c8e4

Lagrangian has Var Gradient At eq add grad Kinetic Term

Electromagnetism.ElectromagneticPotential.lagrangian_hasVarGradientAt_eq_add_gradKineticTerm

Project documentation

The Lagrangian is equal to 1/2 * (ε₀ E^2 - 1/μ₀ B^2) - φρ + A · j-/ lemma lagrangian_eq_electric_magnetic {d} {𝓕 : FreeSpace} (A : ElectromagneticPotential d) (hA : ContDiff ℝ 2 A) (J : LorentzCurrentDensity d) (x : SpaceTime d) : A.lagrangian 𝓕 J x = 1 / 2 * (𝓕.ε₀ * ‖A.electricField 𝓕.c (x.time 𝓕.c) x.space‖ ^ 2 - (1 / (2 * 𝓕.μ₀)) * ∑ i, ∑ j, ‖A....

Exact Lean statement

lemma lagrangian_hasVarGradientAt_eq_add_gradKineticTerm {𝓕 : FreeSpace}
    (A : ElectromagneticPotential d) (hA : ContDiff ℝ ∞ A) (J : LorentzCurrentDensity d)
    (hJ : ContDiff ℝ ∞ J) :
    HasVarGradientAt (fun A => lagrangian 𝓕 ⟨A⟩ J)
    (A.gradKineticTerm 𝓕 - A.gradFreeCurrentPotential J) A

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma lagrangian_hasVarGradientAt_eq_add_gradKineticTerm {𝓕 : FreeSpace}    (A : ElectromagneticPotential d) (hA : ContDiff  ∞ A) (J : LorentzCurrentDensity d)    (hJ : ContDiff  ∞ J) :    HasVarGradientAt (fun A => lagrangian 𝓕 A J)    (A.gradKineticTerm 𝓕 - A.gradFreeCurrentPotential J) A := by  conv =>    enter [1, q', x]    rw [lagrangian]  apply HasVarGradientAt.add  · exact A.kineticTerm_hasVarGradientAt hA  apply HasVarGradientAt.neg  convert freeCurrentPotential_hasVarGradientAt A hA J hJ  rw [ gradFreeCurrentPotential_eq_sum_basis A hA J hJ]
Project
Physlib
License
Apache-2.0
Commit
dd43e9e65791
Source
Physlib/Electromagnetism/Dynamics/Lagrangian.lean:254-266

Reuse this declaration

Bring the exact result into your workflow

The import identifies the source module. Your project still needs the pinned package dependency shown on this page.

What this badge means

This completion status comes from the project or community source. It has not yet been represented here as an independent rebuild and axiom audit.

Continue in this project

Related declarations

Project-declaredLean 4.32.0

Adiabatic relation log

adiabatic_relation_log

Plain-language statement

Adiabatic relation in logarithmic form: If S(Ua,Va,N) = S(Ub,Vb,N) with N fixed, then c * log (Ua/Ub) + log (Va/Vb) = 0.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Adiabatic relation Ua Ub Va Vb

adiabatic_relation_UaUbVaVb

Plain-language statement

Adiabatic relation in product form: If S(Ua,Va,N) = S(Ub,Vb,N) with N fixed, then (Ua/Ub)^c * (Va/Vb) = 1.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record