6.2. Change of covariant derivative
In xTensor` we can work simultaneously with any number of covariant derivatives.
The list of all covariant derivatives currently defined is
In[438]:=
Out[438]=
We define another one
In[439]:=
The difference between two covariant derivatives of the same tensor can be expressed in terms of Christoffel tensors (the C tensors of Wald), and in xTensor` we shall always use this point of view of Christoffels: they are always tensors, but associated to two covariant derivatives. The Christoffel tensor defined together with each derivative is the tensor associated to that derivative and the derivative PD associated to a generic chart.
Christoffel constructs the Christoffel tensor relating two derivatives. It is antisymmetric in its derivatives arguments.
In[440]:=
Out[440]=
In[441]:=
Out[441]//InputForm=
ChristoffelCD[a, -b, -c]
In[442]:=
Out[442]=
In[443]:=
Out[443]//InputForm=
-ChristoffelCD[a, -b, -c]
The Christoffel tensor relating two non-PD derivatives is constructed automatically whenever needed, with (lexicographically) sorted derivatives, to avoid duplicity:
In[444]:=
Out[444]=
In[445]:=
Out[445]//InputForm=
-ChristoffelCdCD[a, -b, -c]
The origin of this curious conversion from Christoffel[Cd,CD] to ChristoffelCdCD is again the fact that we cannot associate information to the former.
Using this structure of Christoffel tensors we can relate any two derivatives of any tensor.
Suppose this derivative:
In[446]:=
Out[446]=
ChangeCovD (aka CovDToChristoffel in xTensor` version 0.7) changes by default to PD:
In[447]:=
Out[447]=
That is equivalent to
In[448]:=
Out[448]=
but we can also change to any desired derivative:
In[449]:=
Out[449]=
In[450]:=
Out[450]=
If you do not like the double-derivative Christoffels, you can always break them to the CovD-PD Christoffels:
In[451]:=
Out[451]=
The expansion is recursive:
In[452]:=
Out[452]=
Christoffel Construct Christoffel tensor relating two derivatives
BreakChristoffel Rewrite a Christoffel tensor as the difference of two other Christoffel tensors
ChangeCovD Rewrite the covariant derivative of a tensor in terms of a second derivative and Christoffels
Change of covariant derivative.
If the relation between two covariant derivatives is fully described by a Christoffel tensor, then the curvature and torsion tensors associated to them must be also related by those Christoffel tensors.
This is the curvature tensor of the derivative CD:
In[453]:=
Out[453]=
ChangeCurvature (aka RiemannToChristoffel in xTensor` version 0.7) changes any curvature tensor of a derivative to the curvature tensor of other derivative (by default PD, with zero curvature).
In[454]:=
Out[454]=
but we can convert to any derivative:
In[455]:=
Out[455]=
In[456]:=
Out[456]=
Define a covariant derivative with torsion, but not metric-compatible. Now the Christoffel tensor is non-symmetric:
In[457]:=
Now the formulas involving CDT will contain torsion terms:
In[458]:=
Out[458]=
In[459]:=
Out[459]//InputForm=
-(ChristoffelCdCDT[h$17869, -h$17869, -h$17879]*ChristoffelCdCDT[h$17879, -b, -c]) +
ChristoffelCdCDT[h$17869, -b, -h$17879]*ChristoffelCdCDT[h$17879, -h$17869, -c] - RicciCDT[-b, -c] +
ChristoffelCdCDT[h$17869, -h$17879, -c]*TorsionCDT[h$17879, -b, -h$17869] +
CDT[-b][ChristoffelCdCDT[h$17869, -h$17869, -c]] - CDT[-h$17869][ChristoffelCdCDT[h$17869, -b, -c]]
The difference between the torsion tensors of two derivatives is given by the antisymmetric part of the Christoffel relating them. In this case the torsion of Cd is zero. The change is performed by ChangeTorsion (aka TorsionToChristoffel in xTensor` version 0.7):
In[460]:=
Out[460]=
ChangeCurvature Change in curvature when changing between two covariant derivatives
ChangeTorsion Change in torsion when changing between two covariant derivatives
Induced changes in curvature and torsion tensors.
Undefine some derivatives:
In[461]:=
Note that xTensor` also allows metric-compatible connections with torsion. The symmetry properties of the associated curvature tensors are not complete. We shall later illustrate this type of derivatives, after defining metric fields.
Created by Mathematica (May 16, 2008) | ![]() |