Kinetic Term eq electric Matrix magnetic Field Matrix time space
Electromagnetism.ElectromagneticPotential.kineticTerm_eq_electricMatrix_magneticFieldMatrix_time_space
Project documentation
The kinetic energy from an electromagnetic potential. -/ noncomputable def kineticTerm {d} (π : FreeSpace) (A : ElectromagneticPotential d) : SpaceTime d β β := fun x => - 1/(4 * π.ΞΌβ) * {Ξ·' d | ΞΌ ΞΌ' β Ξ·' d | Ξ½ Ξ½' β A.toFieldStrength x | ΞΌ Ξ½ β A.toFieldStrength x | ΞΌ' Ξ½'}α΅.toField /-! ### A.1. Lorentz invariance of the kinetic term We show that the kine...
Exact Lean statement
lemma kineticTerm_eq_electricMatrix_magneticFieldMatrix_time_space {π : FreeSpace}
(A : ElectromagneticPotential d) (t : Time)
(x : Space d) (hA : Differentiable β A) :
A.kineticTerm π ((toTimeAndSpace π.c).symm (t, x)) =
1/2 * (π.Ξ΅β * βA.electricField π.c t xβ ^ 2 -
(1 / (2 * π.ΞΌβ)) * β i, β j, βA.magneticFieldMatrix π.c t x (i, j)β ^ 2)Formal artifact
Lean source
lemma kineticTerm_eq_electricMatrix_magneticFieldMatrix_time_space {π : FreeSpace} (A : ElectromagneticPotential d) (t : Time) (x : Space d) (hA : Differentiable β A) : A.kineticTerm π ((toTimeAndSpace π.c).symm (t, x)) = 1/2 * (π.Ξ΅β * βA.electricField π.c t xβ ^ 2 - (1 / (2 * π.ΞΌβ)) * β i, β j, βA.magneticFieldMatrix π.c t x (i, j)β ^ 2) := by rw [kineticTerm_eq_sum_fieldStrengthMatrix_sq] simp [Fintype.sum_sum_type] rw [Finset.sum_add_distrib] simp only [Fin.isValue, Finset.sum_neg_distrib] have h1 : β i, β j, magneticFieldMatrix π.c A t x (i, j) ^ 2 = β i, β j, (A.fieldStrengthMatrix ((toTimeAndSpace π.c).symm (t, x))) (Sum.inr i, Sum.inr j) ^ 2 := by rfl rw [h1] ring_nf have h2 : βelectricField π.c A t xβ ^ 2 = π.c.val ^ 2 * β i, |(A.fieldStrengthMatrix ((toTimeAndSpace π.c).symm (t, x))) (Sum.inl 0, Sum.inr i)| ^ 2 := by rw [EuclideanSpace.norm_sq_eq] conv_lhs => enter [2, i] rw [electricField_eq_fieldStrengthMatrix A t x i hA] simp only [Fin.isValue, neg_mul, norm_neg, norm_mul, Real.norm_eq_abs, FreeSpace.c_abs] rw [mul_pow] rw [β Finset.mul_sum] rw [h2] simp only [Fin.isValue, one_div, sq_abs] conv_lhs => enter [1, 2, 1, 2, 2, i] rw [fieldStrengthMatrix_antisymm] simp [FreeSpace.c_sq] field_simp ring- Project
- Physlib
- License
- Apache-2.0
- Commit
- dd43e9e65791
- Source
- Physlib/Electromagnetism/Dynamics/KineticTerm.lean:260-292
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.