Get AI summaries of any video or article — Sign up free
Manifolds 29 | Differential Forms thumbnail

Manifolds 29 | Differential Forms

5 min read

Based on The Bright Side of Mathematics's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.

TL;DR

A k-form on a manifold assigns to each point P an alternating k-form on the tangent space T_P M.

Briefing

Differential forms on a smooth manifold are built by assembling alternating multilinear forms on each tangent space, then tracking how those local descriptions vary smoothly from point to point. Start with a smooth manifold M of dimension n. At every point P in M, the tangent space T_P M is an n-dimensional vector space, and an alternating k-form on that vector space is an object that eats k tangent vectors and flips sign appropriately under swaps.

The key construction is a field of such k-forms: a k-form on M assigns to each point P an alternating k-form on T_P M. In notation, this is written as Ω(P), meaning Ω at P lives in the space of alternating k-forms on T_P M. Once this pointwise assignment is in place, standard operations from multilinear algebra extend naturally. If Ω is a k-form and η is an s-form on M, their wedge product Ω ∧ η is defined pointwise: at each P, it is the usual wedge product of the alternating forms Ω(P) and η(P). The result is a (k+s)-form on M.

Pullbacks work similarly but require the differential of a map. Given a smooth map f: N → M between manifolds, a k-form Ω on M can be pulled back to a k-form f*Ω on N. The definition is pointwise: at each point in N, the alternating k-form is evaluated using the differential d f_P, which maps tangent vectors in T_P N to tangent vectors in T_{f(P)} M. This is the mechanism that replaces the “linear map” pullback used in pure vector-space settings.

To make these objects computable, the discussion then pins down local bases. Using a chart (with coordinates coming from a parameterization into R^n), one gets a coordinate basis {∂/∂x^1, …, ∂/∂x^n} for T_P M and a dual basis {dx^1, …, dx^n} for T_P^*M. The dual basis is characterized by the Kronecker delta pairing: dx^j(d x^k) = δ^j_k (one when indices match, zero otherwise). From the dual basis, a basis for alternating k-forms is formed by wedging k distinct dx’s with increasing indices. For example, on a 3-dimensional manifold, the basis of 2-forms consists of dx^1∧dx^2, dx^1∧dx^3, and dx^2∧dx^3—exactly the combinations with increasing indices.

With that basis, any k-form Ω can be written locally in a chart as a linear combination of wedge products of the basis 1-forms. The coefficients are scalar component functions Ω_{μ1…μk}(P), one for each increasing index tuple. This yields the final step toward “differential forms” in the smooth sense: Ω is called differentiable at P if, in some (equivalently any) chart around P, all its component functions are differentiable there. If Ω is differentiable at every point of M, it is a differential form (with the usual convention that smooth 0-forms are just smooth functions). The payoff is that these local coefficient functions provide the smooth structure needed for later integration on manifolds.

Cornell Notes

A k-form on a smooth manifold assigns to each point P an alternating k-form on the tangent space T_P M. Operations like the wedge product are defined pointwise: (Ω ∧ η)(P) = Ω(P) ∧ η(P), producing a (k+s)-form. For a smooth map f: N → M, the pullback f*Ω is defined using the differential d f_P, so the tangent vectors on N are pushed forward to those on M before evaluating Ω. Using a chart, one builds a dual basis {dx^1,…,dx^n} and then a basis of k-forms from wedge products dx^{μ1}∧…∧dx^{μk} with increasing indices. A k-form is a differential form when its local coefficient functions Ω_{μ1…μk} are differentiable in (equivalently any) chart around each point.

How does a k-form on a manifold differ from an alternating k-form on a single tangent space?

An alternating k-form is defined on one vector space, such as T_P M at a fixed point P. A k-form on M is a pointwise assignment: for every P in M, it chooses an alternating k-form Ω(P) on T_P M. In other words, Ω is a “field” of alternating k-forms, one for each tangent space.

Why does the wedge product of forms stay within the same framework?

Because it is defined pointwise using the wedge product from multilinear algebra. If Ω is a k-form and η is an s-form, then at each point P the wedge product (Ω ∧ η)(P) is computed as Ω(P) ∧ η(P), which is an alternating (k+s)-form on T_P M. That pointwise construction ensures Ω ∧ η is a (k+s)-form on M.

What changes when pulling back a k-form along a smooth map f: N → M?

Pullback requires the differential. For each point P in N, the tangent vectors in T_P N must be mapped into T_{f(P)} M before evaluating Ω. That mapping is provided by d f_P. So f*Ω at P is defined by using Ω at f(P) together with d f_P, not by a direct linear pullback on tangent spaces without derivatives.

How are bases for k-forms constructed locally?

From a chart, one gets a coordinate basis for T_P M and a dual basis {dx^1,…,dx^n} for T_P^*M. A basis for alternating k-forms is then built by wedging k distinct dual basis elements with increasing indices: dx^{μ1}∧…∧dx^{μk} where μ1<…<μk. This increasing-index rule avoids redundancy from antisymmetry.

What does it mean for a k-form to be differentiable at a point P?

Write Ω locally in a chart as Ω = Σ Ω_{μ1…μk}(P) dx^{μ1}∧…∧dx^{μk}. The k-form is differentiable at P if all component functions Ω_{μ1…μk} are differentiable at P in that chart. The differentiability does not depend on which chart is used: if it holds in one chart around P, it holds in any chart around P.

Review Questions

  1. In what sense is Ω(P) an alternating k-form, and what vector space does it live on?
  2. How does the differential d f_P enter the definition of the pullback f*Ω?
  3. On a 3-dimensional manifold, list the basis elements for 2-forms using increasing indices.

Key Points

  1. 1

    A k-form on a manifold assigns to each point P an alternating k-form on the tangent space T_P M.

  2. 2

    The wedge product of forms is defined pointwise using the usual wedge product on alternating multilinear forms, producing a (k+s)-form.

  3. 3

    Pullbacks of k-forms along f: N → M use the differential d f_P to move tangent vectors from T_P N into T_{f(P)} M.

  4. 4

    Local coordinate charts provide dual bases {dx^1,…,dx^n} for T_P^*M, characterized by dx^j(d x^k)=δ^j_k.

  5. 5

    A basis for k-forms is formed by wedge products dx^{μ1}∧…∧dx^{μk} with strictly increasing indices μ1<…<μk.

  6. 6

    A k-form is differentiable at P when all its local coefficient functions Ω_{μ1…μk} are differentiable at P in any (equivalently every) chart.

  7. 7

    Differential forms are exactly the k-forms whose component functions are differentiable at every point; 0-forms correspond to smooth functions.

Highlights

A k-form on M is essentially a smooth “bundle of alternating multilinear forms,” one for each tangent space T_P M.
The wedge product and pullback are both defined pointwise, with pullback specifically requiring the differential d f_P.
Local k-form bases come from wedging dual basis 1-forms with increasing indices, eliminating sign-related duplicates.
Differentiability of a k-form reduces to differentiability of its local coefficient functions in coordinates.

Topics