Exterior algebra

From Wikipedia, the free encyclopedia

In mathematics, the exterior algebra (also known as the Grassmann algebra, after Hermann Grassmann) of a given vector space V over a field K is a certain unital associative algebra which contains V as a subspace. It is denoted by Λ(V) or Λ(V) and its multiplication is known as the wedge product or the exterior product and is written as \wedge. The wedge product is associative and a bilinear operator; its essential property is that it is alternating on V:

v\wedge v = 0 \mbox{ for all }v\in  V,

which implies

(1) u\wedge v = - v\wedge u for all u,v\in V, and
(2) v_1\wedge v_2\wedge\cdots \wedge v_k = 0 whenever v_1, \ldots, v_k \in V are linearly dependent.

Note that these three properties are only valid for the vectors in V, not for all elements of the algebra Λ(V). The defining property and (2) are equivalent; the defining property and (1) are equivalent unless the characteristic of K is two.

The exterior algebra is in fact the "most general" algebra with these properties. This means that all equations that hold in the exterior algebra follow from the above properties alone. This generality of Λ(V) is formally expressed by a certain universal property, see below.

Elements of the form v_1\wedge v_2\wedge\cdots\wedge v_k with v1,…,vk in V are called decomposable k-vectors. The subspace of Λ(V) spanned by all decomposable k-vectors is known as the k-th exterior power of V and denoted by Λk(V). The exterior algebra can be written as the direct sum of each of the k-th powers:

\Lambda(V) = \bigoplus_{k=0}^{\infty} \Lambda^k V

The exterior product has the important property that the product of a k-vector and an l-vector is a k+l-vector. Thus the exterior algebra forms a graded algebra where the grade is given by k. The decomposable k-vectors have geometric interpretations: the bivector u\wedge v represents the plane spanned by the vectors, "weighted" with a number, given by the area of the oriented parallelogram with sides u and v. Analogously, the 3-vector u\wedge v\wedge w represents the spanned 3-space weighted by the volume of the oriented parallelepiped with edges u, v, and w.

Exterior powers find their main application in differential geometry, where they are used to define differential forms. As a consequence, there is a natural wedge product for differential forms. All of these concepts go back to Hermann Grassmann.

Grassmann algebra is an archetypical example of a superalgebra. Various structures on exterior algebra combine to make it into a Hopf algebra.

Contents

[edit] Basis and dimension

If the dimension of V is n and {e1,...,en} is a basis of V, then the set

\{e_{i_1}\wedge e_{i_2}\wedge\cdots\wedge e_{i_k} \mid 1\le i_1 < i_2 < \cdots < i_k \le n\}

is a basis for the k-th exterior power Λk(V). The reason is the following: given any wedge product of the form

v_1\wedge\cdots\wedge v_k

then every vector vj can be written as a linear combination of the basis vectors ei; using the bilinearity of the wedge product, this can be expanded to a linear combination of wedge products of those basis vectors. Any wedge product in which the same basis vector appears more than once is zero; any wedge product in which the basis vectors don't appear in the proper order can be reordered, changing the sign whenever two basis vectors change places. In general, the resulting coefficients of the basis k-vectors can be computed as the minors of the matrix that describes the vectors vj in terms of the basis ei.

Counting the basis elements, we see that the dimension of Λk(V) is n choose k. In particular, Λk(V) = {0} for k > n.

The exterior algebra is a graded algebra as the direct sum

\Lambda(V) = \Lambda^0(V)\oplus \Lambda^1(V) \oplus \Lambda^2(V) \oplus \cdots \oplus \Lambda^n(V)

(where we set Λ0(V) = K and Λ1(V) = V), and therefore its dimension is equal to the sum of the binomial coefficients, which is 2n.

[edit] Example: the exterior algebra of Euclidean 3-space

For vectors in R3, the exterior algebra is closely related to the cross product and triple product. Using the standard basis {i, j, k}, the wedge product of a pair of vectors

\mathbf{u} = u_1 \mathbf{i} + u_2 \mathbf{j} + u_3 \mathbf{k}

and

\mathbf{v} = v_1 \mathbf{i} + v_2 \mathbf{j} + v_3 \mathbf{k}

is

\mathbf{u} \wedge \mathbf{v} = (u_1 v_2 - u_2 v_1) (\mathbf{i} \wedge \mathbf{j}) + (u_1 v_3 - u_3 v_1) (\mathbf{i} \wedge \mathbf{k}) + (u_2 v_3 - u_3 v_2) (\mathbf{j} \wedge \mathbf{k})

where {i Λ j, i Λ k, j Λ k} is the basis for the three-space Λ2(R3). This imitates the usual definition of the cross product of vectors in three dimensions.

Bringing in a third vector

\mathbf{w} = w_1 \mathbf{i} + w_2 \mathbf{j} + w_3 \mathbf{k},

the wedge product of three vectors is

\mathbf{u} \wedge \mathbf{v} \wedge \mathbf{w} = (u_1 v_2 w_3 + u_2 v_3 w_1 + u_3 v_1 w_2 - u_1 v_3 w_2 - u_2 v_1 w_3 - u_3 v_2 w_1) (\mathbf{i} \wedge \mathbf{j} \wedge \mathbf{k})

where i Λ j Λ k is the basis vector for the one-space Λ3(R3). This imitates the usual definition of the triple product.

The cross product and triple product in three dimensions each admit both geometric and algebraic interpretations. The cross product u×v can be interpreted as a vector which is perpendicular to both u and v and whose magnitude is equal to the area of the parallelogram determined by the two vectors. It can also be interpreted as the vector consisting of the minors of the matrix with columns u and v. The triple product of u, v, and w is geometrically a (signed) volume. Algebraically, it is the determinant of the matrix with columns u, v, and w. The exterior product in three-dimensions allows for similar interpretations. In fact, in the presence of a positively oriented orthonormal basis, the exterior product generalizes these notions to higher dimensions.

The space Λ1(R3) is R3, and the space Λ0(R3) is R. Direct-summing all four subspaces together yields a vector space Λ(R3) of eight-dimensional vectors

\mathbf{a} = (a_1, a_2, a_3, a_4, a_5, a_6, a_7, a_8) := (a_1, a_2 \mathbf{i} + a_3 \mathbf{j} + a_4 \mathbf{k}, a_5 \mathbf{i} \wedge \mathbf{j} + a_6 \mathbf{i} \wedge \mathbf{k} + a_7 \mathbf{j} \wedge \mathbf{k}, a_8 \mathbf{i} \wedge \mathbf{j} \wedge \mathbf{k}).

Then given a pair of eight-dimensional vectors a and b, with a given as above and

\mathbf{b} = (b_1, b_2, b_3, b_4, b_5, b_6, b_7, b_8),

the wedge product of a and b is (expressed as a column vector),

\mathbf{a} \wedge  \mathbf{b} = \begin{pmatrix} a_1 b_1 \\ a_1 b_2 + a_2 b_1 \\ a_1 b_3 + a_3 b_1 \\ a_1 b_4 + a_4 b_1 \\  a_1 b_5 + a_5 b_1 + a_2 b_3 - a_3 b_2 \\   a_1 b_6 + a_6 b_1 + a_2 b_4 - a_4 b_2 \\   a_1 b_7 + a_7 b_1 + a_3 b_4 - a_4 b_3 \\ a_1 b_8 + a_8 b_1 + a_2 b_7 + a_7 b_2 - a_3 b_6 - a_6 b_3 + a_4 b_5 +  a_5 b_4 \end{pmatrix}.

It is easy to verify by inspection that the eight-dimensional wedge product has the vector (1,0,0,0,0,0,0,0) as the multiplicative unit element. It is also possible to verify by multiplying out components that this Λ(R3) algebra wedge product is associative (as well as bilinear):

(\mathbf{a} \wedge \mathbf{b}) \wedge \mathbf{c} = \mathbf{a} \wedge (\mathbf{b} \wedge \mathbf{c}) \qquad \qquad \forall \, \mathbf{a}, \mathbf{b}, \mathbf{c} \isin \Lambda (\mathbf{R}^3),

so that the algebra is unital associative.

[edit] Universal property and construction

Let V be a vector space over the field K (which in most applications will be the field of real numbers). The fact that Λ(V) is the "most general" unital associative K-algebra containing V with an alternating multiplication on V can be expressed formally by the following universal property:

Given any unital associative K-algebra A and any K-linear map j : VA such that j(v)j(v) = 0 for every v in V, then there exists precisely one unital algebra homomorphism f : Λ(V) → A such that f(v) = j(v) for all v in V.

Universal property of the exterior algebra

To construct the most general algebra that contains V and whose multiplication is alternating on V, it is natural to start with the most general algebra that contains V, the tensor algebra T(V), and then enforce the alternating property by taking a suitable quotient. We thus take the two-sided ideal I in T(V) generated by all elements of the form vv for v in V, and define Λ(V) as the quotient

Λ(V) = T(V)/I

(and use Λ as the symbol for multiplication in Λ(V)). It is then straightforward to show that Λ(V) contains V and satisfies the above universal property.

As a consequence of this construction, the operation of assigning to a vector space V its exterior algebra Λ(V) is a functor from the category of vector spaces to the category of algebras.

Rather than defining Λ(V) first and then identifying the exterior powers Λk(V) as certain subspaces, one may alternatively define the spaces Λk(V) first and then combine them to form the algebra Λ(V). This approach is often used in differential geometry and is described in the next section.

[edit] Anti-symmetric operators and exterior powers

Given two vector spaces V and X, an anti-symmetric operator from Vk to X is a multilinear map

f: VkX

such that whenever v1,...,vk are linearly dependent vectors in V, then

f(v1,...,vk) = 0.

The most famous example is the determinant, an anti-symmetric operator from (Kn)n to K.

The map

w: Vk → Λk(V)

which associates to k vectors from V their wedge product, i.e. their corresponding k-vector, is also anti-symmetric. In fact, this map is the "most general" anti-symmetric operator defined on Vk: given any other anti-symmetric operator f : VkX, there exists a unique linear map φ: Λk(V) → X with f = φ o w. This universal property characterizes the space Λk(V) and can serve as its definition.

The set of all anti-symmetric maps from Vk to the base field K is a vector space, as the sum of two such maps, or the multiplication of such a map with a scalar, is again anti-symmetric. If V has finite dimension n, then this space can be identified with Λk(V), where V denotes the dual space of V. In particular, the dimension of the space of anti-symmetric maps from Vk to K is the binomial coefficient

{n \choose k}.

Under this identification, and if the base field is R or C, the wedge product takes a concrete form: it produces a new anti-symmetric map from two given ones. Suppose ω : VkK and η : VmK are two anti-symmetric maps. As in the case of tensor products of multilinear maps, the number of variables of their wedge product is the sum of the numbers of their variables. It is defined as follows:

\omega\wedge\eta=\frac{(k+m)!}{k!\,m!}{\rm Alt}(\omega\otimes\eta)

where the alternation Alt of a multilinear map is defined to be the signed average of the values over all the permutations of its variables:

{\rm Alt}(\omega)(x_1,\ldots,x_k)=\frac{1}{k!}\sum_{\sigma\in S_k}{\rm sgn}(\sigma)\,\omega(x_{\sigma(1)},\ldots,x_{\sigma(k)})

This definition of the wedge product is well-defined even in fields having finite characteristic, if one considers an equivalent version of the above that does not use factorials or any constants:

\omega \wedge \eta(x_1,\ldots,x_{k+m}) = \sum_{\sigma \in Sh_{k,m}} {\rm sgn}(\sigma)\,\omega(x_{\sigma(1)}, \ldots, x_{\sigma(k)}) \eta(x_{\sigma(k+1)}, \ldots, x_{\sigma(k+m)}),

where here Sh_{k,m} \subset S_{k+m} is the subset of k,m shuffles: permutations σ sending 1,2,\ldots,k to numbers \sigma(1) < \sigma(2) < \cdots < \sigma(k), and k+1,k+2,\ldots,k+m to numbers \sigma(k+1),\ldots,\sigma(k+m).

Note. Some conventions define the wedge product as

\omega\wedge\eta={\rm Alt}(\omega\otimes\eta).

[edit] The exterior power

If V is a vector space of finite dimension, then the k-th exterior power of V is the vector space generated by the k-fold exterior products of elements of V, and is denoted by ΛkV. (See above for various descriptions.) The operation assigning to each vector space V its exterior power ΛkV is a functor on the category of finite-dimensional vector spaces. In particular, it satisfies the following properties

\left(\bigwedge^k V\right)^*\cong\bigwedge^k(V^*).
\bigwedge^k(V\oplus W)= \bigoplus_{a+b=k}\bigwedge^aV\otimes\bigwedge^b W.

Furthermore, if

0\to U\to V\to W\to 0

is an exact sequence with dim(U) = a, dim(V) = a+b, and dim(W) = b, then

\bigwedge^{a+b}V=\bigwedge^aU\otimes\bigwedge^bW.

[edit] The interior product or insertion operator

If V* denotes the dual space to the vector space V, then for each α ∈ V*, it is possible to define an antiderivation on the algebra Λ(V),

i_\alpha:\bigwedge^k V\rightarrow\bigwedge^{k-1}V.

Suppose that w ∈ ΛkV. Then w is a multilinear mapping of V* to R, so it is defined by its values on the k-fold Cartesian product V*× V*× ... × V*. If u1, u2, ..., uk-1 are k-1 elements of V*, then define

(i_\alpha {\bold w})(u_1,u_2\dots,u_{k-1})={\bold w}(\alpha,u_1,u_2,\dots, u_{k-1})

Additionally, let iαf = 0 whenever f is a pure scalar (i.e., belonging to Λ0V).

[edit] Index notation

Alternatively in index notation, if \bold w = w_{i_0i_1\dots i_{k-1}} is a skew-symmetric k form in ΛkV, then iαw is a skew-symmetric (k-1)-form in Λk-1V given by

(i_\alpha {\bold w})_{i_1\dots i_{k-1}}=k\sum_{j=0}^n\alpha^j w_{ji_1\dots i_{k-1}}.

where n is the dimension of V.

[edit] Properties

The interior product satisfies the following properties:

  1. For each k and each α ∈ V*,
    i_\alpha:\bigwedge^kV\rightarrow \bigwedge^{k-1}V.
    (By convention, Λ-1 = 0.)
  2. If v is an element of V ( = Λ1V), then iαv = α(v) is the dual pairing between elements of V and elements of V*.
  3. For each α ∈ V*, iα is a graded derivation of degree -1:
    i_\alpha (a\wedge b) = (i_\alpha a)\wedge b + (-1)^{\deg a}a\wedge (i_\alpha b).

In fact, these three properties are sufficient to characterize the interior product.

[edit] Index notation

In the index notation, used primarily by physicists,

(\omega\wedge\eta)_{a_1 \cdots a_{k+m}}=\omega_{[a_1 \cdots a_k} \eta_{a_{k+1} \cdots a_{k+m}]}

where the square brackets denote the skew-symmetric part:

\frac{1}{(k+m)!}\sum_{\sigma\in{\mathfrak S}_{k+m}}\hbox{sign}(\sigma)\omega_{a_{\sigma 1} \cdots a_{\sigma k}} \eta_{a_{\sigma (k+1)} \cdots a_{\sigma (k+m)}}

[edit] Differential forms

Let M be a differentiable manifold. A differential k-form ω is a section of ΛkTM, the k-th exterior power of the cotangent bundle of M. Equivalently, ω is a smooth function on M which assigns to each point x of M an element of Λk(TxM). Roughly speaking, differential forms are globalized versions of cotangent vectors. Differential forms are important tools in differential geometry, where, among other things, they are used to define de Rham cohomology and Alexander-Spanier cohomology.

[edit] Generalization

Given a commutative ring R and an R-module M, we can define the exterior algebra Λ(M) just as above, as a suitable quotient of the tensor algebra T(M). It will satisfy the analogous universal property.

[edit] Physical applications

Grassmann algebras have some important applications in physics where they are used to model various concepts related to fermions and supersymmetry. For a physical description see Grassmann number.

See also: superspace, superalgebra, supergroup (physics).

[edit] See also