ConceptComplete

Differential Forms - Core Definitions

Differential forms provide the natural language for integration on manifolds. They generalize the integr ands from multivariable calculus to curved spaces and form the foundation of de Rham cohomology.

DefinitionDifferential k-Form

A differential kk-form on MM is a smooth section ω:MΛk(TM)\omega: M \to \Lambda^k(T^*M) of the kk-th exterior power of the cotangent bundle. At each point pMp \in M, ωp\omega_p is an alternating multilinear map

ωp:TpM××TpMR\omega_p: T_pM \times \cdots \times T_pM \to \mathbb{R}

taking kk tangent vectors and returning a real number, with ωp(v1,,vk)=0\omega_p(v_1, \ldots, v_k) = 0 whenever vi=vjv_i = v_j for some iji \neq j.

The alternating property means forms are antisymmetric under permutations: ω(vσ(1),,vσ(k))=sgn(σ)ω(v1,,vk)\omega(v_{\sigma(1)}, \ldots, v_{\sigma(k)}) = \text{sgn}(\sigma) \omega(v_1, \ldots, v_k) for any permutation σ\sigma.

DefinitionWedge Product

The wedge product ωη\omega \wedge \eta of a kk-form ω\omega and an \ell-form η\eta is a (k+)(k+\ell)-form defined by

(ωη)(v1,,vk+)=1k!!σSk+sgn(σ)ω(vσ(1),,vσ(k))η(vσ(k+1),,vσ(k+))(\omega \wedge \eta)(v_1, \ldots, v_{k+\ell}) = \frac{1}{k!\ell!} \sum_{\sigma \in S_{k+\ell}} \text{sgn}(\sigma) \omega(v_{\sigma(1)}, \ldots, v_{\sigma(k)}) \eta(v_{\sigma(k+1)}, \ldots, v_{\sigma(k+\ell)})

The wedge product is associative and anticommutative: ωη=(1)kηω\omega \wedge \eta = (-1)^{k\ell} \eta \wedge \omega.

ExampleForms in $\mathbb{R}^3$

On R3\mathbb{R}^3 with coordinates (x,y,z)(x, y, z):

  • 0-forms are functions: ff
  • 1-forms are expressions: ω=f1dx+f2dy+f3dz\omega = f_1 dx + f_2 dy + f_3 dz
  • 2-forms: η=g1dydz+g2dzdx+g3dxdy\eta = g_1 dy \wedge dz + g_2 dz \wedge dx + g_3 dx \wedge dy
  • 3-forms: α=hdxdydz\alpha = h \, dx \wedge dy \wedge dz (volume forms)

Note dxdy=dydxdx \wedge dy = -dy \wedge dx and dxdx=0dx \wedge dx = 0.

DefinitionExterior Derivative

The exterior derivative is a linear operator d:Ωk(M)Ωk+1(M)d: \Omega^k(M) \to \Omega^{k+1}(M) satisfying:

  1. d2=0d^2 = 0 (nilpotency)
  2. d(f)=dfd(f) = df for 0-forms (functions)
  3. d(ωη)=dωη+(1)kωdηd(\omega \wedge \eta) = d\omega \wedge \eta + (-1)^k \omega \wedge d\eta (Leibniz rule)
  4. dd is natural with respect to pullbacks: f(dω)=d(fω)f^*(d\omega) = d(f^*\omega)

In local coordinates (x1,,xn)(x^1, \ldots, x^n), if ω=IfIdxI\omega = \sum_I f_I dx^I where I=(i1<<ik)I = (i_1 < \cdots < i_k) and dxI=dxi1dxikdx^I = dx^{i_1} \wedge \cdots \wedge dx^{i_k}, then

dω=IdfIdxI=I,jfIxjdxjdxId\omega = \sum_I df_I \wedge dx^I = \sum_{I,j} \frac{\partial f_I}{\partial x^j} dx^j \wedge dx^I
ExampleExact and Closed Forms

A form ω\omega is closed if dω=0d\omega = 0, and exact if ω=dη\omega = d\eta for some form η\eta. Every exact form is closed (since d2=0d^2 = 0), but the converse depends on the topology of MM. On Rn\mathbb{R}^n, the Poincaré lemma states every closed form is exact.

Remark

The space Ωk(M)\Omega^k(M) of kk-forms forms a module over C(M)C^\infty(M). The exterior derivative dd makes (Ω(M),d)(\Omega^*(M), d) into a cochain complex, whose cohomology is the de Rham cohomology of MM.

Differential forms unify vector calculus operators: dd generalizes gradient, curl, and divergence, while the wedge product encodes cross products and determinants.