Geometric Chronology¶
Core Idea¶
Read temporal order from spatial geometry in a preserving medium: the substrate carries a static record whose geometry encodes a partial order of past events, and an inference rule converts geometry into chronology. Four rules recur — superposition (later sits atop earlier), cross-cutting (later interrupts earlier), inclusion (the contained is older than its container), and overprint (the upper layer is younger).
How would you explain it like I'm…
Pancake Stack Clues
Reading Time From Shapes
Time Written in Geometry
Broad Use¶
- Geology and stratigraphy: superposition, cross-cutting, inclusion (xenoliths), and overprint (unconformities) build the relative-time scaffold.
- Archaeology: a pit cut into a floor postdates it; a wall of reused brick postdates the brick.
- Glaciology: annual ice layers are a superposition record; ash layers cross-cut as tie-points.
- Dendrochronology: tree-ring stacks are superposition records; fire scars cross-cut the rings.
- Planetary science: crater-counting dates a surface — a crater cutting another postdates it.
- Code archaeology: git blame and merge geometry read patch order as edit chronology.
- Document forensics: corrections, marginalia, and palimpsests record overwrite sequence.
Clarity¶
Separates what the medium preserves (geometric, present-tense) from what the analyst may infer (temporal, past-tense), keeping the analyst honest about which preservation assumptions hold and which disturbances break the inference.
Manages Complexity¶
Collapses a combinatorial number of pairwise orderings into the small set of geometric configurations that actually appear, turning full reconstruction into "read the geometry where it speaks, leave ambiguous what it does not."
Abstract Reasoning¶
Supports reasoning at the level of inference rules themselves — when does superposition fail (local inversion), cross-cutting fail (later activity covers its own traces), inclusion fail (re-melting resets the clock) — and keeps relative order strictly separate from absolute calibration.
Knowledge Transfer¶
- Geology → code archaeology: the cross-cutting principle is the patch-modifies-line inference; a rebase is read like an overturned fold.
- Geology → forensics: the substrate-preservation audit and disturbance-bracketing move carry to scrambled documents and crime scenes.
- Across substrates: a geologist, software archaeologist, and palaeographer read one another's reconstructions as one method.
Example¶
Crater-count chronology reads "the cutting rim is younger" across every overlapping pair on a planetary surface, composes them into a partial order, brackets resurfaced regions as disturbed, and only then hangs absolute ages on a density-age calibration anchored to dated samples.
Not to Be Confused With¶
- Geometric Chronology is not Provenance because provenance reads order from an external account of custody, whereas geometric chronology reads order from the intrinsic geometry the events left in the medium, with a different failure mode (substrate disturbance, not a broken chain).
- Geometric Chronology is not Layered Accumulation because layered accumulation is the process by which deposits stack up, whereas this is the inference rule that reads stacked position as relative time, complete with validity conditions.
- Geometric Chronology is not Deep Time because deep time is the conceptual grasp of vast spans, whereas this is the substrate- and scale-neutral inference toolkit applicable to a git history or four billion years alike.