Physlib.Relativity.Tensors.RealTensor.Derivative
Derivative of Real Lorentz tensors
4 declarations
Coordinate representation of a map between Lorentz tensors
Given a map between spaces of real Lorentz tensors in dimension with index structures and , `realLorentzTensor.mapToBasis f` is the induced map on their coordinate representations. Specifically, it takes a function representing the scalar components of a tensor, maps it back to an element of the tensor space using the canonical basis, applies , and then extracts the scalar components of the resulting tensor as a function .
Lorentz tensor derivative
Given a function between spaces of real Lorentz tensors of dimension with index structures and , its derivative is a function that maps a tensor to a new tensor of higher rank. The resulting tensor space has an index structure formed by concatenating the dual colors of the input indices (representing the indices of the derivative operator ) with the original output colors . Specifically, for any , the component of the tensor corresponding to the combined multi-index is given by the Fréchet derivative of the -th component of in the direction of the -th basis vector of the domain, evaluated at . In coordinate form, this represents the Jacobian matrix of the components of : where are the indices associated with the dualized input colors and are the indices associated with .
Notation for the Lorentz tensor derivative
The symbol is defined as the notation for the derivative operator `realLorentzTensor.derivative`. This operator acts on functions between spaces of real Lorentz tensors, where is the spacetime dimension and describe the tensor indices. The derivative results in a new tensor-valued function whose output rank is increased by the dual of the indices of the domain.
Coordinate Representation of the Lorentz Tensor Derivative
Let be natural numbers representing the spacetime dimension and the ranks of the Lorentz tensors. Let and be sequences of Lorentz tensor colors. For a function and a tensor , suppose the coordinate representation of is differentiable at the coordinates of . Then, for any multi-index belonging to the component index set of the concatenated color sequence (where denotes the dual color), the -th component of the Lorentz tensor derivative is equal to the Fréchet derivative of the -th component of the function in the direction of the -th basis vector of the domain, evaluated at the coordinates of . Mathematically, if is identified with the pair via the isomorphism , the relation is: where the right-hand side is the directional derivative of the -th coordinate of with respect to the -th coordinate of the input.
