In mathematics, the word "distribution" means at least two different things:
- In analysis, they're elements of a certain dual space.
- In differential geometry, they're subsets of the tangent bundle satisfying certain axioms.
I'm interested in the analysis version (i.e. concept 1), but doing it in the context of differential geometry. After Googling around a bit, I found the notion of a current, which is exactly what I was looking for; yay! This seems to give a very coherent viewpoint on the fundamental theorem of calculus; if I understand correctly, you can write stuff like $$\int_{x=a}^b 2x = \int_{x=a}^b \left(\frac{\partial}{\partial x} x^2\right) = \left(\frac{\partial}{\partial x} \int_{x=a}^b\right)(x^2) = [x^2]^b_{x=a} = b^2-a^2,$$ where $\int_{x=a}^b$ is thought of as a $0$-current on $\mathbb{R}$.
Well, I'm not sure how much sense that really makes; perhaps the correct reasoning is more like:
$$\int_{x=a}^b 2x dx = \int_{x=a}^b d(x^2) = \left(\partial \int_{x=a}^b\right)(x^2) = [x^2]^b_{x=a} = b^2-a^2,$$ where $\int_{x=a}^b$ is a $1$-current on $\mathbb{R}$.
Honestly, I have no idea what I'm talking about; but, anyway it looks really interesting, and if I'm right that $\int_a^b$ can be viewed as both a $0$-current and $1$-current, that would go a long way toward clearing up some confusion I've had regarding the relationship between differential topology, where integrating forms over oriented submanifolds is all the rage, and measure theory, where integrating real-valued functions over subsets is hot Prada.
Question. What should my next step be to learn about these things, especially given the following goals?
- I'd like to understand FTC and Stokes's theorem better.
- I'd like to understand the relationship between differential geometry and measure theory better.
- I'd like to be able to teach calculus better.
Your first priority should be to get a good handle on differential forms and on Stokes's theorem for differential forms and manifolds with boundary, say out of Munkres' Analysis on Manifolds, Spivak's Calculus on Manifolds, or Madsen's From Calculus to Cohomology, after which you should be able to look at the more introductory accounts of geometric measure theory; graduate-level introductions will also require some Lebesgue theory. Roughly speaking, what's going on is the following:
So, what's actually going on in your example?
So now, given that integrating a $0$-form $g$ over a (positively oriented) point $c$ is simply evaluating $g$ at $c$, i.e., $$ \langle [\{c\}], g \rangle := \int_{\{c\}} g := g(c), $$ whilst integrating a $1$-form $\omega = h(x)\,dx$ over an oriented interval $[s,t]$ is simply integrating $h$ over $[s,t]$, i.e, $$ \langle [[s,t]], \omega \rangle := \int_{[a,b]} \omega := \int_a^b h(x)\,dx, $$ you can reinterpret the computation $\int_a^b 2x\,dx = b^2-a^2$ as \begin{align*} \int_a^b 2x\,dx &= \int_{[a,b]} df\\ &= \langle [[a,b]],df \rangle\\ &= \langle d^\ast[[a,b]],f \rangle\\ &= \langle [\{b\}]-[\{a\}],f\rangle\\ &= \langle [\{b\}],f\rangle - \langle [\{a\}],f\rangle\\ &= \int_{\{b\}} f - \int_{\{a\}} f\\ &= f(b) - f(a)\\ &= b^2 - a^2. \end{align*} It's a lot of notation, but already, one advantage of working in terms of currents is the flexibility to take linear combinations of submanifolds, especially when taking oriented boundaries of oriented submanifolds with boundary—this leads straight to the notion of a de Rham homology of currents in duality with the de Rham cohomology of differential forms. However, I imagine that for a lot of people the real fun begins with connections to Plateau's problem and the theory of minimal surfaces, which leads into geometric measure theory.