Skip to content

Cross Cutting Relationship

Prime #
765
Origin domain
Earth Sciences And Geology
Subdomain
structural geology and stratigraphy → Earth Sciences And Geology

Core Idea

The geometry of intersection between two features encodes their relative temporal order: a feature that interrupts, displaces, or overprints another must be younger than the feature it cuts — extracting time from space without observing the events unfold.

How would you explain it like I'm…

What Crosses Came Later

If you draw a picture and then a friend draws a line right across the top of it, you know your friend drew second, because their line cuts over yours. So just by looking at which marks cross which, you can tell what happened first. A Cross-Cutting Relationship means whatever cuts across something else came later.

Reading Order From Cuts

Whenever something interrupts, breaks, or draws over something else, the thing doing the cutting must be younger than the thing it cuts. A crack that runs across many rock layers came after those layers; a scribble drawn over your writing came after the writing. The neat trick is that you can figure out the ORDER of events just from a single frozen snapshot, without ever watching them happen. A Cross-Cutting Relationship reads time out of the shapes: the geometry of what crosses what tells you which came first.

Time From The Geometry

The Cross-Cutting Relationship is an inference pattern where the geometry of how two features intersect tells you their relative timing: whatever interrupts, displaces, or overprints another feature must be younger than the feature it cuts. The geological version (a fault cutting rock layers) is the classic case, but the shape is general, working in any medium where later operations overprint earlier ones: documents, codebases, palimpsests. From a static snapshot of the present geometry, you can reconstruct partial temporal order without watching the events unfold. It has three parts: a substrate that preserves an inscribed record, an intersection where a later feature crosses an earlier one, and a rule reading geometry as chronology. Two things matter for using it: the ordering is partial, fixing only features that actually intersect, and it's acyclic, so a consistent reading forms a directed acyclic graph of ages and a detected cycle signals reworking or a misread. The rule extracts time from space.

 

The Cross-Cutting Relationship is the structural inference pattern by which the geometry of intersection between two features encodes their relative temporal order: a feature that interrupts, displaces, or overprints another must be younger than the feature it cuts. The geological formulation is canonical, but the inference shape is general: any medium that preserves a record of operations such that later operations interrupt or overprint earlier ones supports the same inference. From a static snapshot of the present geometry, the analyst can reconstruct partial temporal order without ever observing the events unfold. The structural commitment has three parts: a substrate that preserves an inscribed record (rock, document, codebase, magnetic medium, palimpsest); an intersection geometry where a later feature crosses, interrupts, or overprints an earlier one; and an inference rule that reads geometry as relative chronology. Two load-bearing consequences follow. The inference is partial: it orders only those features that actually intersect, not every feature in the substrate. And it is robust under quite weak assumptions about substrate persistence. The rule is intrinsically acyclic: a consistent reading yields a directed acyclic graph of ages, so a detected cycle signals either later reworking of the substrate or a misread of the geometry. Because the rule reasons from spatial relationships alone, it extracts time from space, recovering chronology that no surviving log or direct observation could supply.

Broad Use

  • Geology: a dike cutting a fault is younger than the fault; an unconformity truncating folded strata postdates the folding.
  • Archaeology: a pit cut into a floor postdates the floor — formalized in the Harris matrix.
  • Software: a patch modifying a line is later than the line; git blame, three-way merge, and file-history walks operationalize the inference.
  • Forensics: overlapping footprints, blood spatter, and intersecting glass fractures order events from a static scene.
  • Cosmology: crater-on-crater intersections plus crater counts produce relative-age maps on undated surfaces.
  • Palaeography: corrections and marginal glosses fitting around an earlier stain, and palimpsest readings, recover order from overprinting.

Clarity

Separates how do we know which came first? (a geometric question answerable from a snapshot) from what happened? (which requires direct observation), and tells the analyst when the geometry is itself the record.

Manages Complexity

Compresses a dating problem into a uniform operation: identify the substrate, enumerate intersections, apply the rule, build a partial order combinable with independent dating.

Abstract Reasoning

Supports consistency checking — a detected cycle (A cuts B, B cuts C, C cuts A) signals later reworking or a misread, because the rule is acyclic by construction — and audits whether the substrate preserved the geometry faithfully.

Knowledge Transfer

  • Geology → archaeology: the rule was imported, not reinvented, as Harris-matrix stratigraphy.
  • Geology → software: diff-overprints-line yields a partial order; merge-conflict detection is the acyclicity check.
  • Geology → forensics: glass-fracture analysis (later fractures terminate at earlier ones) reconstructs event sequences.

Example

An igneous dike cutting straight across both faulted sandstone beds and the fault plane, without itself being offset, yields the partial order sandstone → fault → dike — recovered entirely from the static outcrop geometry.

Not to Be Confused With

  • Cross-Cutting Relationship is not Interpretation because cross-cutting is a mechanical, rule-governed inference (the cutter is younger, full stop), whereas interpretation reads contestable meaning into a sign.
  • Cross-Cutting Relationship is not Causality because it licenses only the temporal claim (the cutter postdates the cut), whereas causality claims mechanism; order is not cause.
  • Cross-Cutting Relationship is not Provenance because it recovers order from the geometry itself (precisely when no record survives), whereas provenance traces history from records.