Evidence¶
Core Idea¶
Evidence is the defeasible, provenance-bearing relation between an observable trace and a hypothesis about an unobservable state: a thing is evidence when it is more probable if the claim is true than if false, and traceable enough that the inference can be challenged.
How would you explain it like I'm…
Clues That Point
Clues You Can Trust
Traces Behind a Claim
Broad Use¶
- Law: exhibits, testimony, and documents weighed against a standard of proof, governed by rules of admissibility.
- Science: data for or against hypotheses, with strength set by study design, replication, and freedom from confounders.
- Medicine: signs and symptoms as evidence for diagnoses in a Bayesian-style differential.
- History: primary sources weighed by provenance and triangulation across independent sources.
- Journalism and intelligence: sources and intercepts assessed by provenance, reliability, and corroboration.
- Software debugging: stack traces and reproducers as evidence for a defect hypothesis, with flaky reproducers as defeaters.
Clarity¶
Moves analysis from "we have lots of data" to a specific set of handles — evidence for what claim, by what mechanism, with what custody, vulnerable to what defeaters — and separates having data from having evidence for a hypothesis.
Manages Complexity¶
Factors any inference into separable handles, so a disputed conclusion localizes to one of them — a provenance break, a wrong combination rule, an ignored defeater — making evidential reasoning auditable rather than holistic.
Abstract Reasoning¶
Supports second-order moves: choosing the next evidence that best discriminates live hypotheses, distinguishing evidence of absence from absence of evidence, and discounting correlated traces that share a producing mechanism.
Knowledge Transfer¶
- Law → engineering: chain-of-custody discipline becomes data-lineage instrumentation that attests each hand-off.
- History, intelligence, science: triangulation, corroboration, and replication are one move — produce an independent trace and check convergence.
- Law → organisations: adversarial examination becomes red-teaming and pre-mortems that surface defeaters before acting.
Example¶
A diagnostic medical test read by Bayes' rule shifts a prior to a graded posterior; for a rare disease even a sensitive test yields low confidence, and a second independent test raises the posterior far more than re-running the same assay.
Relationships to Other Primes¶
Foundational — no parent edges in the catalog.
Children (1) — more specific cases that build on this
- Provenance decompose Evidence — Provenance (the documented custody chain) is one COMPONENT of the evidence relation — the handle that defeats inferences when broken. Provenance is broader than evidence (art, data lineage), so this is a part-of, not a reparent of provenance.
Not to Be Confused With¶
- Evidence is not Provenance because evidence is the whole role-set (hypothesis, mechanism, trace, inference, aggregation, defeaters), whereas provenance is one component — the custody sub-relation that defeats inferences when broken.
- Evidence is not the inference rule (induction, abduction, Bayesian updating) because evidence is the trace-to-hypothesis relation those rules operate on, the operand rather than the operation.
- Evidence is not Belief because evidence is the input that licenses graded confidence, whereas belief is the doxastic output; one can have strong evidence and withhold belief, or believe with none.