Local-to-Global Aggregation¶
Core Idea¶
A property checked locally on each piece of a structure is promoted to a property of the whole under an explicit aggregation discipline — the payload sits not in the parts or the whole but in the recomposition rule that licenses inferring "true of the aggregate" from "true on each piece."
How would you explain it like I'm…
Pieces Make the Picture
Glue the Pieces Together
Local Checks, Global Verdict
Broad Use¶
- Logic (compactness): a sentence set is satisfiable iff every finite subset is.
- Topology: any open cover of a compact space admits a finite subcover.
- Sheaf theory: local sections agreeing on overlaps glue uniquely to a global section.
- Distributed systems: per-node invariants plus a consensus rule yield a global invariant with no global observer.
- Statistics: stratified local samples lift to a population estimate under a sampling design.
- Mathematical induction: base case plus step aggregate to a claim over all naturals via well-ordering.
- Auditing: per-transaction checks combine to whole-system assurance under partition-and-tolerance rules.
Clarity¶
Separates two routinely-fused claims — that each piece is cheaply checkable and that the pieces combine — making the aggregation discipline a named, inspectable object rather than a hidden "we tested every part, so the assembly works" premise.
Manages Complexity¶
Compresses verification, inference, and correctness into one diagnostic — identify the covering, the overlap condition, and the aggregation rule, then check they hold — shifting the burden from inspecting the monolithic whole to certifying a small finite recipe.
Abstract Reasoning¶
The deepest move is treating the obstruction to aggregation as first-class: when the lift fails, the failure localizes the structural feature responsible, so aggregation failure is itself a measurement of structure.
Knowledge Transfer¶
- Topology to distributed systems: the compactness intuition ports into protocols where bounded local agreement aggregates to global agreement.
- Algebraic topology to physics: sheaf-cohomology reasoning underpins gauge theory, where local gauge choices aggregate to a global field.
- Sheaf gluing to federated medicine: local site estimates aggregate to a global estimate under a pre-registered protocol, same three roles renamed.
Example¶
The compactness theorem of first-order logic: finite subsets are the covering, finite-subset satisfiability the local property, the theorem itself the aggregation rule — and when the lift fails, an unsatisfiable finite fragment localizes the contradiction.
Relationships to Other Primes¶
Foundational — no parent edges in the catalog.
Children (2) — more specific cases that build on this
- Cross-Impact Analysis is a kind of, typical Local-to-Global Aggregation — Tentative/low: cross_impact_analysis (combining many pairwise local interactions into a global picture of interacting trends) is a weak instance of promoting local checks to a global verdict. Recorded at low confidence; owner may decline.
- Local Sequence Legality is a kind of Local-to-Global Aggregation — The file is explicit that local_sequence_legality is the "narrower, specifically grammatical case" of local_to_global_aggregation: a locally-checkable property promoted to a global verdict, where local_to_global_aggregation is "the broad mathematical pattern" with the general overlap-and-glue discipline and obstruction theory, and this prime "adds the pre-semantic, alphabet-and-position- class specificity." That is an is-a (specialization) relation, and its own cross-ref links local_to_global_aggregation. NOT the sequencing nearest (0.898), a deliberate non-confusion (ordering-for-outcome vs binary well-formedness). Medium because local_to_global_aggregation is a candidate; if it lands, this is the natural parent.
Not to Be Confused With¶
- Local-to-Global Aggregation is not Aggregation because the former is a certification discipline licensing a global inference with obstruction theory, whereas the latter merely combines values into a summary whether or not the combination is licensed.
- Local-to-Global Aggregation is not Composition because the former is the epistemic act of certifying a property survives assembly, whereas the latter is the constructive act of assembling parts into a whole.
- Local-to-Global Aggregation is not Emergence because here the global property is the same property witnessed locally and lifted under a discipline, whereas emergence is a whole exhibiting properties absent from the parts.