DifferentialGeometry/Tensor/BivectorSolderForm - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

Home : Support : Online Help : DifferentialGeometry/Tensor/BivectorSolderForm

Tensor[BivectorSolderForm] - construct the bivector solder form defined by a solder form

Calling Sequences

     BivectorSolderForm(sigma, spinorType, indexlist)

Parameters

   sigma      - a solder form

   spinorType - a string, either "spinor" or "barspinor"

   indexlist  - (optional) the keyword argument indexlist = ind, where ind is a list of 4 index types "con" or "cov"

 

Description

Examples

See Also

Description

• 

A bivector is a skew-symmetric, rank 2 contravariant tensor. On a 4-dimensional manifold with solder form  there is a 1-1 correspondence between bivectors and symmetric rank 2 spinors.  This correspondence is explicitly furnished by the bivector solder forms and  which are defined in terms of the solder form s by

    and

.

    

• 

The tensor indices of the bivector solder forms are raised and lowered with the metric  defined by

• 

The keyword argument indexlist = ind allows the user to specify the index structure for the bivector solder form. For example, with indexlist = ["con", "con", "con", "con"], the contravariant form  is returned.

• 

The bivector soldering forms satisfy a large number of identities, some of which are illustrated in Examples 2 - 4.

• 

This command is part of the DifferentialGeometry:-Tensor package, and so can be used in the form BivectorSolderForm(...) only after executing the commands with(DifferentialGeometry; with(Tensor); in that order.  It can always be used in the long form DifferentialGeometry:-Tensor:-BivectorSolderForm.

Examples

 

Example 1.

First create a vector bundle over with base coordinates  and fiber coordinates .

(2.1)

 

Define a metric g on M. Note that our spinor conventions have the metric with signature

(2.2)

 

Define an orthonormal frame on M with respect to the metric g.

(2.3)

 

Calculate the solder form sigma from the frame F.

(2.4)

 

Calculate the bivector solder form S from sigma.

(2.5)

 

Example 2.

The contraction of two bivector solder forms on their tensor indices can be expressed in terms of the Kronecker delta spinor.

 

 

We check this identity using the solder form from Example 1.  First we calculate the left-hand side.

(2.6)

(2.7)

(2.8)

 

To calculate the right-hand side we construct the symmetrized tensor product of 2 Kronecker delta spinors and multiply by 8 (because SymmetrizeIndices will include a factor of 1/2).

(2.9)

(2.10)

(2.11)

 

Check that the LHS and RHS are the same.

(2.12)

 

Example 3.

The contraction of two bivector soldering forms on their tensor indices can be expressed in terms of the metric and the permutation tensor

 

.

 

We check this identity using the solder form from Example 1.  First we calculate the left-hand side.

(2.13)

(2.14)

 

To calculate the right-hand side we first construct the tensor product of the metric tensor with itself.

(2.15)

 

We re-arrange the indices of G to obtain the first two terms on the right-hand side.

(2.16)

(2.17)

 

We construct the epsilon tensor using the commands MetricDensity and PermutationSymbol.

(2.18)

 

Evaluate the right-hand side of the identity and check that it agrees with the left-hand side.

(2.19)

(2.20)

 

Example 4.

The bivector solder form is anti-self-dual, that is,

 

 

We check this identity using the solder form from Example 1.  The left-hand side is just the solder form S1 from Example 1.

(2.21)

 

To evaluate the right-hand side we begin with the contravariant form of the bivector solder form.

(2.22)

 

Construct the epsilon tensor and contract with S4 and to obtain the left-hand side.

(2.23)

(2.24)

(2.25)

See Also

DifferentialGeometry, Tensor, ContractIndices, KroneckerDeltaSpinor, MetricDensity, PermutationSymbol, SolderForm, SymmetrizeIndices, RearrangeIndices


Download Help Document