PhysLean Documentation

PhysLean.Electromagnetism.Kinematics.EMPotential

The Electromagnetic Potential #

i. Overview #

The electromagnetic potential A^μ is the fundamental objects in electromagnetism. Mathematically it is related to a connection on a U(1)-bundle.

We define the electromagnetic potential as a function from spacetime to contravariant Lorentz vectors.

ii. Key results #

iii. Table of contents #

iv. References #

A. The electromagnetic potential #

We define the electromagnetic potential as a function from spacetime to contravariant Lorentz vectors, and prove some simple results about it.

@[reducible, inline]
noncomputable abbrev Electromagnetism.ElectromagneticPotential (d : := 3) :

The electromagnetic potential is a tensor A^μ.

Equations
Instances For

    A.1. The action on the space-time derivatives #

    Given a ElectromagneticPotential A^μ, we can consider its derivative ∂_μ A^ν. Under a Lorentz transformation Λ, this transforms as ∂_ μ (fun x => Λ • A (Λ⁻¹ • x)), we write an expression for this in terms of the tensor. ∂_ ρ A (Λ⁻¹ • x) κ.

    theorem Electromagnetism.ElectromagneticPotential.spaceTime_deriv_action_eq_sum {d : } {μ ν : Fin 1 Fin d} {x : SpaceTime d} (Λ : (LorentzGroup d)) (A : ElectromagneticPotential d) (hA : Differentiable A) :
    SpaceTime.deriv μ (fun (x : SpaceTime d) => Λ A (Λ⁻¹ x)) x ν = κ : Fin 1 Fin d, ρ : Fin 1 Fin d, Λ ν κ * Λ⁻¹ ρ μ * SpaceTime.deriv ρ A (Λ⁻¹ x) κ

    A.2. Differentiability #

    We show that the components of field strength tensor are differentiable if the potential is.

    A.3. Variational adjoint derivative of component #

    We find the variational adjoint derivative of the components of the potential. This will be used to find e.g. the variational derivative of the kinetic term, and derive the equations of motion.

    theorem Electromagnetism.ElectromagneticPotential.hasVarAdjDerivAt_component {d : } (μ : Fin 1 Fin d) (A : SpaceTime dLorentz.Vector d) (hA : ContDiff (↑) A) :
    HasVarAdjDerivAt (fun (A' : SpaceTime dLorentz.Vector d) (x : SpaceTime d) => A' x μ) (fun (A' : SpaceTime d) (x : SpaceTime d) => A' x Lorentz.Vector.basis μ) A

    A.4. Variational adjoint derivative of derivatives of the potential #

    We find the variational adjoint derivative of the derivatives of the components of the potential. This will again be used to find the variational derivative of the kinetic term, and derive the equations of motion (Maxwell's equations).

    B. The derivative tensor of the electromagnetic potential #

    We define the derivative as a tensor in Lorentz.CoVector ⊗[ℝ] Lorentz.Vector for the electromagnetic potential A^μ. We then prove that this tensor transforms correctly under Lorentz transformations.

    The derivative of the electric potential, ∂_μ A^ν.

    Equations
    Instances For

      B.1. Equivariance of the derivative tensor #

      We show that the derivative tensor is equivariant under the action of the Lorentz group. That is, ∂_μ (fun x => Λ • A (Λ⁻¹ • x)) = Λ • (∂_μ A (Λ⁻¹ • x)), or in words: applying the Lorentz transformation to the potential and then taking the derivative is the same as taking the derivative and then applying the Lorentz transformation to the resulting tensor.

      B.2. The elements of the derivative tensor in terms of the basis #

      We show that in the standard basis, the elements of the derivative tensor are just equal to ∂_ μ A x ν.