Canonical Momentum eq electric Field
Electromagnetism.ElectromagneticPotential.canonicalMomentum_eq_electricField
Project documentation
The canonical momentum associated with the lagrangian of an electromagnetic potential and a Lorentz current density. -/ noncomputable def canonicalMomentum (๐ : FreeSpace) (A : ElectromagneticPotential d) (J : LorentzCurrentDensity d) : SpaceTime d โ Lorentz.Vector d := fun x => gradient (fun (v : Lorentz.Vector d) => lagrangian ๐ โจfun x => A x + x (Sum...
Exact Lean statement
lemma canonicalMomentum_eq_electricField {d} {๐ : FreeSpace} (A : ElectromagneticPotential d)
(hA : ContDiff โ 2 A) (J : LorentzCurrentDensity d) :
A.canonicalMomentum ๐ J = fun x => fun ฮผ =>
match ฮผ with
| Sum.inl 0 => 0
| Sum.inr i => - (1/(๐.ฮผโ * ๐.c)) * A.electricField ๐.c (x.time ๐.c) x.space iFormal artifact
Lean source
lemma canonicalMomentum_eq_electricField {d} {๐ : FreeSpace} (A : ElectromagneticPotential d) (hA : ContDiff โ 2 A) (J : LorentzCurrentDensity d) : A.canonicalMomentum ๐ J = fun x => fun ฮผ => match ฮผ with | Sum.inl 0 => 0 | Sum.inr i => - (1/(๐.ฮผโ * ๐.c)) * A.electricField ๐.c (x.time ๐.c) x.space i := by rw [canonicalMomentum_eq A hA J] funext x ฮผ match ฮผ with | Sum.inl 0 => simp | Sum.inr i => simp only [one_div, inr_i_inr_i, Fin.isValue, smul_eq_mul, neg_mul, one_mul, mul_neg, mul_inv_rev, neg_inj] rw [electricField_eq_fieldStrengthMatrix (hA := hA.differentiable (by simp))] simp only [Fin.isValue, toTimeAndSpace_symm_apply_time_space, neg_mul, mul_neg] field_simp exact fieldStrengthMatrix_antisymm A x (Sum.inr i) (Sum.inl 0)- Project
- Physlib
- License
- Apache-2.0
- Commit
- dd43e9e65791
- Source
- Physlib/Electromagnetism/Dynamics/Hamiltonian.lean:158-174
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
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.
Source project: Physlib
Person-level attribution pending.
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.
Source project: Physlib
Person-level attribution pending.
Deriv Within mean Energy Beta eq neg variance
CanonicalEnsemble.derivWithin_meanEnergy_Beta_eq_neg_variance
Plain-language statement
(โU/โฮฒ) = -Var(E) for finite systems.
Source project: Physlib
Person-level attribution pending.