Composition
Take two actions. You turn a key. Then you open a door.
Each action changes the situation. The key transforms the lock. The door transforms the space you occupy. Together, they form a single process: entering a room.
Daily life is built this way. Cooking a meal follows ordered steps. Writing a message follows ordered strokes. Building a bridge follows ordered operations. Small transformations connect and accumulate.
The actions connect. One feeds into the next. Their effects combine.
What matters is the way they link.
Composition appears whenever one transformation feeds into another.
A system moves from one state to a second, and from the second to a third. The overall change from the first to the third depends on both steps together. The two transformations merge into a single effective transformation.
This structure appears across scales. A computation runs as a sequence of operations. A sentence forms by combining words. A proof grows by linking inferences. A supply chain delivers goods through staged transfers. A signal travels through layered encodings. In each case, the outcome depends on how the steps compose.
Composition becomes the basic operation of reality.
The world evolves through chains of transformations that build on one another. Processes form by linking simpler processes into larger ones.
Composition allows reality to build itself from simpler steps. Structure begins to show a new stability here.
When three transformations occur in sequence, grouping does not change the final result. Performing A, then B, then C produces the same outcome whether we group them as (A then B) then C, or A then (B then C).
This regrouping stability appears in physical processes, logical reasoning, software pipelines, and causal chains. It allows complex systems to be built incrementally without ambiguity.
Composition introduces associativity into the structure of reality.
Associativity allows local combinations to produce global effects. Modules assemble into systems. Steps assemble into procedures. Layers assemble into architectures.
Reality becomes compositional.
Every complex phenomenon can be decomposed into simpler transformations, and every sequence of transformations can be treated as a single higher-level transformation.
Transformations compose into processes. Processes compose into systems. Systems compose into histories. Structure builds itself recursively through composition. The universe becomes a fabric of composable processes.
Once composition is taken as fundamental, the remaining question concerns the structure of composition itself.