Physlib

PhyslibAlpha.ClassicalFieldTheory.Local.FirstOrder

First-order local field theory

i. Overview

This module provides a thin usability layer for first-order local field theory, i.e. the specialization of the local CFT stack to `k = 1`.

The definitions here do not introduce a new theory. They are aliases and projections for the existing coordinate-readout stack:

  • first-order jet points are `JetPoint d m 1`,
  • first-order lagrangians are `Lagrangian d m 1`,
  • field values are still the zero-order jet coordinates,
  • first derivatives are the coordinates indexed by `MultiIndex.increment 0 i`.

This keeps the general finite-order API as the source of truth while making the common first-order case easier to state in examples and later mechanics bridges.

ii. Key results

  • `ClassicalFieldTheory.Local.FirstOrderJetPoint`
  • `ClassicalFieldTheory.Local.FirstOrderLagrangian`
  • `ClassicalFieldTheory.Local.firstDerivativeIndex`
  • `ClassicalFieldTheory.Local.JetPoint.firstDerivCoord`
  • `ClassicalFieldTheory.Local.firstOrderJetAt`

iii. Table of contents

  • A. First-order aliases
  • B. First derivative indices
  • C. First-order jet projections
  • D. First-order evaluation and variational API

iv. References

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

A. First-order aliases

B. First derivative indices

C. First-order jet projections

D. First-order evaluation and variational API

19 declarations

abbrev

First-order jet coordinates for mm fields in dd dimensions

For a base manifold of dimension dd and a field with mm components, this defines the space of coordinate data for first-order jets (k=1k=1). These coordinates {uIa}\{u^a_I\} consist of the field values uau^a (where I=0|I|=0) and their first-order partial derivatives iua\partial_i u^a (where I=1|I|=1), for component indices 0a<m0 \le a < m and spatial indices 0i<d0 \le i < d. It is the specialization of the general kk-th order jet coordinates JetCoordinates(d,m,k)\text{JetCoordinates}(d, m, k) to the case k=1k=1.

abbrev

First-order jet point (k=1k=1) for dd and mm dimensions

For a classical field theory with dd independent variables (base manifold dimension) and mm dependent variables (field components), a **first-order jet point** is an element of the jet bundle of order k=1k=1. It represents the local data of a field at a point, consisting of the coordinates of the base manifold, the values of the fields, and their first-order partial derivatives.

abbrev

First-order jet fiber data for mm fields in dd dimensions

Given a base manifold of dimension dd and a field space of dimension mm, this definition represents the fiber data of a first-order jet bundle (k=1k=1). It consists of the field values and their first-order partial derivatives at a point in the base manifold, serving as the configuration space for first-order classical field theories.

abbrev

First-order local Lagrangian for mm fields in dd dimensions

For a field theory with dd spacetime dimensions and mm field components, a first-order local Lagrangian is defined as a Lagrangian of order k=1k=1. This represents a Lagrangian density that depends on the coordinates, the field values, and their first derivatives.

definition

First-derivative multi-index eie_i

Given a dimension dd and a coordinate index i{0,,d1}i \in \{0, \dots, d-1\}, this function returns the multi-index of order 1 that represents a partial derivative in the ii-th direction. It is defined as the multi-index eie_i (where the ii-th component is 1 and all others are 0), treated as an element of the set of multi-indices {INdI1}\{ I \in \mathbb{N}^d \mid |I| \le 1 \}.

theorem

The first-derivative index in direction ii equals the unit multi-index eie_i

For a given dimension dd and a coordinate index i{0,,d1}i \in \{0, \dots, d-1\}, the first-derivative multi-index of order 1 in the ii-th direction is equal to the unit multi-index eie_i, which is obtained by incrementing the ii-th component of the zero multi-index.

theorem

The order of the first-derivative multi-index eie_i is 1

For any dimension dNd \in \mathbb{N} and coordinate index i{0,,d1}i \in \{0, \dots, d-1\}, let II be the multi-index representing the first partial derivative in the ii-th direction (often denoted eie_i). The order of this multi-index, defined as the sum of its components I=j=0d1Ij|I| = \sum_{j=0}^{d-1} I_j, is equal to 11.

definition

First derivative coordinate uiau^a_i of a jet point

Given a first-order jet point JJ in a theory with dd independent variables and mm dependent variables, this function returns the jet coordinate uiaRu^a_i \in \mathbb{R}. Here, i{0,,d1}i \in \{0, \dots, d-1\} denotes the direction of the partial derivative and a{0,,m1}a \in \{0, \dots, m-1\} denotes the field component index. This coordinate represents the value of the first-order partial derivative uaxi\frac{\partial u^a}{\partial x^i} at the point represented by JJ.

definition

Vector of first-order partial derivatives uiau^a_i in direction ii at a jet point

Given a first-order jet point JJ (representing the local data of a field with dd independent and mm dependent variables) and a coordinate direction i{0,,d1}i \in \{0, \dots, d-1\}, this function returns the vector in the Euclidean space Rm\mathbb{R}^m consisting of the first-order partial derivatives of all field components in that direction. Specifically, the aa-th component of the resulting vector is the jet coordinate uiau^a_i, which represents the value of the partial derivative uaxi\frac{\partial u^a}{\partial x^i} at the point JJ.

theorem

The aa-th component of the first derivative vector in direction ii equals the coordinate uiau^a_i

Let JJ be a first-order jet point in a classical field theory with dd independent variables and mm field components. For any spatial direction index i{0,,d1}i \in \{0, \dots, d-1\} and field component index a{0,,m1}a \in \{0, \dots, m-1\}, the aa-th component of the vector of first-order partial derivatives in the direction ii (denoted as `firstDerivVector i`) is equal to the first derivative coordinate uiau^a_i (denoted as `firstDerivCoord i a`).

theorem

The first derivative coordinate uiau^a_i of a constructed jet point equals its input coordinate u(ei,a)u(e_i, a)

Let xSpace dx \in \text{Space } d be a base point and uu be a set of first-order jet coordinates (representing field values uau^a and first derivatives uiau^a_i). Let JJ be the jet point constructed from xx and uu via `JetPoint.ofBaseCoordinates`. For any spatial direction i{0,,d1}i \in \{0, \dots, d-1\} and field component index a{0,,m1}a \in \{0, \dots, m-1\}, the first derivative coordinate uiau^a_i of the jet point JJ is equal to the entry in uu corresponding to the first-order multi-index eie_i and the field index aa. That is, (x,u).uia=u(ei,a)(x, u).u^a_i = u(e_i, a) where eie_i is the multi-index with 11 in the ii-th position and 00 elsewhere.

abbrev

First-order jet j1f(x)j^1 f(x) of a field ff at xx

For a field f:Space dRmf: \text{Space } d \to \mathbb{R}^m and a base point xSpace dx \in \text{Space } d, the **first-order jet of ff at xx**, denoted j1f(x)j^1 f(x), is the jet point of order k=1k=1. It captures the local data of the field at xx, consisting of the base point xx, the field values ua=fa(x)u^a = f_a(x), and the first-order partial derivatives uia=faxi(x)u^a_i = \frac{\partial f_a}{\partial x^i}(x) for a{1,,m}a \in \{1, \dots, m\} and i{1,,d}i \in \{1, \dots, d\}.

theorem

The base point of j1f(x)j^1 f(x) is xx

For a field f:Space dRmf : \text{Space } d \to \mathbb{R}^m and a point xSpace dx \in \text{Space } d, the base point component of the first-order jet j1f(x)j^1 f(x) is equal to xx.

theorem

The value of the first-order jet j1f(x)j^1 f(x) is f(x)f(x)

For a field f:Space dRmf: \text{Space } d \to \mathbb{R}^m and a point xSpace dx \in \text{Space } d, the value component of the first-order jet of ff at xx, denoted (j1f(x)).value(j^1 f(x)).\text{value}, is equal to the value of the field at that point, f(x)f(x).

theorem

The first derivative coordinates of the first-order jet j1f(x)j^1 f(x) are the partial derivatives faxi(x)\frac{\partial f_a}{\partial x^i}(x)

For a field f:Space dRmf: \text{Space } d \to \mathbb{R}^m, a point xSpace dx \in \text{Space } d, a coordinate index i{0,,d1}i \in \{0, \dots, d-1\}, and a field component index a{0,,m1}a \in \{0, \dots, m-1\}, the first derivative coordinate uiau^a_i of the first-order jet j1f(x)j^1 f(x) is equal to the partial derivative of the aa-th component of the field with respect to the ii-th coordinate evaluated at xx: (j1f(x))ia=faxi(x)(j^1 f(x))^a_i = \frac{\partial f_a}{\partial x^i}(x) where Space d\text{Space } d represents the dd-dimensional base space (typically Rd\mathbb{R}^d) and j1f(x)j^1 f(x) is the first-order jet of ff at xx.

abbrev

First-order action density of a field ff for a Lagrangian LL

Given a first-order local Lagrangian LL (defined for mm field components in dd spacetime dimensions) and a field f:RdRmf: \mathbb{R}^d \to \mathbb{R}^m, the first-order action density is the scalar-valued function on the base space RdR\mathbb{R}^d \to \mathbb{R} defined by evaluating LL at the first-order jet of the field at each point. For any point xRdx \in \mathbb{R}^d, the value is L(j1f(x))L(j^1 f(x)), where j1f(x)j^1 f(x) comprises the field values f(x)f(x) and their first-order partial derivatives μf(x)\partial_\mu f(x).

abbrev

First-order action S(L,f)=L(j1f(x))dxS(L, f) = \int L(j^1 f(x)) dx

Given a first-order local Lagrangian LL (defined for mm field components in dd dimensions) and a field f:Space dRmf: \text{Space } d \to \mathbb{R}^m, the first-order action is the real number defined by the integral of the Lagrangian density evaluated at the first-order jet j1f(x)j^1 f(x) over the base space Space d\text{Space } d: S(L,f)=Space dL(j1f(x))dx S(L, f) = \int_{\text{Space } d} L(j^1 f(x)) \, dx where j1f(x)j^1 f(x) represents the first-order jet of the field ff at point xx, comprising the field values and their first-order partial derivatives.

abbrev

First-order Euler-Lagrange operator E(L)\mathcal{E}(L)

Given a first-order local Lagrangian LL (a Lagrangian of order k=1k=1) and a field f:RdRmf: \mathbb{R}^d \to \mathbb{R}^m, the first-order Euler-Lagrange operator E(L)\mathcal{E}(L) maps the field ff to a function RdRm\mathbb{R}^d \to \mathbb{R}^m. For each field component a{1,,m}a \in \{1, \dots, m\}, the aa-th component of the operator's value at a point xRdx \in \mathbb{R}^d is given by the standard first-order Euler-Lagrange expression: (E(L)[f](x))a=Luaμ=1dDμ(Luμa) (\mathcal{E}(L)[f](x))_a = \frac{\partial L}{\partial u^a} - \sum_{\mu=1}^d D_\mu \left( \frac{\partial L}{\partial u^a_\mu} \right) where Lua\frac{\partial L}{\partial u^a} is the partial derivative of the Lagrangian with respect to the field value, Luμa\frac{\partial L}{\partial u^a_\mu} is the partial derivative with respect to the first-order derivative μfa\partial_\mu f^a, and DμD_\mu denotes the total derivative with respect to the spatial coordinate xμx^\mu.

theorem

Field ff is critical for a first-order Lagrangian LL iff E(L)[f]=0\mathcal{E}(L)[f] = 0

Consider a first-order local Lagrangian LL for mm field components in dd dimensions and a field f:RdRmf: \mathbb{R}^d \to \mathbb{R}^m. Suppose that the pair (L,f)(L, f) is admissible for the action functional (meaning ff is smooth and the action integral S(L,f)=RdL(j1f(x))dxS(L, f) = \int_{\mathbb{R}^d} L(j^1 f(x)) \, dx is finite) and that LL is smooth in its jet coordinates. Then, the field ff is a critical point for the action functional if and only if it satisfies the first-order Euler-Lagrange equations, i.e., E(L)[f]=0 \mathcal{E}(L)[f] = 0 where E(L)[f]\mathcal{E}(L)[f] is the Euler-Lagrange operator whose components are given by (E(L)[f](x))a=Luaμ=1dDμ(Luμa) (\mathcal{E}(L)[f](x))_a = \frac{\partial L}{\partial u^a} - \sum_{\mu=1}^d D_\mu \left( \frac{\partial L}{\partial u^a_\mu} \right) for each field component a{1,,m}a \in \{1, \dots, m\}.