Physlib

PhyslibAlpha.ClassicalFieldTheory.Local.TotalDivergence

Total divergences in local classical field theory

i. Overview

This module introduces the local coordinate API for total-divergence lagrangians.

If `Bᵢ` is a jet-dependent current of order `k`, its total divergence

`∑ i, Dᵢ Bᵢ`

is naturally a lagrangian density of order `k + 1`. In the current Alpha stack, local lagrangians carry their jet-coordinate derivatives as explicit data, so this module does not try to construct that lagrangian automatically from the current. Instead, it packages the data needed by later equivalence results:

  • a local lagrangian of order `k + 1`,
  • a current whose total divergence agrees with the lagrangian density along every field,
  • and the Euler-Lagrange-triviality property of that lagrangian.

This keeps the API faithful to the standard total-divergence principle while avoiding premature symbolic calculus for coordinate derivatives of total derivatives.

ii. Key results

  • `ClassicalFieldTheory.Local.HasTotalDivergenceDensity`
  • `ClassicalFieldTheory.Local.IsEulerLagrangeTrivial`
  • `ClassicalFieldTheory.Local.TotalDivergence`

iii. Table of contents

  • A. Total-divergence predicates
  • B. Packaged total-divergence lagrangians

iv. References

- J. Cortés and A. Haupt, *Lecture Notes on Mathematical Methods of Classical Physics*, arXiv:1612.03100v2, Chapter 5.

A. Total-divergence predicates

B. Packaged total-divergence lagrangians

6 declarations

definition

Lagrangian LL is the total divergence of current BB

A Lagrangian density LL of order k+1k+1 and a jet-dependent current B=(B1,,Bd)B = (B_1, \dots, B_d) of order kk satisfy this property if, for every field f:RdRmf: \mathbb{R}^d \to \mathbb{R}^m, the action density associated with LL is equal to the total divergence of the current BB. Specifically, for all xRdx \in \mathbb{R}^d: L(jk+1f(x))=i=1dddxi(Bi(jkf(x))) L(j^{k+1} f(x)) = \sum_{i=1}^d \frac{d}{dx_i} \left( B_i(j^k f(x)) \right) where jkf(x)j^k f(x) denotes the kk-jet of the field ff at xx, and ddxi\frac{d}{dx_i} denotes the total derivative with respect to the ii-th spatial coordinate.

definition

Euler-Lagrange-triviality of a Lagrangian LL (E(L)=0\mathcal{E}(L) = 0)

A local Lagrangian LL of order kk is called Euler-Lagrange-trivial if, for every field f:RdRmf: \mathbb{R}^d \to \mathbb{R}^m, the resulting Euler-Lagrange operator E(L)\mathcal{E}(L) vanishes identically. That is, for all ff: E(L)[f]=0\mathcal{E}(L)[f] = 0 where E(L)[f](x)\mathcal{E}(L)[f](x) is the vector in Rm\mathbb{R}^m whose components are given by the standard Euler-Lagrange equations: Ik(1)IDI(LuIa)[f](x)=0 \sum_{|I| \le k} (-1)^{|I|} D_I \left( \frac{\partial L}{\partial u^a_I} \right) [f](x) = 0 for each component a{1,,m}a \in \{1, \dots, m\}.

instance

Coercion from `TotalDivergence` to `Lagrangian`

This definition provides a coercion that allows a `TotalDivergence` object TT of order kk (which packages a current of order kk and a Lagrangian density whose divergence matches that current) to be treated directly as its underlying Lagrangian density L\mathcal{L} of order k+1k+1. Here dd represents the dimension of the space, mm the dimension of the field value space, and kk the jet order.

theorem

Action Density of a Total Divergence equals the Divergence of the Current

Let TT be a total divergence package of order kk, consisting of a Lagrangian L\mathcal{L} of order k+1k+1 and a current B=(B0,,Bd1)B = (B_0, \dots, B_{d-1}) of order kk. For any field f:RdRmf: \mathbb{R}^d \to \mathbb{R}^m, the action density of the Lagrangian L\mathcal{L} evaluated on ff at a point xRdx \in \mathbb{R}^d is equal to the total divergence of the current BB evaluated on ff. Mathematically: L(jk+1f(x))=i=0d1ddxi(Bi(jkf(x))) \mathcal{L}(j^{k+1} f(x)) = \sum_{i=0}^{d-1} \frac{d}{dx_i} \left( B_i(j^k f(x)) \right) where jkf(x)j^k f(x) denotes the kk-jet of the field ff at xx, and ddxi\frac{d}{dx_i} denotes the total derivative with respect to the ii-th spatial coordinate.

theorem

The Euler-Lagrange operator of a total divergence is zero (E(divB)=0\mathcal{E}(\text{div} B) = 0)

Let TT be a total divergence package of order kk, consisting of a Lagrangian density L\mathcal{L} of order k+1k+1 and a current BB such that the action density of L\mathcal{L} is the total divergence of BB. For any field f:RdRmf: \mathbb{R}^d \to \mathbb{R}^m, the local Euler-Lagrange operator E(L)\mathcal{E}(\mathcal{L}) evaluated on ff is identically zero: E(L)[f]=0 \mathcal{E}(\mathcal{L})[f] = 0 This reflects the physical principle that Lagrangians that are total divergences are Euler-Lagrange trivial.

theorem

Any Admissible Field is Critical for a Total Divergence Lagrangian

Let TT be a total divergence package of order kk, which consists of a local Lagrangian L\mathcal{L} of order k+1k+1 and a current BB such that the action density of L\mathcal{L} is the total divergence of BB. Let f:RdRmf: \mathbb{R}^d \to \mathbb{R}^m be a field. Suppose that the pair (L,f)(\mathcal{L}, f) is admissible for the action functional (meaning ff is smooth and has a finite action) and that the Lagrangian L\mathcal{L} is smooth in its jet coordinates. Then the field ff is critical for the action functional, meaning that for every admissible variation η\eta, the directional derivative of the action functional SS at ff in the direction η\eta is zero: ddss=0S(L,f+sη)=0 \left. \frac{d}{ds} \right|_{s=0} S(\mathcal{L}, f + s\eta) = 0