Alternating Multilinear Forms#
Definition: Alternating Multilinear Forms
A multilinear form \(f: V^n \to F\) is alternating if for all \(\mathbf{v}_1, \dotsc, \mathbf{v}_n \in V\) we have
Intuition
A multilinear form is alternating if it is zero whenever any two of its arguments are equal.
Theorem: Argument Swap \(\implies\) Sign Change
Let \(f: V^n \to F\) be a multilinear form.
If \(f\) is alternating, then
for all \(i, j \in \{1, \dotsc, n\}\) with \(i \ne j\).
Intuition
Swapping any two arguments of an alternating multilinear form switches the sign of the result.
Proof
Since \(f\) is alternating, we have
for all \(\mathbf{u}, \mathbf{w} \in V\). Furthermore, since \(f\) is a multilinear form, we have the following:
Combining the two results, we obtain
and so
for all \(\mathbf{u}, \mathbf{v} \in V\).
Theorem: Linear Dependence \(\implies\) Zero
Let \(f: V^n \to F\) be an alternating multilinear form.
If \(\mathbf{v}_1, \dotsc, \mathbf{v}_n \in V\) are linearly dependent, then \(f(\mathbf{v}_1, \dotsc, \mathbf{v}_n) = 0\).
Proof
Since \(\mathbf{v}_1, \dotsc, \mathbf{v}_n\) are linearly dependent, we know that at least one of \(\mathbf{v}_1, \dotsc, \mathbf{v}_n\) can be represented as a linear combination of the others. Assume, without loss of generality, that this is \(\mathbf{v}_n\):
Since \(f\) is multilinear, we have the following:
For each term, \(\mathbf{v}_i\) appears twice in \(f\) - once at position \(i\) and once at position \(n\). Since \(f\) is alternating, this makes every term equal to zero.
Theorem: Basis \(\implies\) Unique Alternating Multilinear Form
Let \(f, g: V^n \to F\) be alternating multilinear forms.
If \(V\) is \(n\)-dimensional and \(\mathbf{b}_1, \dotsc, \mathbf{b}_n \in V\) are a basis for \(V\) and \(f(\mathbf{b}_1, \dotsc, \mathbf{b}_n) = g(\mathbf{b}_1, \dotsc, \mathbf{b}_n)\), then \(f = g\).
Proof
TODO