Closest-World Ranking Table¶
Ordering artifact — instantiates Minimal-Change Counterfactual Construction
Orders candidate counterfactual worlds from nearest to farthest by how little they gratuitously depart from the actual world, dropping the incoherent ones.
The Closest-World Ranking Table takes a set of candidate counterfactual worlds and produces a total order — nearest first — by how little each departs from the actual world under an explicitly stated similarity rule. Its defining move is that "closest" stops being an intuition and becomes a written, contestable metric: the rule that decides which world is nearer is on the table for anyone to challenge. Before ranking, it applies a coherence-and-feasibility gate that disqualifies worlds that could not actually obtain, so impossible fantasies never rank as "close." What it does not do is dissect the internal anatomy of any single comparison, and it does not test whether a conclusion survives small perturbations — it delivers the ordered shortlist that later steps lean on.
Example¶
A coastal insurer runs catastrophe models after a hurricane makes landfall near a major port, and asks: "would losses have been far lower if the storm had tracked differently?" There are many candidate counterfactual tracks, and the causal claim is only trustworthy if it rests on tracks genuinely close to the actual meteorology. The Closest-World Ranking Table scores each candidate track on a stated similarity rule — plausibility given the actual steering currents, continuity of intensity, consistency of timing — with the weighting written down in advance. A track that veers at a right angle no steering flow could produce fails the coherence gate and is struck before ranking. The survivors are ordered nearest-first, and the causal question is allowed to lean only on the top-ranked, still-coherent track: a landfall a short distance up the coast under the same synoptic setup. Because the metric is explicit, a reviewer who disagrees must argue about the weighting, not merely assert a different intuition of "close."
How it works¶
- State the similarity metric first. Name the dimensions of closeness that count and their relative weights before scoring, so the rule cannot be reverse-engineered to favor a conclusion.
- Apply the coherence gate. Disqualify candidate worlds that violate physical, logical, or feasibility constraints; an impossible world cannot be "close."
- Score every survivor. Rate each candidate on the stated metric and combine into a single closeness value.
- Produce a strict order. Rank nearest-first, flagging ties rather than breaking them arbitrarily, and carry only the top few forward.
- Expose the metric. Publish the rule so disagreement attaches to the weighting, not the verdict.
Tuning parameters¶
- Metric choice — which dimensions of closeness count (time, actors, mechanism, magnitude). Different metrics can reverse the order, so the choice is the highest-leverage dial.
- Dimension weighting — how much each dimension contributes. Heavy weight on a convenient dimension is exactly how a ranking gets gerrymandered.
- Coherence-gate strictness — how physically or logically possible a world must be to rank at all. A loose gate lets near-impossible worlds compete; a tight gate may exclude genuinely instructive edge cases.
- Tie handling — whether near-equal candidates are merged, both carried, or force a finer metric. Pretending to a strict order hides real ambiguity.
- Candidate count — how many worlds are ranked. Too few misses the true closest; too many turns the table into noise.
When it helps, and when it misleads¶
Its strength is that it makes "closest" auditable: an explicit ordering rule replaces the hand-wave that lets everyone privately pick the world that flatters their conclusion. It also cleanly separates impossible from merely distant, so a coherent-but-far world and an incoherent-but-superficially-near one are treated correctly.
Its deep limitation is that there is no single, objective similarity metric — closeness among possible worlds is famously underdetermined, and which respects of similarity matter is a genuine judgment, not a fact.[n1] That gives the ranking a soft center: the metric can be tuned until the desired world floats to the top. The classic misuse is a hand-picked weighting introduced after seeing the candidates. The discipline that guards against it is to fix and publish the metric before scoring, justify each weight, and treat a ranking whose order flips under a reasonable reweighting as unsettled rather than decided.
How it implements the components¶
closeness_ordering_rule— the table is the explicit metric plus the total nearest-first order it induces over the candidates.coherence_and_feasibility_constraint— the pre-ranking gate that disqualifies worlds which could not actually obtain, so impossibility never masquerades as closeness.
It ranks whole worlds but does not enumerate what each one changed. The modification_trace_record — the cell-by-cell inventory of which facts a world altered versus held fixed — is produced by Minimal-Difference Matrix; this table collapses each world to a single closeness score and orders them, where the Matrix dissects one comparison fact by fact.
Related¶
- Instantiates: Minimal-Change Counterfactual Construction — the table supplies the ordered, coherence-filtered shortlist of nearest worlds.
- Consumes: Minimal-Difference Matrix supplies the per-candidate difference footprint the closeness score is computed from.
- Sibling mechanisms: Minimal-Difference Matrix · Nearby-World Sensitivity Review · Antecedent Edit Card · Ideal Baseline Rejection Note · Actual Fact Ledger
Editorial Notes¶
Form Classification¶
Form family: Analysis, Modeling & Optimization
Rationale: Orders candidate counterfactual worlds from nearest to farthest by how little they gratuitously depart from the actual world, dropping the incoherent ones, making its operative form a computation, comparison, model, or analytic representation used to infer, estimate, or choose.
Independent corroboration: The frozen evidence defines Closest-World Ranking Table as 'Orders candidate counterfactual worlds from nearest to farthest by how little they gratuitously depart from the actual world, dropping the incoherent ones', so its operative form is Analysis, Modeling & Optimization.
Review outcome: Independent reviewer agreement; high confidence.
Origin Attribution¶
Primary origin: Philosophy
Origin pattern: Cross-disciplinary synthesis
Present-day reach: Multi-domain
Rationale: Modal logic and counterfactual philosophy formalized closest possible worlds under a stated similarity ordering.
Related originating lineages:
- Mathematics — Order theory and metric formalization contribute explicit comparison relations over candidate worlds.
Review resolution: Both reviewers agree on philosophy as primary. The source mechanism's defining operation supports that lineage; the reconciled record retains mathematics only where it materially contributes the mechanism, and treats later application breadth separately from origin.
Encyclopedia synthesis: The exact catalogued form synthesizes established practice rather than reproducing a single standard historical label.
Review outcome: Reconciled after independent review; high confidence.
Notes¶
[n1] In David Lewis's analysis of counterfactuals, their truth depends on an ordering of possible worlds by comparative overall similarity to the actual world — an ordering he acknowledged is not fixed by any single objective standard. The table makes that ordering explicit precisely because it is contestable. ↩