•
|
Let be a fiber bundle, with base dimension and fiber dimension and let be the infinite jet bundle of . Let , ..., be a local system of jet coordinates. Every differential form on can be expressed locally in terms of a sum of wedge products of 1-forms on and contact 1-forms,
|
.
Note that exterior derivatives of the contact 1-forms are
d
A differential form is called a bi-form of degree if it is a sum of wedge products of -forms on and contact 1-forms, that is,
where each is a contact 1-form.
The space of all -forms then decomposes as a direct sum of bi-forms
The above formulas for the exterior derivative of the contact forms shows that and therefore where
and
The differential operator is called the horizontal exterior derivative and the differential operator is called the vertical exterior derivative. One has that
and .
The coordinate formulas for the horizontal exterior derivative are
.
The coordinate formulas for the vertical exterior derivative are
•
|
The command HorizontalExteriorDerivative() returns the horizontal exterior derivative . The horizontal degree of must be less than the dimension of the base manifold . The vertical exterior derivative is computed with the command VerticalExteriorDerivative.
|
•
|
The command HorizontalExteriorDerivative is part of the DifferentialGeometry:-JetCalculus package. It can be used in the form HorizontalExteriorDerivative(...) only after executing the commands with(DifferentialGeometry) and with(JetCalculus), but can always be used by executing DifferentialGeometry:-JetCalculus:-HorizontalExteriorDerivative(...).
|