While trying to better understand why we use partitions of unity I stumbled across this post. There are a few points I do not understand:
This is exactly how to compute integrals in practice. But if we use it as our definition in theory, it becomes messy
Why exactly does it become messy? The definition pointed at in the post seems to be the following:
Let $\{(U_i,\phi_i)\}$ be an atlas for $S$ up to a null set consisting of disjoint charts. We define the integral of $\omega$ over $M$ as $$\int_S\omega := \sum_i\int_{U_i}\omega|_{U_i} := \sum_i\int_{V_i} (\phi_i^{-1})^*\omega|_{U_i}$$ where, for the integrands in the sum to be well-defined, we need the guarantee that
- $(\phi_i^{-1})^*\omega|_{U_i}$ is compactly supported in some rectangle $V_i\supseteq\phi_i(U_i)$.
- $(\phi_i^{-1})^*\omega|_{U_i} = f\ dx^1\wedge dx^2$ for some bounded function $f$.
Is there anything else we would need to make this definition proper?
If I understand the author of the post correctly, each of the atlases he suggests for the unit sphere has their own issues. What exactly are these? As far as I can tell these are:
Spherical coordinates: as $\phi(S) = \mathbb{R}^2$, our pullback form fails to be compactly supported. However, could we not 'patch' our previous definition so as to include a limit process as follows: $$\int_{U_i}\omega|_{U_i} := \lim_{r\to\infty}\int_{B(r)}(\phi^{-1})^*\omega|_{\phi^{-1}(B(r))}\ ?$$ where $B(r)$ is, say, the box $[-r,r]^2$. I've seen similar ideas used to attribute a value to integrals such as $$\int_0^1\frac{1}{\sqrt{x}}dx := \int_{(0,1)}\frac{1}{\sqrt{x}}dx$$ as opposed to, although possible, to define them in terms of partitions of unity.
By northern and southern hemispheres: the atlas is given by $$\Big\{\Big(S\cap\{x^3<0\},\phi_1\Big),\Big(S\cap\{x^3>0\},\phi_2\Big)\Big\} \ \ \text{where} \ \ \phi_i:(x,y,z)\mapsto (x,y) \ \ \text{ and } \ \ \phi_i^{-1}:(u,v)\mapsto \left(u,v,\pm\sqrt{1-u^2-v^2}\right).$$
Here the issue is that $f$ would become unbounded (why?):
convert a bounded integrand to an unbounded one -- look at the example with the square root.
- Spherical coordinates: here I simply fail to see what the issue would be. What is it? Perhaps that 'our integrands will have discontinuities at the boundaries of the patches'? If so, how would this cause trouble?