Physlib

Physlib.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

  • `ElectromagneticPotential` : is the type of electromagnetic potentials.
  • `ElectromagneticPotential.deriv` : the derivative tensor `∂_μ A^ν`.
  • `DistElectromagneticPotential` : the type of electromagnetic potentials as distributions.

iii. Table of contents

- A. The electromagnetic potential - A.1. Basic instances on the type of electromagnetic potentials - A.2. The action on the space-time derivatives - A.3. Differentiability - A.4. Variational adjoint derivative of component - A.5. Variational adjoint derivative of derivatives of the potential - B. The derivative tensor of the electromagnetic potential - B.1. Equivariance of the derivative tensor - B.2. The elements of the derivative tensor in terms of the basis - C. The electromagnetic potential as a distribution - C.1. The derivative of the electromagnetic potential as a distribution - C.2. The derivative in terms of the basis - C.3. Equivariance of the derivative distribution

iv. References

  • https://quantummechanics.ucsd.edu/ph130a/130_notes/node452.html
  • https://ph.qmul.ac.uk/sites/default/files/EMT10new.pdf

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.

A.1. Basic instances on the type of electromagnetic potentials

A.2. 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) κ`.

A.3. Differentiability

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

A.4. 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.

A.5. 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.

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 ν`.

C. The electromagnetic potential as a distribution

C.1. The derivative of the electromagnetic potential as a distribution

C.2. The derivative in terms of the basis

C.3. Equivariance of the derivative distribution

46 declarations

instance

Coercion of an electromagnetic potential AA to a function xA(x)x \mapsto A(x)

For a given spatial dimension dd, an electromagnetic potential AA can be treated as a function that maps a spacetime point xSpaceTimedx \in \text{SpaceTime}_d to a contravariant Lorentz vector A(x)VectordA(x) \in \text{Vector}_d. This allows the potential to be evaluated directly at any point in spacetime.

instance

Addition of electromagnetic potentials A+BA+B

For a given spatial dimension dd, the addition of two electromagnetic potentials AA and BB is defined pointwise. The sum A+BA + B is the electromagnetic potential that maps each point xx in spacetime to the sum of the Lorentz vectors A(x)A(x) and B(x)B(x), where the addition is performed in the space of Lorentz vectors Vectord\text{Vector}_d.

theorem

(A+B).val=A.val+B.val(A + B).\text{val} = A.\text{val} + B.\text{val} for electromagnetic potentials

For any two electromagnetic potentials AA and BB in dd spatial dimensions, the underlying function of the sum A+BA + B is equal to the sum of the underlying functions of AA and BB. Here, the electromagnetic potential is considered as a mapping from spacetime to contravariant Lorentz vectors, and the addition of potentials is defined pointwise.

theorem

(A+B)(x)=A(x)+B(x)(A + B)(x) = A(x) + B(x) for electromagnetic potentials

For any two electromagnetic potentials AA and BB in dd spatial dimensions, and for any point xx in spacetime, the evaluation of their sum at xx is equal to the sum of the individual potentials evaluated at xx, written as (A+B)(x)=A(x)+B(x)(A + B)(x) = A(x) + B(x).

instance

Scalar multiplication of AA by rRr \in \mathbb{R}

For a given spatial dimension dd, the electromagnetic potential AA, which is a function from spacetime to Lorentz vectors, can be multiplied by a real scalar rRr \in \mathbb{R}. This operation is defined pointwise: for any point xx in spacetime, (rA)(x)=rA(x)(r \cdot A)(x) = r \cdot A(x), where the right-hand side denotes the scalar multiplication of the Lorentz vector A(x)A(x) by the real number rr.

theorem

(rA).val=rA.val(r \cdot A). \text{val} = r \cdot A. \text{val}

For any spatial dimension dd, real scalar rRr \in \mathbb{R}, and electromagnetic potential AA, the underlying function (or value) of the scaled potential rAr \cdot A is equal to the scalar rr multiplied by the underlying function of AA, expressed as (rA).val=rA.val(r \cdot A). \text{val} = r \cdot A. \text{val}.

theorem

(rA)(x)=rA(x)(r \cdot A)(x) = r \cdot A(x) for electromagnetic potentials

For any real scalar rRr \in \mathbb{R}, electromagnetic potential field AA, and point xx in spacetime, the value of the scalar-multiplied potential at xx is equal to the scalar rr multiplied by the value of the potential at xx, i.e., (rA)(x)=rA(x)(r \cdot A)(x) = r \cdot A(x).

theorem

μ(ΛA(Λ1x))ν=κ,ρΛνκ(Λ1)ρμρAκ(Λ1x)\partial_\mu (\Lambda \cdot A(\Lambda^{-1} x))^\nu = \sum_{\kappa, \rho} \Lambda_{\nu \kappa} (\Lambda^{-1})_{\rho \mu} \partial_\rho A^\kappa (\Lambda^{-1} x)

In a spacetime with dd spatial dimensions, let AA be a differentiable electromagnetic potential field and Λ\Lambda be a Lorentz transformation. For any point xx in spacetime and indices μ,ν{0,1,,d}\mu, \nu \in \{0, 1, \dots, d\}, the ν\nu-th component of the partial derivative with respect to the μ\mu-th coordinate of the transformed potential A(x)=ΛA(Λ1x)A'(x) = \Lambda \cdot A(\Lambda^{-1} x) is given by: μ(ΛA(Λ1x))ν=κρΛνκ(Λ1)ρμρAκ(Λ1x)\partial_\mu \left( \Lambda \cdot A(\Lambda^{-1} x) \right)^\nu = \sum_{\kappa} \sum_{\rho} \Lambda_{\nu \kappa} (\Lambda^{-1})_{\rho \mu} \partial_\rho A^\kappa (\Lambda^{-1} x) where Λνκ\Lambda_{\nu \kappa} denotes the components of the Lorentz transformation matrix, (Λ1)ρμ(\Lambda^{-1})_{\rho \mu} denotes the components of its inverse matrix, and ρAκ\partial_\rho A^\kappa is the κ\kappa-th component of the ρ\rho-th partial derivative of the original potential AA evaluated at the point Λ1x\Lambda^{-1} x.

theorem

Differentiability of the electromagnetic potential AA implies differentiability of its components AμA^\mu

Let dd be the number of spatial dimensions and AA be an electromagnetic potential field. If AA is differentiable as a function from spacetime to the space of Lorentz vectors, then for every index μ\mu in the spacetime index set {0,1,,d}\{0, 1, \dots, d\}, the component function xAμ(x)x \mapsto A^\mu(x) is also differentiable.

theorem

The variational adjoint derivative of AAμA \mapsto A^\mu is ψψeμ\psi \mapsto \psi \mathbf{e}_\mu

Let dd be the number of spatial dimensions. Let A:SpaceTimedVectordA : \text{SpaceTime}_d \to \text{Vector}_d be an infinitely differentiable (CC^\infty) electromagnetic potential field. For any spacetime index μFin 1Fin d\mu \in \text{Fin } 1 \oplus \text{Fin } d, the variational adjoint derivative of the component evaluation map AAμA \mapsto A^\mu (which extracts the μ\mu-th component of the potential) is the operator that maps a scalar field ψ\psi to the vector field xψ(x)eμx \mapsto \psi(x) \mathbf{e}_\mu, where eμ\mathbf{e}_\mu is the μ\mu-th standard basis vector of Vectord\text{Vector}_d.

theorem

The variational adjoint derivative of AμAνA \mapsto \partial_\mu A^\nu is ψ(μψ)eν\psi \mapsto -(\partial_\mu \psi) \mathbf{e}_\nu

Let dd be the number of spatial dimensions. Let A:SpaceTimedVectordA : \text{SpaceTime}_d \to \text{Vector}_d be an infinitely differentiable (CC^\infty) electromagnetic potential field. For any spacetime indices μ,νFin 1Fin d\mu, \nu \in \text{Fin } 1 \oplus \text{Fin } d, the variational adjoint derivative of the map AμAνA \mapsto \partial_\mu A^\nu (the partial derivative of the ν\nu-th component of the potential with respect to the μ\mu-th coordinate) is the operator that maps a scalar field ψ\psi to the vector field x(μψ(x))eνx \mapsto -(\partial_\mu \psi(x)) \mathbf{e}_\nu, where μψ\partial_\mu \psi is the partial derivative of ψ\psi in the direction of the μ\mu-th coordinate and eν\mathbf{e}_\nu is the ν\nu-th standard basis vector of Vectord\text{Vector}_d.

definition

Derivative tensor μAν\partial_\mu A^\nu of the electromagnetic potential

For an electromagnetic potential AA defined on a (1+d)(1+d)-dimensional spacetime, the derivative derivA\text{deriv} A is a map from spacetime to the tensor product space CoVector(d)RVector(d)\text{CoVector}(d) \otimes_{\mathbb{R}} \text{Vector}(d). At any point xx in spacetime, the tensor is defined by the sum μ,ν(μAν(x))(eμeν)\sum_{\mu, \nu} (\partial_\mu A^\nu(x)) (e^\mu \otimes e_\nu) where μAν(x)\partial_\mu A^\nu(x) denotes the partial derivative of the ν\nu-th component of the potential AA with respect to the μ\mu-th coordinate, and eμe^\mu and eνe_\nu are the standard basis elements for the space of Lorentz covectors and vectors, respectively.

theorem

Lorentz equivariance of the electromagnetic potential derivative tensor

In a (1+d)(1+d)-dimensional spacetime, let AA be a differentiable electromagnetic potential field and Λ\Lambda be a Lorentz transformation. Let the transformed potential field be defined by A(x)=ΛA(Λ1x)A'(x) = \Lambda \cdot A(\Lambda^{-1} x). The derivative tensor of the transformed potential at point xx is equal to the Lorentz transformation of the derivative tensor of the original potential evaluated at Λ1x\Lambda^{-1} x: deriv A(x)=Λderiv A(Λ1x)\text{deriv } A'(x) = \Lambda \cdot \text{deriv } A(\Lambda^{-1} x) where deriv A\text{deriv } A is the tensor field xμAν(x)x \mapsto \partial_\mu A^\nu(x) and the action of Λ\Lambda on the right-hand side is the standard Lorentz transformation for a (1,1)(1,1)-tensor in CoVector(d)RVector(d)\text{CoVector}(d) \otimes_{\mathbb{R}} \text{Vector}(d).

theorem

The components of deriv A\text{deriv } A are the partial derivatives μAν\partial_\mu A^\nu

For an electromagnetic potential AA on a (1+d)(1+d)-dimensional spacetime and a point xx in spacetime, the (μ,ν)(\mu, \nu)-th component of the derivative tensor deriv A(x)\text{deriv } A(x) in the standard basis (formed by the tensor product of the Lorentz covector basis {eμ}\{e^\mu\} and the Lorentz vector basis {eν}\{e_\nu\}) is given by the partial derivative of the ν\nu-th component of the potential AA with respect to the μ\mu-th coordinate, denoted μAν(x)\partial_\mu A^\nu(x).

theorem

The components of the tensorial derivative of AA are μAν\partial_\mu A^\nu

In a (1+d)(1+d)-dimensional spacetime, let AA be an electromagnetic potential and xx be a point in spacetime. Let deriv A(x)\text{deriv } A(x) be the derivative tensor at xx, which is an element of the tensor product space CoVector(d)RVector(d)\text{CoVector}(d) \otimes_{\mathbb{R}} \text{Vector}(d). Let Φ\Phi be the linear equivalence (`toTensor`) that maps this object to the formal tensor space of the species `realLorentzTensor d` with index colors [down,up][\text{down}, \text{up}]. For any multi-index b=(b0,b1)b = (b_0, b_1) in the set of component indices, the representation of the tensor Φ(deriv A(x))\Phi(\text{deriv } A(x)) in the canonical tensor basis is given by: [Φ(deriv A(x))]b=μAν(x) [\Phi(\text{deriv } A(x))]_b = \partial_{\mu} A^{\nu}(x) where μ=ψ(b0)\mu = \psi(b_0) and ν=ψ(b1)\nu = \psi(b_1) are the spacetime indices in {0,,d}\{0, \dots, d\} corresponding to the component indices b0b_0 and b1b_1 via the canonical equivalence ψ\psi.

definition

Distributional derivative μAν\partial_\mu A^\nu of the electromagnetic potential AA

The function `deriv` is a linear map that takes an electromagnetic potential AA, treated as a distribution on a (1+d)(1+d)-dimensional spacetime, and returns its distributional derivative. The result is a distribution taking values in the tensor product space CoVector(d)RVector(d)\text{CoVector}(d) \otimes_{\mathbb{R}} \text{Vector}(d), which corresponds to the (1,1)(1,1)-tensor field μAν\partial_\mu A^\nu.

theorem

Expansion of the distributional derivative (deriv A)(ε)=μ,ν(μAν)(ε)(eμeν)(\text{deriv } A)(\varepsilon) = \sum_{\mu, \nu} (\partial_\mu A^\nu)(\varepsilon) (e_\mu \otimes e_\nu)

Let AA be an electromagnetic potential distribution on a (1+d)(1+d)-dimensional spacetime and ε\varepsilon be a test function in the Schwartz space S(SpaceTime d,R)\mathcal{S}(\text{SpaceTime } d, \mathbb{R}). The distributional derivative of AA evaluated at ε\varepsilon, denoted (deriv A)(ε)(\text{deriv } A)(\varepsilon), is equal to the sum: (deriv A)(ε)=μ,ν(μAν)(ε)(eμeν) (\text{deriv } A)(\varepsilon) = \sum_{\mu, \nu} (\partial_\mu A^\nu)(\varepsilon) (e_\mu \otimes e_\nu) where eμe_\mu and eνe_\nu are the standard basis elements for Lorentz covectors and vectors respectively, and (μAν)(ε)(\partial_\mu A^\nu)(\varepsilon) represents the distributional derivative of the ν\nu-th component of the potential AA with respect to the μ\mu-th coordinate acting on the test function ε\varepsilon.

theorem

Components of the distributional derivative (deriv A)μν=μAν(\text{deriv } A)_{\mu\nu} = \partial_\mu A^\nu

Let AA be an electromagnetic potential distribution on a (1+d)(1+d)-dimensional spacetime. For any test function ε\varepsilon in the Schwartz space S(SpaceTime d,R)\mathcal{S}(\text{SpaceTime } d, \mathbb{R}) and any pair of spacetime indices (μ,ν)(\mu, \nu), the (μ,ν)(\mu, \nu)-component of the distributional derivative (deriv A)(ε)(\text{deriv } A)(\varepsilon) with respect to the standard tensor product basis of CoVector(d)RVector(d)\text{CoVector}(d) \otimes_{\mathbb{R}} \text{Vector}(d) is equal to the distributional derivative of the ν\nu-th component of AA with respect to the μ\mu-th coordinate evaluated at ε\varepsilon. Mathematically, this is expressed as: [(deriv A)(ε)]μν=(μAν)(ε) [(\text{deriv } A)(\varepsilon)]_{\mu\nu} = (\partial_\mu A^\nu)(\varepsilon)

theorem

Tensor components of the distributional derivative (deriv A)(ε)(\text{deriv } A)(\varepsilon) at index bb

Let AA be an electromagnetic potential distribution on a (1+d)(1+d)-dimensional spacetime and ε\varepsilon be a test function in the Schwartz space S(SpaceTime d,R)\mathcal{S}(\text{SpaceTime } d, \mathbb{R}). Let deriv A\text{deriv } A denote the distributional derivative of AA, which is a distribution taking values in the tensor product space CoVector(d)RVector(d)\text{CoVector}(d) \otimes_{\mathbb{R}} \text{Vector}(d), corresponding to the field μAν\partial_\mu A^\nu. Let Φ:CoVector(d)RVector(d)S.Tensor([down,up])\Phi: \text{CoVector}(d) \otimes_{\mathbb{R}} \text{Vector}(d) \cong S.\text{Tensor}([\text{down}, \text{up}]) be the canonical linear equivalence that maps the physical tensor product to the formal tensor space of the species S=realLorentzTensor(d)S = \text{realLorentzTensor}(d). For any multi-index b=(b0,b1)b = (b_0, b_1) identifying a component of a (1,1)(1,1)-tensor, the component of the formal tensor Φ((deriv A)(ε))\Phi((\text{deriv } A)(\varepsilon)) with respect to the canonical tensor basis is given by: [Φ((deriv A)(ε))]b=(μAν)(ε) [\Phi((\text{deriv } A)(\varepsilon))]_b = (\partial_\mu A^\nu)(\varepsilon) where μ\mu and ν\nu are the spacetime indices in Fin 1Fin d\text{Fin } 1 \oplus \text{Fin } d corresponding to the component indices b0b_0 and b1b_1 respectively.

theorem

Lorentz Equivariance of the Distributional Derivative μAν\partial_\mu A^\nu

For an electromagnetic potential AA treated as a distribution on a (1+d)(1+d)-dimensional spacetime and a Lorentz transformation Λ\Lambda from the Lorentz group L\mathcal{L}, the distributional derivative operator \partial (which maps the potential to the (1,1)(1,1)-tensor μAν\partial_\mu A^\nu) is equivariant under the action of the Lorentz group. That is, (ΛA)=Λ(A) \partial(\Lambda \cdot A) = \Lambda \cdot (\partial A) where ΛA\Lambda \cdot A denotes the action of the Lorentz transformation on the potential distribution and Λ(A)\Lambda \cdot (\partial A) denotes the action on the resulting tensor distribution.

definition

Electromagnetic 4-potential AμA^\mu from vector potential A\mathbf{A} with ϕ=0\phi = 0

Given a spatial dimension dd, the speed of light cc, and a time-dependent vector potential A:TimeSpace(d)Rd\mathbf{A} : \text{Time} \to \text{Space}(d) \to \mathbb{R}^d, this definition constructs an electromagnetic 4-potential AμA^\mu. In this construction, the scalar potential ϕ\phi is set to zero, resulting in a 4-potential of the form Aμ=(0,A)A^\mu = (0, \mathbf{A}).

definition

Electromagnetic 4-potential AμA^\mu from static vector potential A\mathbf{A} with ϕ=0\phi = 0

Given the spatial dimension dd, the speed of light cc, and a static (time-independent) vector potential A:Space(d)Rd\mathbf{A} : \text{Space}(d) \to \mathbb{R}^d, this definition constructs an electromagnetic 4-potential AμA^\mu. In this construction, the scalar potential ϕ\phi is set to zero and A\mathbf{A} is treated as constant in time, resulting in a 4-potential of the form Aμ=(0,A)A^\mu = (0, \mathbf{A}).

definition

Electromagnetic 4-potential from ϕ\phi and A\mathbf{A}

Given the speed of light cc, a scalar potential ϕ:Time×SpacedR\phi: \text{Time} \times \text{Space}^d \to \mathbb{R}, and a vector potential A:Time×SpacedRd\mathbf{A}: \text{Time} \times \text{Space}^d \to \mathbb{R}^d, this definition constructs the electromagnetic 4-potential AμA^\mu in dd spatial dimensions.

theorem

Aμ(ϕ,A)=Aμ(ϕ,0)+Aμ(0,A)A^\mu(\phi, \mathbf{A}) = A^\mu(\phi, \mathbf{0}) + A^\mu(0, \mathbf{A})

For a given spatial dimension dd and speed of light cc, let ϕ:Time×SpacedR\phi: \text{Time} \times \text{Space}^d \to \mathbb{R} be a scalar potential and A:Time×SpacedRd\mathbf{A}: \text{Time} \times \text{Space}^d \to \mathbb{R}^d be a vector potential. The electromagnetic 44-potential AμA^\mu constructed from both ϕ\phi and A\mathbf{A} is equal to the sum of the 44-potential constructed from the scalar potential ϕ\phi (with a vanishing vector potential) and the 44-potential constructed from the vector potential A\mathbf{A} (with a vanishing scalar potential): Aμ(ϕ,A)=Aμ(ϕ,0)+Aμ(0,A) A^\mu(\phi, \mathbf{A}) = A^\mu(\phi, \mathbf{0}) + A^\mu(0, \mathbf{A})

definition

Electromagnetic 4-potential AμA^\mu from static ϕ\phi and A\mathbf{A}

Given a spatial dimension dd, the speed of light cc, a time-independent (static) scalar potential ϕ:SpacedR\phi: \text{Space}^d \to \mathbb{R}, and a static vector potential A:SpacedRd\mathbf{A}: \text{Space}^d \to \mathbb{R}^d, this definition constructs the electromagnetic 4-potential AμA^\mu. The resulting 4-potential is defined by treating ϕ\phi and A\mathbf{A} as constant in time, such that Aμ(t,x)=(ϕ(x)/c,A(x))A^\mu(t, \mathbf{x}) = (\phi(\mathbf{x})/c, \mathbf{A}(\mathbf{x})).

theorem

ofStaticPotentials(c,ϕ,A)=ofPotentials(c,tϕ,tA)\text{ofStaticPotentials}(c, \phi, \mathbf{A}) = \text{ofPotentials}(c, t \mapsto \phi, t \mapsto \mathbf{A})

For a given spatial dimension dd and speed of light cc, let ϕ:SpacedR\phi: \text{Space}^d \to \mathbb{R} be a static scalar potential and A:SpacedRd\mathbf{A}: \text{Space}^d \to \mathbb{R}^d be a static vector potential. The electromagnetic 44-potential AμA^\mu constructed from these static potentials using `ofStaticPotentials` is equal to the 44-potential constructed using the general `ofPotentials` definition where the potentials are taken to be constant functions of time: ofStaticPotentials(c,ϕ,A)=ofPotentials(c,tϕ,tA) \text{ofStaticPotentials}(c, \phi, \mathbf{A}) = \text{ofPotentials}(c, t \mapsto \phi, t \mapsto \mathbf{A})

definition

Electromagnetic 4-potential from E\mathbf{E} and B\mathbf{B} fields in Poincaré gauge

Given the speed of light cc, a time-dependent electric field E:Time×Space3R3\mathbf{E}: \text{Time} \times \text{Space}^3 \to \mathbb{R}^3, and a time-dependent magnetic field B:Time×Space3R3\mathbf{B}: \text{Time} \times \text{Space}^3 \to \mathbb{R}^3, this definition constructs the corresponding electromagnetic 4-potential AμA^\mu in 3-dimensional space. The potential is uniquely determined by these fields using the Poincaré gauge (also known as the multipole gauge).

instance

Lorentz group action on the electromagnetic potential AμA^\mu

This definition establishes the action of the Lorentz group L\mathcal{L} on the space of electromagnetic potentials. For a given Lorentz transformation ΛL\Lambda \in \mathcal{L} and an electromagnetic potential AA, which is a function from spacetime to contravariant Lorentz vectors, the transformed potential ΛA\Lambda \cdot A is defined such that at any spacetime point xx, (ΛA)(x)=Λ(A(Λ1x))(\Lambda \cdot A)(x) = \Lambda (A(\Lambda^{-1}x)). This corresponds to the standard transformation law for a vector field under the Lorentz group.

theorem

Lorentz action on the electromagnetic potential: (ΛA)(x)=ΛA(Λ1x)(\Lambda \cdot A)(x) = \Lambda A(\Lambda^{-1}x)

For a given number of spatial dimensions dd, let Λ\Lambda be a Lorentz transformation in the Lorentz group L\mathcal{L} and AA be an electromagnetic potential. The transformed potential ΛA\Lambda \cdot A is defined as the function mapping each spacetime point xx to the vector ΛA(Λ1x)\Lambda A(\Lambda^{-1}x).

theorem

Lorentz transformation law for the electromagnetic potential: (ΛA)(x)=Λ(A(Λ1x))(\Lambda \cdot A)(x) = \Lambda(A(\Lambda^{-1}x))

For a spacetime with dd spatial dimensions, let ΛL\Lambda \in \mathcal{L} be a Lorentz transformation and AA be an electromagnetic potential. The value of the transformed potential ΛA\Lambda \cdot A at a spacetime point xx is given by the relation (ΛA)(x)=Λ(A(Λ1x))(\Lambda \cdot A)(x) = \Lambda (A(\Lambda^{-1}x)).

instance

Lorentz Group Action on Electromagnetic Potential AμA^\mu

For a given number of spatial dimensions dd, the Lorentz group L\mathcal{L} acts on the space of electromagnetic potentials AμA^\mu. An electromagnetic potential is a function from spacetime to contravariant Lorentz vectors. For a Lorentz transformation ΛL\Lambda \in \mathcal{L} and a potential AA, the action ΛA\Lambda \cdot A is defined by (ΛA)(x)=Λ(A(Λ1x))(\Lambda \cdot A)(x) = \Lambda (A(\Lambda^{-1}x)) for every spacetime point xx. This statement establishes that this operation satisfies the axioms of a multiplicative group action, specifically the identity law IA=AI \cdot A = A and the associativity law (Λ1Λ2)A=Λ1(Λ2A)(\Lambda_1 \Lambda_2) \cdot A = \Lambda_1 \cdot (\Lambda_2 \cdot A).

instance

Distributive Lorentz group action on electromagnetic potential AμA^\mu

For a spacetime with dd spatial dimensions, the Lorentz group L\mathcal{L} acts distributively on the space of electromagnetic potentials AμA^\mu. An electromagnetic potential is defined as a function from spacetime to contravariant Lorentz vectors. For a Lorentz transformation ΛL\Lambda \in \mathcal{L} and potentials A,A1,A2A, A_1, A_2, the action is defined by (ΛA)(x)=Λ(A(Λ1x))(\Lambda \cdot A)(x) = \Lambda (A(\Lambda^{-1}x)). This statement asserts that this action preserves the additive structure of the potentials, satisfying Λ(A1+A2)=ΛA1+ΛA2\Lambda \cdot (A_1 + A_2) = \Lambda \cdot A_1 + \Lambda \cdot A_2, as well as the zero element Λ0=0\Lambda \cdot 0 = 0, in addition to the standard group action axioms.

theorem

Lorentz Transformations Preserve Differentiability of the Electromagnetic Potential

Let AA be an electromagnetic potential in a spacetime with dd spatial dimensions. If AA is differentiable over R\mathbb{R}, then for any Lorentz transformation ΛL\Lambda \in \mathcal{L}, the Lorentz-transformed potential xΛA(Λ1x)x \mapsto \Lambda \cdot A(\Lambda^{-1} \cdot x) is also differentiable.

theorem

Lorentz Transformations Preserve CnC^n Differentiability of the Electromagnetic Potential

Let AA be an electromagnetic potential on a spacetime with dd spatial dimensions. If AA is nn-times continuously differentiable (of class CnC^n) over R\mathbb{R}, then for any Lorentz transformation Λ\Lambda in the Lorentz group L\mathcal{L}, the transformed potential xΛA(Λ1x)x \mapsto \Lambda \cdot A(\Lambda^{-1} \cdot x) is also nn-times continuously differentiable.

theorem

Components of the partial derivative of a C2C^2 electromagnetic potential are differentiable

Let AA be an electromagnetic potential in a spacetime with dd spatial dimensions. If AA is twice continuously differentiable (of class C2C^2) over R\mathbb{R}, then for any spacetime indices μ\mu and ν\nu, the component of the partial derivative μAν\partial_\mu A^\nu is a differentiable function of the spacetime coordinates.

theorem

Smoothness of AA implies Differentiability of μAν\partial_\mu A^\nu

Let AA be an electromagnetic potential on a spacetime of spatial dimension dd. If AA is a smooth function (CC^\infty), then for any spacetime indices μ\mu and ν\nu, the function xμAν(x)x \mapsto \partial_\mu A^\nu(x), representing the ν\nu-th component of the partial derivative of AA with respect to the μ\mu-th coordinate, is differentiable.

theorem

If AA is Cn+1C^{n+1}, then μAν\partial_\mu A^\nu is CnC^n

Let AA be an electromagnetic potential in dd spatial dimensions, defined as a function from spacetime to Lorentz vectors. If AA is Cn+1C^{n+1} smooth, then for any spacetime indices μ,ν{0,1,,d}\mu, \nu \in \{0, 1, \dots, d\}, the function mapping a spacetime point xx to the μ\mu-th partial derivative of the ν\nu-th component of the potential, xμAν(x)x \mapsto \partial_\mu A^\nu(x), is CnC^n smooth.

theorem

Differentiability of ϕ\phi implies Differentiability of AμA^\mu

Let dd be the spatial dimension and cc denote the speed of light. Let ϕ:Time×Space dR\phi: \text{Time} \times \text{Space } d \to \mathbb{R} be a scalar potential. If ϕ\phi is differentiable as a function of spacetime, then the electromagnetic potential AμA^\mu constructed from this scalar potential is also differentiable.

theorem

If a scalar potential ϕ\phi is CnC^n, then the electromagnetic potential AA is CnC^n

For any spatial dimension dd and any natural number nn, let cc be the speed of light and ϕ:Time×Space dR\phi : \text{Time} \times \text{Space } d \to \mathbb{R} be a scalar potential. If the uncurried version of the scalar potential ϕ\phi is nn-times continuously differentiable (CnC^n) over R\mathbb{R}, then the electromagnetic potential AA constructed from ϕ\phi, denoted as `ofScalarPotential c φ`, is also nn-times continuously differentiable.

theorem

Differentiability of AμA^\mu from differentiable A\mathbf{A}

Let dd be the spatial dimension and cc be the speed of light. Let A:Time×Space dRd\mathbf{A} : \text{Time} \times \text{Space } d \to \mathbb{R}^d be a time-dependent vector potential. If the mapping (t,x)A(t,x)(t, \mathbf{x}) \mapsto \mathbf{A}(t, \mathbf{x}) is differentiable, then the electromagnetic 4-potential AμA^\mu defined by setting the scalar potential ϕ=0\phi = 0 and the vector part to A\mathbf{A} (i.e., Aμ=(0,A)A^\mu = (0, \mathbf{A})) is also differentiable.

theorem

CnC^n Differentiability of the 4-Potential from the Vector Potential

Let dd be the spatial dimension and cc be the speed of light. Let A:Time×Space dRd\mathbf{A} : \text{Time} \times \text{Space } d \to \mathbb{R}^d be a time-dependent vector potential. If A\mathbf{A} is nn-times continuously differentiable (of class CnC^n) with respect to time and space, then the electromagnetic 4-potential Aμ=(0,A)A^\mu = (0, \mathbf{A}) (constructed by setting the scalar potential ϕ=0\phi = 0) is also nn-times continuously differentiable.

theorem

Differentiability of the 4-potential AμA^\mu constructed from ϕ\phi and A\mathbf{A}

Let dd be the spatial dimension and cc be the speed of light. Consider a scalar potential ϕ:Time×SpacedR\phi: \text{Time} \times \text{Space}^d \to \mathbb{R} and a vector potential A:Time×SpacedRd\mathbf{A}: \text{Time} \times \text{Space}^d \to \mathbb{R}^d. If ϕ\phi and A\mathbf{A} are differentiable as functions of spacetime (i.e., their uncurried forms mapping from Time×Spaced\text{Time} \times \text{Space}^d are differentiable), then the electromagnetic 4-potential AμA^\mu constructed from ϕ\phi and A\mathbf{A} is also differentiable.

theorem

CnC^n Differentiability of the Electromagnetic Potential from ϕ\phi and A\mathbf{A}

For any spatial dimension dd and speed of light cc, let ϕ:TimeSpacedR\phi: \text{Time} \to \text{Space}^d \to \mathbb{R} be a scalar potential and A:TimeSpacedRd\mathbf{A}: \text{Time} \to \text{Space}^d \to \mathbb{R}^d be a vector potential. If both ϕ\phi and A\mathbf{A} are CnC^n differentiable (as functions from the product space Time×Spaced\text{Time} \times \text{Space}^d), then the electromagnetic 4-potential AμA^\mu constructed from ϕ\phi and A\mathbf{A} is also CnC^n differentiable.

theorem

CnC^n Differentiability of the Electromagnetic Potential from E\mathbf{E} and B\mathbf{B} Fields

For any spatial dimension 3 and natural number nn, let cc be the speed of light, E:Time×Space3R3\mathbf{E}: \text{Time} \times \text{Space}^3 \to \mathbb{R}^3 be the electric field, and B:Time×Space3R3\mathbf{B}: \text{Time} \times \text{Space}^3 \to \mathbb{R}^3 be the magnetic field. If both E\mathbf{E} and B\mathbf{B} are CnC^n differentiable as functions of spacetime, then the electromagnetic 4-potential AμA^\mu constructed from E\mathbf{E} and B\mathbf{B} (using the Poincaré gauge) is also CnC^n differentiable.

theorem

derivA=tensorDeriv A\text{deriv} A = \text{tensorDeriv } A for Electromagnetic Potentials

For a differentiable electromagnetic potential AA on a (1+d)(1+d)-dimensional spacetime, the derivative tensor evaluated at a point xx, denoted as derivA(x)\text{deriv} A(x), is equal to the tensor derivative of the underlying function of AA at that point, tensorDeriv(A)(x)\text{tensorDeriv}(A)(x).

theorem

The components of the derivative tensor of the electromagnetic potential are μAν\partial_\mu A^\nu

For any differentiable electromagnetic potential AA on a (1+d)(1+d)-dimensional spacetime and any point xx in spacetime, the (μ,ν)(\mu, \nu)-component of the tensor derivative of AA at xx (representing the tensor in CoVectorVector\text{CoVector} \otimes \text{Vector} formed by the derivatives) is equal to the partial derivative of the ν\nu-th component of the potential with respect to the μ\mu-th coordinate, denoted by μAν(x)\partial_\mu A^\nu(x).