PhyslibAlpha.ClassicalFieldTheory.Local.Action
Local action functionals
i. Overview
This module defines the local action functional associated with a local Lagrangian, together with the first notions needed to talk about variational criticality.
For the first implementation pass, the action is defined directly as the integral of a local Lagrangian evaluated along jets of a field. The integrability conditions needed for this action and for its variations are kept explicit in the API.
ii. Key results
- `ClassicalFieldTheory.Local.actionDensity` : the density associated with a field. - `ClassicalFieldTheory.Local.action` : the action of a field. - `ClassicalFieldTheory.Local.HasFiniteAction` : finiteness of the action integral. - `ClassicalFieldTheory.Local.IsAdmissibleForAction` : symmetric admissibility of a lagrangian and field pair for the action functional. - `ClassicalFieldTheory.Local.actionVariation` : the action under an admissible variation. - `ClassicalFieldTheory.Local.IsCritical` : vanishing first derivative of the varied action.
iii. Table of contents
- A. Action densities and action
- B. Action under variation
- C. Critical fields
iv. References
- J. Cortés and A. Haupt, *Lecture Notes on Mathematical Methods of Classical Physics*, Chapter 5.
A. Action densities and action
B. Action under variation
C. Critical fields
18 declarations
Action density of a field for a Lagrangian
Given a local Lagrangian of order and a field , the action density is a scalar function on the base space . For any point , the value of the function is , where denotes the -jet of the field at .
Integrability of the action density
For a local Lagrangian of order and a field , the property `HasFiniteAction L f` holds if the action density function is integrable over the space with respect to the Lebesgue measure.
Admissibility of a Lagrangian and field for the action functional
For a local Lagrangian of order and a field , the pair is admissible for the action functional if the field is smooth () and the action density function is integrable over (i.e., the field has a finite action).
Action
Given a local Lagrangian of order and a field , the action is the real number defined as the integral of the action density over the base space : where is the -jet of the field at point .
Action density at equals
Let be a local Lagrangian of order , be a field, and be a point in the base space. The action density of the field for the Lagrangian evaluated at is equal to the Lagrangian evaluated at the -jet of the field at , denoted by . That is, .
Action Equals the Integral of the Action Density
For a local Lagrangian of order and a field , the action is defined as the integral of the action density over the base space : where is the Lagrangian evaluated at the -jet of the field at .
Varied field
Given a field , an admissible variation , and a scalar parameter , the **varied field** is the function mapping each point in the domain to .
Smoothness of the Varied Field
Let be an infinitely differentiable () field. For any admissible variation and any scalar , the varied field is also infinitely differentiable ().
Action under variation
Given a local Lagrangian of order , a field , and an admissible variation , the **action variation** is the function that maps a scalar parameter to the action of the varied field . It is defined as: where denotes the -jet of the varied field at point .
Integrability of the action density for the varied field for all
Let be a local Lagrangian of order , be a field, and be an admissible variation. The property `HasFiniteActionVariation` states that for every scalar parameter , the action density associated with the varied field is integrable over . Mathematically, this means that for all , the function is integrable.
Compactly supported difference in action density under variation
For a local Lagrangian , a field , and an admissible variation , the property `HasCompactlySupportedActionVariationDifference` holds if, for every scalar parameter , the difference between the action density of the varied field and the action density of the original field , given by is a continuous function with compact support on . Here, denotes the action density evaluated at the -jet of the field at point .
Finite action and compactly supported density difference imply finite action of the varied field
Let be a local Lagrangian of order , be a field, and be an admissible variation. Suppose that the field has finite action, meaning the action density is integrable over . Furthermore, suppose that for every scalar parameter , the difference between the action density of the varied field and the original field, , is a continuous function with compact support on . Then the varied field also has finite action for every , i.e., the function is integrable over .
Pointwise evaluation of the varied field
Given a field , an admissible variation , and a scalar parameter , the value of the varied field evaluated at a point is given by .
Given a local Lagrangian of order , a field , an admissible variation , and a scalar parameter , the value of the action variation at is equal to the action of the varied field :
for
Let be a derivative order, be an infinitely differentiable () field, and be an admissible variation. For any scalar and any point , if is not in the topological support of (denoted ), then the -jet of the varied field at is equal to the -jet of the field at :
for
Let be a local Lagrangian of order for fields mapping from to . Let be an infinitely differentiable () field and be an admissible variation. For any scalar and any point , if is not in the topological support of (denoted ), then the action density of the varied field at the point is equal to the action density of the original field at :
Continuity of in coordinates implies compactly supported action variation difference for smooth fields
Let be a -th order local Lagrangian and be an infinitely differentiable () field. If is continuous in its local jet coordinates , then for any admissible variation , the difference between the action density of the varied field and the original field has compact support. Specifically, for every scalar , the function is a continuous function with compact support on , where denotes the action density evaluated at the -jet of the field at the point .
Field is critical for the action:
Let be a local Lagrangian of order and be a field. The field is **critical** for the action functional if, for every admissible variation such that the action of the varied field is finite for all (i.e., `HasFiniteActionVariation L f η`), the derivative of the action variation with respect to the parameter at is zero. This is expressed by the condition: where is the action functional and denotes the -jet of the varied field at point .
