Kinetic Term eq sum
Electromagnetism.ElectromagneticPotential.kineticTerm_eq_sum
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...
Source project: Physlib
Person-level attribution pending.