PhysLean Documentation

PhysLean.Electromagnetism.Kinematics.FieldStrength

The Field Strength Tensor #

i. Overview #

In this module we define the field strength tensor in terms of the electromagnetic potential.

We define a tensor version and a matrix version and prover various properties of these.

ii. Key results #

iii. Table of contents #

iv. References #

A. The field strength tensor #

We define the field strength tensor F_μ^ν in terms of the derivative of the electromagnetic potential A^μ. We then prove that this tensor transforms correctly under Lorentz transformations.

The field strength from an electromagnetic potential, as a tensor F_μ^ν.

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    A.1. Basic equalities #

    A.2. Elements of the field strength tensor in terms of basis #

    A.3. The field strength matrix #

    We define the field strength matrix to be the matrix representation of the field strength tensor in the standard basis.

    This is currently not used as much as it could be.

    @[reducible, inline]

    The matrix corresponding to the field strength in the standard basis.

    Equations
    Instances For

      A.3.1. Differentiability of the field strength matrix #

      A.4. The antisymmetry of the field strength tensor #

      We show that the field strength tensor is antisymmetric.

      A.5. Equivariance of the field strength tensor #

      We show that the field strength tensor is equivariant under the action of the Lorentz group. That is transforming the potential and then taking the field strength is the same as taking the field strength and then transforming the resulting tensor.

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

      A.6. Linearity of the field strength tensor #

      We show that the field strength tensor is linear in the potential.