Exterior Algebra
The exterior algebra (or Grassmann algebra) is the algebraic structure formed by equipping the vector space of skew-symmetric tensors with the wedge product. It is a sibling space to the full Tensor Algebra.
Corollary (Dimension of Exterior Powers)
If is the dimension of the underlying vector space (i.e., the size of its basis set, ), then the dimension of the -th exterior power is:
Example (Exterior Powers in 3D Space)
In standard 3D space () with coordinates , the dimension formula dictates the size of the basis for each exterior power. There are exactly four meaningful spaces:
- 0-forms (): Dimension . A 0-form is simply a scalar.
- 1-forms (): Dimension . The basis is . A 1-form is a covector.
- 2-forms (): Dimension . The basis consists of pairs of wedge products .
- 3-forms (): Dimension . The basis is a single volume element .
(Note: Any exterior power where is strictly in 3D space, because you would inevitably repeat a basis element, and by skew-symmetry .)
Definition (Wedge Product / Exterior Product)
The wedge product extends the linear combination operator on differential forms, making the space of all differential forms into an exterior algebra.
This is kind of like a natural multiplication on Differential Forms. The wedge product is defined axiomatically by two rules:
- Associativity:
- Skew on 1-forms: If , then
Consequently, for any -form and -form :
Example (Wedge Product in 3D Space)
Definition (Pairing with Vectors)
Just like a single covector pairs with a vector to produce a scalar, a -form can be paired with vectors. We denote this pairing as:
and it will satisfy skew symmetry:
Theorem (Determinant Formula for Pairing)
If we have a decomposable -form (where each is a covector), its pairing with vectors is computed via the determinant of their individual dual pairings:
This evaluation is skew-symmetric in both the vector arguments and the covector arguments.
Remark (Determinant as a Skew-Symmetry Engine)
The determinant formula mathematically guarantees this skew-symmetry because of how the inputs are arranged in the matrix:
- Columns (Vectors): All pairings with are in the first column, in the second column, and so on. Swapping two input vectors physically swaps two columns in the matrix.
- Rows (Covectors): All pairings with are in the first row, in the second row, and so on. Swapping two covectors in the wedge product physically swaps two rows.
Because a fundamental axiom of the determinant is that swapping any two rows or columns multiplies the result by , the pairing inherently satisfies the skew-symmetry requirement for both its vector and covector arguments.
Example (Pairings in 3D Space)
In 3D Euclidean space, the determinant pairing formula reproduces standard operations from vector calculus. If we represent 1-forms as vectors , 2-forms as vectors , and 3-forms as scalars , their pairings with standard vectors () are exactly:
- 1-form Pairing (Dot Product):
- 2-form Pairing (Scalar Triple Product): We can represent as a 3D vector . This is computing the volume of the parallelpiped formed by all 3 vectors, precisely . But this is precisely the Determinant of all three vectors.
- 3-form Pairing (Scaled Triple Product):
In particular, these are special cases because for . This is why we can map the results to vectors for 1-forms and 2-forms.
Definition (Interior Product / Contraction)
Another fundamental operation on exterior powers is the interior product (or contraction), which extends the standard covector-vector pairing. It “inserts” a vector into a -form, returning a -form:
It’s like as if we fed out of the needed vectors to the covector. The interior product satisfies three defining rules:
- Dual pairing: For a 1-form , .
- We needed , and fed , so we get a scalar.
- Nilpotent: Applying the same vector twice yields zero: .
- We fed it the same vector twice.
- Exterior Leibniz rule:
The pairing of a -form with vectors is elegantly equivalent to successively applying the interior product times:
Consequently, evaluating a contracted form on vectors is identical to just slotting the contraction vector into the very first input slot of the original -form:
By recursively applying this insertion rule alongside the Exterior Leibniz rule, we mathematically recover the Determinant Formula for evaluating wedge products of 1-forms!