Extreme Capture Probability¶
Core Idea¶
Extreme capture probability relates a large population, a small distinguished target
set, and the bounded subset a searcher can inspect or access. Under untargeted sampling,
the chance of capturing the single best member of a population of size N in a sample
of size n is n/N; for k acceptable targets it is the complement of missing all
k. The pattern concerns encountering a rare target, not estimating the population
average.
Broad Use¶
The same role structure appears in searches for rare experts, compounds, diagnoses, species, defects, hazardous executions, and exceptional designs. In each, prestige or effort within a fixed pool does not substitute for coverage, independent reach, or information that genuinely targets the rare set.
Clarity¶
The prime separates “is the subset generally good or representative?” from “does it contain the rare thing needed now?” A sample can represent the bulk well while missing every rare extreme.
Manages Complexity¶
The search compresses to population size, accessible-sample size, rare-target count, and targeting quality. Remedies then fall into four families: widen reach, reduce duplicated coverage, broaden acceptable targets, or improve targeting.
Abstract Reasoning¶
A failed search is weak evidence that no target exists when capture probability was low. Independent search footprints can outperform repeated work inside one footprint, and a targeting method only helps when its signal changes rare-target inclusion probabilities.
Knowledge Transfer¶
Talent-market reach maps directly to chemical screening, test-path exploration, field surveying, and design search: the population, target set, accessible subset, and capture probability retain the same meanings.
Example¶
If an organization can access 100 of 10,000 equally reachable experts, its chance of already containing the single best match for a novel problem is 1%. Hiring ten more changes that to 1.1%; building a mechanism that reaches thousands outside the boundary changes the relevant coverage fraction by orders of magnitude.
Relationships to Other Abstractions¶
Current abstraction Extreme Capture Probability Prime
Parents (1) — more general patterns this builds on
-
Extreme Capture Probability presupposes Probability Prime
Extreme Capture Probability is a probability law over which rare targets a bounded selection includes.
Children (1) — more specific cases that build on this
-
Joy's Law Domain-specific is a kind of Extreme Capture Probability
Joy's Law is the talent-market specialization of bounded access having low probability of containing the rare best-matched member of a much larger field.
Hierarchy paths (2) — routes to 2 parentless roots
- Extreme Capture Probability → Probability → Measure → Aggregation → Micro Macro Linkage
- Extreme Capture Probability → Probability → Measure → Set and Membership
Not to Be Confused With¶
- Sampling (Representativeness): estimates bulk properties; extreme capture asks whether a bounded subset intersects a rare target set.
- Heavy-Tailed Distributions: concerns tail shape and influence; extreme capture requires no heavy tail.
- Outlier Leverage: begins after an extreme is captured and asks how it affects an aggregate.
- Coverage / Reachability: makes a completeness claim; extreme capture quantifies success under partial probabilistic access.
Notes¶
(Pending Claude style and citation pass; mathematical identity and DAG placement should be preserved.)