Get AI summaries of any video or article — Sign up free
Distributions 2 | Test Functions [dark version] thumbnail

Distributions 2 | Test Functions [dark version]

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

Test functions are smooth (C^∞) functions Φ: R^n → R (or C) with compact support, forming the space C_c^∞(R^n).

Briefing

Distributions rely on a special class of smooth “test functions” that act like probes: they are nonzero only in a small region of space, yet are infinitely differentiable. That combination—C∞ smoothness plus compact support—creates a controlled setting for defining and analyzing distributions, where convergence and differentiation must behave well.

Test functions are defined as functions Φ: R^n → R (or complex-valued, without changing the core ideas). The space of test functions is denoted by C_c^∞(R^n), built from two key requirements. First, Φ must be smooth: it has derivatives of all orders. Second, Φ must vanish outside a bounded set—equivalently, its support is compact. The “support” of Φ is the smallest closed set outside of which Φ is identically zero; formally, it is the closure of the set of points where Φ(x) ≠ 0. If that support is bounded, it becomes compact, matching the compact-support condition used in C_c^∞(R^n).

Because these test functions form a vector space, sums and scalar multiples stay inside the same class: adding two smooth functions with compact support still yields a smooth function whose nonzero region remains bounded. This linear structure matters, but it’s not the whole story. Distributions require a specific notion of convergence later on, and simply putting a norm on the vector space is not enough to capture the convergence behavior needed for distribution theory. The transcript flags that a suitable topology or metric will be introduced in a later part of the series.

To make the definitions concrete, the transcript works through examples in n dimensions. The simplest test function is the zero function, which is smooth everywhere and has support nowhere (hence compact). A less trivial example is constructed using a “bump” function tied to the unit ball. Using the Euclidean norm ||x||, the function is set to 0 outside the region where ||x|| ≥ 1, while inside the unit ball it takes a smooth expression resembling exp(1/(1-||x||^2)) (the transcript also mentions choosing it squared in the sketch). In two dimensions, this produces a dome-like surface above the unit circle—an archetypal compactly supported smooth function.

The transcript then introduces notation for derivatives using multi-indices. A multi-index α = (α1, …, αn) records how many times to differentiate with respect to each coordinate. The operator D^α means ∂^{|α|} / (∂x1^{α1} … ∂xn^{αn}). A worked two-variable example clarifies the mechanism: if f(x1, x2) = 2 x1^2 x2^3 and α = (2,1), then D^α f corresponds to differentiating twice with respect to x1 and once with respect to x2, producing a new function after successive partial derivatives.

Finally, the smoothness condition is restated in this language: Φ is in C^∞(R^n) exactly when D^α Φ is continuous for every multi-index α. With the test-function space, support, and multi-index differentiation in place, the series is positioned to build more test functions and then define the special convergence notion required for distributions.

Cornell Notes

Test functions for distributions are smooth functions with compact support: Φ: R^n → R (or C) that are infinitely differentiable and vanish outside a bounded region. Their support, supp(Φ), is the smallest closed set where Φ(x) ≠ 0; if this support is bounded, it is compact, giving the space C_c^∞(R^n). These functions form a vector space under addition and scalar multiplication, but distribution theory also needs a specific convergence concept that cannot be captured by an arbitrary norm alone. Multi-index notation D^α organizes all partial derivatives at once, where α = (α1,…,αn) tells how many derivatives to take with respect to each coordinate. Smoothness means D^α Φ is continuous for every multi-index α.

What two conditions define a test function in C_c^∞(R^n)?

A test function Φ must be (1) smooth: it has derivatives of all orders, meaning D^αΦ exists for every multi-index α; and (2) compactly supported: Φ(x)=0 outside some bounded set. Compact support is expressed via the support supp(Φ), the smallest closed set outside of which Φ is identically zero. If supp(Φ) is bounded, it is compact, matching the “c” in C_c^∞(R^n).

How is the support supp(Φ) of a function defined, and why does it matter?

Support is written supp(Φ) and is not the supremum. It is the smallest closed subset of R^n outside of which Φ is zero. Concretely, it is the closure of the set {x ∈ R^n : Φ(x) ≠ 0}. This matters because compact support means Φ is exactly zero outside a bounded region, making test functions act like localized probes for distributions.

Why isn’t choosing an ordinary norm on the test-function vector space enough for distribution theory?

The transcript notes that using just a norm (or even a generic metric) does not yield the specific convergence behavior needed later. Distributions require a particular topology (or metric) that matches how sequences of test functions should converge when paired with distributions. The exact convergence framework is deferred to a later video.

What does the multi-index derivative D^α mean?

For α = (α1,…,αn), the operator D^α denotes the mixed partial derivative ∂^{|α|}/(∂x1^{α1} … ∂xn^{αn}). Each component αi tells how many times to differentiate with respect to coordinate xi. This notation compresses the “all orders of derivatives” requirement into a single formula.

How does the transcript’s bump-function example illustrate compact support?

The example defines a function that is 0 outside the unit ball (using the Euclidean norm ||x||, with ||x|| ≥ 1) and nonzero inside it using an expression like exp(1/(1-||x||^2)) (the sketch mentions choosing it squared). Because it is exactly zero outside the unit ball, its support is contained in a bounded closed region, making it a compactly supported smooth function.

Review Questions

  1. State the definition of support supp(Φ) and explain how it differs from supremum.
  2. Given a multi-index α = (α1, α2, …, αn), write the meaning of D^α in terms of partial derivatives.
  3. Why does distribution theory require a special notion of convergence beyond simply using a norm on test functions?

Key Points

  1. 1

    Test functions are smooth (C^∞) functions Φ: R^n → R (or C) with compact support, forming the space C_c^∞(R^n).

  2. 2

    A function’s support supp(Φ) is the smallest closed set where Φ(x) ≠ 0; outside it, Φ is identically zero.

  3. 3

    Compact support means the support is bounded (hence compact), ensuring test functions are localized in space.

  4. 4

    Test functions form a vector space: sums and scalar multiples preserve smoothness and compact support.

  5. 5

    Ordinary norms or generic metrics do not automatically produce the convergence notion needed for distributions; a tailored topology will be introduced later.

  6. 6

    Multi-index notation D^α organizes all mixed partial derivatives, where α = (α1,…,αn) specifies derivative orders in each coordinate.

  7. 7

    Smoothness can be characterized by requiring D^αΦ to be continuous for every multi-index α.

Highlights

Support supp(Φ) is defined as the smallest closed set outside of which Φ is identically zero—this is the mechanism behind “compactly supported” test functions.
A classic compactly supported smooth bump is built to be exactly 0 outside the unit ball and nonzero inside using an exponential expression like exp(1/(1-||x||^2)).
Multi-index notation D^α turns “differentiate with respect to each variable a specified number of times” into a single operator that works for all derivative orders.

Topics

Mentioned

  • C∞
  • C_c^∞