Skip to content

Chapter 99. Exterior Algebra

Exterior algebra studies alternating multilinear structure. It extends linear algebra from vectors and linear maps to oriented areas, volumes, and higher-dimensional geometric quantities.

The central operation is the exterior product, also called the wedge product. This operation combines vectors into objects that encode orientation and dimension.

Exterior algebra is fundamental in geometry, topology, differential equations, physics, and modern analysis. Differential forms, determinants, integration on manifolds, and orientation theory all arise naturally from exterior algebra.

99.1 Motivation

Suppose u,vR2u,v \in \mathbb{R}^2.

The parallelogram spanned by uu and vv has signed area

det[u1v1u2v2]. \det \begin{bmatrix} u_1 & v_1 \\ u_2 & v_2 \end{bmatrix}.

If uu and vv are interchanged, the sign changes:

det(v,u)=det(u,v). \det(v,u) = -\det(u,v).

If u=vu=v, the area becomes zero.

These two properties are central:

  1. Swapping vectors reverses orientation.
  2. Linearly dependent vectors produce zero volume.

Exterior algebra abstracts these ideas.

The wedge product

uv u \wedge v

represents the oriented parallelogram generated by uu and vv.

Similarly,

uvw u \wedge v \wedge w

represents an oriented parallelepiped in three dimensions.

Higher wedge products represent oriented higher-dimensional volumes.

99.2 Alternating Multilinear Maps

Let VV be a vector space over a field FF.

A map

B:VkU B : V^k \to U

is multilinear if it is linear in each argument separately.

The map is alternating if

B(v1,,vi,,vj,,vk)=0 B(v_1,\ldots,v_i,\ldots,v_j,\ldots,v_k) = 0

whenever two arguments are equal.

Alternation implies antisymmetry:

B(,vi,,vj,)=B(,vj,,vi,). B(\ldots,v_i,\ldots,v_j,\ldots) = - B(\ldots,v_j,\ldots,v_i,\ldots).

Thus swapping two vectors changes the sign.

Determinants are alternating multilinear maps.

Exterior algebra is the universal algebra generated by alternating multilinear structure.

99.3 Exterior Product

The exterior product is written

. \wedge.

If u,vVu,v \in V, then

uv u \wedge v

is a bivector.

The wedge product satisfies:

Bilinearity

(u1+u2)v=u1v+u2v, (u_1+u_2)\wedge v = u_1\wedge v + u_2\wedge v, u(v1+v2)=uv1+uv2. u\wedge(v_1+v_2) = u\wedge v_1 + u\wedge v_2.

Antisymmetry

uv=vu. u\wedge v = -v\wedge u.

Alternation

uu=0. u\wedge u = 0.

The last identity follows from antisymmetry:

uu=(uu), u\wedge u = -(u\wedge u),

so

2(uu)=0. 2(u\wedge u)=0.

Over fields of characteristic not equal to 22,

uu=0. u\wedge u=0.

99.4 Geometric Interpretation

The wedge product measures oriented area and volume.

In R2\mathbb{R}^2,

uv u\wedge v

represents the signed area of the parallelogram spanned by uu and vv.

In R3\mathbb{R}^3,

uvw u\wedge v\wedge w

represents the signed volume of the parallelepiped generated by the vectors.

The sign records orientation.

If vectors become linearly dependent, the wedge product vanishes because the spanned volume collapses.

Thus

u1uk=0 u_1\wedge \cdots \wedge u_k = 0

if and only if the vectors are linearly dependent.

This criterion is one of the most important properties of exterior algebra.

99.5 Exterior Powers

The kk-th exterior power of VV is denoted

Λk(V). \Lambda^k(V).

Its elements are alternating kk-tensors.

Examples:

SpaceInterpretation
Λ0(V)\Lambda^0(V)Scalars
Λ1(V)\Lambda^1(V)Vectors
Λ2(V)\Lambda^2(V)Bivectors
Λ3(V)\Lambda^3(V)Trivectors

The full exterior algebra is

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

The wedge product maps

Λp(V)×Λq(V)Λp+q(V). \Lambda^p(V)\times\Lambda^q(V) \to \Lambda^{p+q}(V).

Thus degrees add under multiplication.

99.6 Basis of Exterior Powers

Suppose

{e1,,en} \{e_1,\ldots,e_n\}

is a basis for VV.

Then basis elements for Λk(V)\Lambda^k(V) are wedge products

ei1ei2eik e_{i_1}\wedge e_{i_2}\wedge\cdots\wedge e_{i_k}

with strictly increasing indices:

i1<i2<<ik. i_1 < i_2 < \cdots < i_k.

Repeated indices vanish because

eiei=0. e_i\wedge e_i = 0.

Therefore,

dim(Λk(V))=(nk). \dim(\Lambda^k(V)) = \binom{n}{k}.

The dimension equals the number of ways to choose kk basis vectors from nn.

Consequently,

dim(Λ(V))=k=0n(nk)=2n. \dim(\Lambda(V)) = \sum_{k=0}^n \binom{n}{k} = 2^n.

99.7 Computation Example

Let

u=a1e1+a2e2,v=b1e1+b2e2. u= a_1e_1+a_2e_2, \qquad v= b_1e_1+b_2e_2.

Then

uv=(a1e1+a2e2)(b1e1+b2e2). u\wedge v = (a_1e_1+a_2e_2) \wedge (b_1e_1+b_2e_2).

Expanding bilinearly gives

=a1b1(e1e1)+a1b2(e1e2)+a2b1(e2e1)+a2b2(e2e2). = a_1b_1(e_1\wedge e_1) + a_1b_2(e_1\wedge e_2) + a_2b_1(e_2\wedge e_1) + a_2b_2(e_2\wedge e_2).

Since

eiei=0 e_i\wedge e_i=0

and

e2e1=e1e2, e_2\wedge e_1 = - e_1\wedge e_2,

we obtain

uv=(a1b2a2b1)(e1e2). u\wedge v = (a_1b_2-a_2b_1) (e_1\wedge e_2).

The coefficient is the determinant:

a_1b_2-a_2b_1

Thus the wedge product naturally encodes signed area.

99.8 Determinants and Exterior Algebra

Exterior algebra gives a conceptual definition of determinants.

Let

T:VV T : V \to V

be linear.

Then TT induces a linear map on the top exterior power:

Λn(T):Λn(V)Λn(V). \Lambda^n(T) : \Lambda^n(V) \to \Lambda^n(V).

If dim(V)=n\dim(V)=n, then Λn(V)\Lambda^n(V) is one-dimensional.

Therefore,

Λn(T) \Lambda^n(T)

acts by multiplication by a scalar.

That scalar is the determinant:

Λn(T)(ω)=det(T)ω. \Lambda^n(T)(\omega) = \det(T)\omega.

Thus determinants measure how linear maps scale oriented volume.

99.9 Alternating Forms

An alternating kk-form is a multilinear alternating map

ω:VkF. \omega : V^k \to F.

The space of alternating kk-forms is naturally identified with

Λk(V). \Lambda^k(V^*).

Differential geometry studies such forms extensively.

Examples include:

FormMeaning
1-formLinear functional
2-formOriented area measurement
Volume formOriented volume measurement

Forms can be integrated over curves, surfaces, and manifolds.

99.10 Differential Forms

Exterior algebra is the algebraic foundation of differential forms.

If x1,,xnx_1,\ldots,x_n are coordinates, then symbols such as

dxi dx_i

behave like basis vectors of a dual exterior algebra.

The wedge product satisfies

dxidxj=dxjdxi. dx_i \wedge dx_j = - dx_j \wedge dx_i.

Thus

dxidxi=0. dx_i\wedge dx_i=0.

Differential forms such as

f(x,y)dxdy f(x,y)\,dx\wedge dy

represent oriented area densities.

Exterior calculus generalizes vector calculus using these ideas.

99.11 Exterior Derivative

The exterior derivative is an operator

d:Λk(V)Λk+1(V). d : \Lambda^k(V^*) \to \Lambda^{k+1}(V^*).

It generalizes gradient, curl, and divergence.

One of its central properties is

d2=0. d^2 = 0.

This means applying the exterior derivative twice always produces zero.

The sequence

0Λ0dΛ1dΛ2d 0 \to \Lambda^0 \overset{d}{\to} \Lambda^1 \overset{d}{\to} \Lambda^2 \overset{d}{\to} \cdots

forms a cochain complex.

This structure leads to de Rham cohomology and topological invariants.

99.12 Grassmann Algebra

Exterior algebra is also called Grassmann algebra, after Hermann Grassmann.

Grassmann introduced these ideas in the nineteenth century as part of a general algebra of geometric quantities.

His work anticipated many later developments in multilinear algebra, differential geometry, and mathematical physics.

At the time, the theory was considered abstract and difficult. Later developments showed that Grassmann’s ideas were foundational.

99.13 Cross Products and Exterior Products

The cross product in R3\mathbb{R}^3 is closely related to the wedge product.

The cross product

u×v u\times v

produces a vector perpendicular to both uu and vv.

The wedge product

uv u\wedge v

instead produces an oriented area element.

The cross product exists only in dimensions 33 and 77, while wedge products exist in every dimension.

Exterior algebra therefore generalizes the geometric meaning of cross products without dimension restrictions.

99.14 Orientation

Exterior algebra encodes orientation naturally.

A basis

(e1,,en) (e_1,\ldots,e_n)

determines the orientation element

e1en. e_1\wedge\cdots\wedge e_n.

Swapping two basis vectors changes the sign.

Thus orientation is fundamentally alternating.

Manifolds are orientable precisely when consistent nonzero top-degree forms exist globally.

99.15 Exterior Algebra and Geometry

Exterior algebra appears throughout geometry.

Examples include:

AreaRole of exterior algebra
Differential geometryDifferential forms
TopologyCohomology
Algebraic geometryVolume forms
Lie theoryInvariant forms
Symplectic geometrySymplectic forms
Riemannian geometryHodge theory

Many geometric invariants are expressed naturally using wedge products and exterior derivatives.

99.16 Hodge Star Operator

In an inner product space, exterior algebra supports the Hodge star operator

:Λk(V)Λnk(V). \star : \Lambda^k(V) \to \Lambda^{n-k}(V).

This operator converts kk-dimensional oriented objects into complementary (nk)(n-k)-dimensional objects.

In R3\mathbb{R}^3:

FormHodge dual
ScalarVolume form
VectorArea form
Area formVector

The Hodge star unifies many identities in vector calculus.

99.17 Exterior Algebra in Physics

Exterior algebra provides a coordinate-free formulation of physical laws.

Examples include:

Physical theoryExterior-algebra structure
ElectromagnetismDifferential 2-forms
Classical mechanicsSymplectic forms
General relativityVolume and curvature forms
Gauge theoryConnection forms

Maxwell’s equations become particularly compact when written using differential forms.

99.18 Example in R3\mathbb{R}^3

Let

u=[102],v=[314]. u= \begin{bmatrix} 1 \\ 0 \\ 2 \end{bmatrix}, \qquad v= \begin{bmatrix} 3 \\ 1 \\ 4 \end{bmatrix}.

Using basis vectors e1,e2,e3e_1,e_2,e_3,

u=e1+2e3,v=3e1+e2+4e3. u=e_1+2e_3, \qquad v=3e_1+e_2+4e_3.

Compute:

uv=(e1+2e3)(3e1+e2+4e3). u\wedge v = (e_1+2e_3) \wedge (3e_1+e_2+4e_3).

Expanding gives

=e1e2+4e1e3+6e3e1+2e3e2. = e_1\wedge e_2 + 4e_1\wedge e_3 + 6e_3\wedge e_1 + 2e_3\wedge e_2.

Using antisymmetry,

e3e1=e1e3, e_3\wedge e_1 = - e_1\wedge e_3,

and

e3e2=e2e3. e_3\wedge e_2 = - e_2\wedge e_3.

Hence

uv=e1e22e1e32e2e3. u\wedge v = e_1\wedge e_2 - 2e_1\wedge e_3 - 2e_2\wedge e_3.

This bivector represents the oriented parallelogram generated by uu and vv.

99.19 Summary

Exterior algebra studies alternating multilinear structure.

The wedge product:

PropertyMeaning
BilinearLinear in each argument
AntisymmetricSwapping changes sign
AlternatingRepeated vectors vanish

Exterior powers encode oriented geometric quantities:

SpaceGeometric meaning
Λ1(V)\Lambda^1(V)Vectors
Λ2(V)\Lambda^2(V)Oriented areas
Λ3(V)\Lambda^3(V)Oriented volumes

Exterior algebra provides the algebraic language for determinants, differential forms, orientation, integration, and modern geometry. It transforms geometric concepts such as area and volume into precise algebraic structures suitable for analysis and abstraction.