Local and Global in Math
Local vs Global seems to be one of the most important philosophies behind math. People in some fields call it "compactness", others don't. In short, it says that the property of an object is related to the property of every smaller subobject.
In this post, I list some results I know, basically for personal notes. But there are way more theories related or inspired by this idea.
Logic
Compactness
Topological compactness is probably the first local-global relation that one learns at university. It is a generalization of a closed interval of . A space is called compact if every open cover has a finite subcover. Beside this, there is a concept called sequential compactness, stating that every sequence has a convergent subsequence. For a metric space, these two conditions are the same. A subset of Euclidean space is compact if and only if it is closed and bounded (Heine-Borel Theorem). The product space of compact spaces is compact (Tychonoff's theorem).
To some degree, first-order logic (FOL) gives a compact space. Hence comes the compactness theorem: a theory has a model iff every finite subset of it has a model. Intuitively, every proof is of finite length, so an inconsistent result (evidence) must be proved using finitely many axioms in the theory. And the completeness theorem shows that every consistent theory has a model. Compactness and downward Löwenheim-Skolem theorem are used to characterize FOL.
Limit ordinals are the union of all ordinals below it, so some properties automatically hold at if it holds for all ordinals below . This helps the transfinite induction.
König's lemma states that every infinite tree of finite width has an infinite branch. Unfortunately this fails at (Aronszajn tree).
Reflection Theorem
The reflection theorem shows that for any cumulative hierarchy , a formula is true in iff it is true in a club of .
Forcing
It is possible for a (inner) model of set theory to recognize every finite piece of an object, but not understand this object itself.
Forcing injects this not existing object to make desired proposition true.
Geometry
Without surprise, most of the local-global property usually comes from smoothness. A manifold is defined to be a locally topologic space, so a smooth function on can be taken as a sum of smooth functions in .
Residue Theorem
Let be a simple closed, positively oriented contour in the complex plane, and a function analytic (differentiable) in except for some points. Then, the contour integration of around is times the sum of residues on those points. We can take this as that being analytic is so strong a condition that most information about the function is stored in exceptional points.
Stokes Theorem
The Stokes theorem roughly says "boundary is the inverse operation of differential". For an oriented -dimensional manifold with boundary , and a a -form (with compact support), we have
Proof
We use the following convention: suppose in the local coordinate , the boundary is given by . For the orientation , we set the induced orientation to be . Using a partition of unity, express , where each is within a local coordinate . It suffices to prove the theorem for . Suppose
Then, we have
And thus
Application
The theorem is a generalization of the foundamental theorems of calculus as well as a set of similar formulas in and .
It can also be used to prove one version of the Brouwer fixed-point theorem: on a closed ball , every smooth endomorphism has a fixed point.
Proof: suppose ab absurdo has no fixed point. Then we can define a smooth map by letting be the point lying on the ray from to . is identity on the boundary . Take the standard volume form on , so . Now pullback and apply the Stokes theorem
Contradiction.
Algebra
In algebra, primes are analogue to points, so "local" means to focus on one prime.
Localization
Localization focuses on a selected set of primes of a ring by injecting inverse elements to kill other primes. Specifically, given a multiplicative set , injects for all . Usually, can be the complement of a prime ideal . Then, it does something similar to quotient but in a reverse direction: kills all primes below and makes the minimal prime (); kills all primes above and makes the maximal prime (). Both operations can be applied to modules via extension of scalars: , , and both of them are exact functors. But the amazing point is a lot of properties can be recovered from all localizations (called local properties):
- if and only if for all (maximal) primes .
- is injective/surjective/bijective if and only if the induced map is injective/surjective/bijective for all (maximal) primes .
- is a torsion-free/flat module if and only if all are so for (maximal) primes .
- Injectivity and projectivity are not local properties, but preserved after localization.
- is isomorphic to .
- If is finitely presented, then is isomorphic to
.
- When is noetherian, finitely presented can be replaced by finitely generated.
- The proof sketch: if is free, take a base of . For any homomorphism , find the gcd of denominators of the images of the base elements, and is of form for some . If is not free, take its finite presentation and apply the five lemma.
Ingetral extension
An integral extension of ring is an analogue of algebraic extensions but between rings. In an -algebra , an element is integral over if it is a root of a monic polynomial with coefficients in . The ring is integral over if every element in is integral over . is integral over if and only if is finite over (i.e. finite generated as an -module). Thus, an integral extension can be considered as a union of finite extensions. If is both integral and of finite type over (i.e. finite generated as an -algebra), then it is finite pver .
Like every field extension can be separated into an algebraic part and a transcedental part, an algebra over a field can also be separated into an integral part and an algebraically-indepenedent part. Namely, the Noether's normalization lemma states that for every finitely generated -algebra , we can find algebraically indepenedent elements s.t. is integral, where is exactly the dimension of . This leads to Hilbert's Nullstellensatz: for any ACF , the algebraic sets of the affine space are one-one corresponding to radical ideals of ring , and the algebraic varieties are one-one corresponding to prime ideals. That is to say, the affine space is roughly the same thing as the spectrum of polynomial ring, with points being maximal ideals and varieties being prime ideals.
Dedekind domain
The concept of Dedekind domain arose from the research of algebraic integers in number theory. A Dedekind domain is defined to be a noetherian, integrally closed domain of dimension one. A local Dedekind domain is called a DVR, where exactly one prime number exists, and every number can be valued by the power of in it. Dedekind domain is a global version of DVR with multiple prime numbers.
Hasse-Minkovski Theorem
If a quadratic form is solvable locally at every place (i.e. valuation), then it is solvable in rationals (integers). More specifically, a quadratic form has an integer solution if and only if it has a real solution and a -adic solution for every prime . Since the integer ring of the -adic field is corresponding to the localization of at prime , -adic fields and the real numbers are considered as "local results". The proof follows analyzing the equivalent classes of quadratic forms.
This does not work for cubic forms, such as has no rational solution, but it is solvable in all localizations.
Combinatorics
Euler's Circuit
A graph has an Euler circuit if and only if every node has an even degree. To obtain an Euler circuit, one can simply start DFS from an arbitrary node and backtrack when it fails.
Ulam's Reconstruction Conjecture
This conjecture says an graph can be reconstructed by all vertex-deleting subgraphs, which are obtained by deleting one vertex of the original graph. More specifically, if two graphs with vertices have pair-wisely isomorphic vertex-deleting subgraphs, then the two graphs are isomorphic.