Logic
Abduction: Inference to the Best Explanation
A doctor looks at symptoms and makes a diagnosis. A detective studies clues and finds the culprit. A scientist observes a phenomenon and builds a theory. They all use the same type of reasoning - abduction. It is neither deduction nor induction. It is the 'third path' of logic.
- **Medical diagnosis:** the doctor selects the diagnosis that best explains the complex of symptoms, then verifies it through tests
- **Scientific discoveries:** Darwin didn't 'derive' evolution deductively - he selected the theory that best explained fossils, the geographical distribution of species, and vestigial structures
- **Debugging programs:** when a bug appears randomly, a programmer generates hypotheses (race condition? memory leak? cache?) and tests them one by one
The Third Type of Reasoning
We've studied two types of reasoning: **deduction** goes from the general to the specific (if all humans are mortal, then Socrates is mortal), and **induction** goes from the specific to the general (saw 1,000 white swans → all swans are white). But there is a third type - **abduction**: inference to the best explanation of observed facts.
**Abduction** (from Latin abductio - drawing away) is a form of reasoning in which we select the hypothesis that best explains the available data. The term was introduced by Charles Peirce in the late 19th century.
Consider an example: you step outside in the morning and see that the pavement is wet. What hypotheses could explain this? It rained, a street cleaning vehicle passed, a pipe burst, someone spilled water. **Abduction** is choosing the most probable hypothesis. If the sky is cloudy and there are puddles everywhere - it most likely rained.
The logical structure of abduction: we observe fact F → if hypothesis H is true, F is naturally explained → there is no better explanation for F → therefore H is (probably) true. This is NOT a deductively valid inference - we may be wrong. But it's the best we can do with incomplete information.
A doctor sees symptoms: temperature 38°, cough, runny nose. They diagnose 'common cold'. What type of reasoning are they using?
Inference to the Best Explanation (IBE)
**Inference to the Best Explanation (IBE)** is the modern name for abduction in philosophy of science. The key question: what makes one explanation *better* than another? This is not a matter of subjective preference - there are objective criteria.
**Criteria for a good explanation (explanatory virtues):** • **Explanatory power** - does the hypothesis explain all known facts? • **Simplicity (Occam's razor)** - does it introduce unnecessary entities? • **Coherence** - is it compatible with other knowledge? • **Analogy** - does it resemble explanations that have already worked? • **Predictive power** - does it predict new facts?
**Occam's razor** - a crucial principle: do not multiply entities beyond necessity. If two hypotheses explain equally well, choose the simpler one. But be careful: simplicity is not the same as primitiveness. Evolution is more complex than 'God created', but it is simpler because it does not require an unexplained entity (God) to explain the data.
**Predictive power** - the criterion that separates science from pseudoscience. A good hypothesis not only explains known facts but also predicts new ones that can be tested. Einstein's theory of gravity predicted the bending of starlight by the Sun - and this was confirmed in 1919.
Which hypothesis is best by IBE criteria for explaining the extinction of the dinosaurs?
The Sherlock Holmes Method
The famous Sherlock Holmes quote: *'When you have eliminated the impossible, whatever remains, however improbable, must be the truth.'* This is a classic description of abductive reasoning by the method of **elimination**.
**The method of elimination (modus tollendo ponens):** 1. Compile a list of all possible hypotheses 2. Systematically test each one 3. Eliminate those that contradict the facts 4. The remaining hypothesis (even if improbable) is the best candidate **Logical form:** H₁ ∨ H₂ ∨ H₃ ∨ H₄ (one of the hypotheses is true) ¬H₁ (H₁ eliminated) ¬H₂ (H₂ eliminated) ¬H₃ (H₃ eliminated) ∴ H₄ (H₄ remains)
**The irony:** Holmes calls his method 'deduction' in the books, but it is actually classic abduction! Deduction would give 100% certainty, while Holmes's method only gives the best hypothesis - one that still needs to be verified. This is a terminological error by Conan Doyle that became entrenched in culture.
**The problem with the elimination method:** it only works if the list of hypotheses is complete. If you haven't considered the true hypothesis, you will reach a false conclusion. Holmes might have missed H₅: 'Sir Charles saw an ordinary dog and died of fright, and the tracks look huge because of the soft ground'. The completeness of the list is the weak point of the method.
Why is Sherlock Holmes's method abduction, not deduction?
Choosing Between Hypotheses
In reality, it is rarely possible to eliminate all hypotheses except one. More often, several competing explanations remain. How do we choose between them? We need a system of **weighing** criteria and understanding **context**.
**Hypothesis evaluation matrix:** For each hypothesis, rate (0-3 points): • Explanatory completeness - how many facts does it explain? • Simplicity - how many assumptions does it require? • Testability - can it be falsified? • Fruitfulness - does it lead to new discoveries? • Coherence - does it contradict known facts? The hypothesis with the highest total is the best candidate.
**Context dependency:** the weight of criteria depends on the situation. In science, the priority is testability and predictive power. In medicine - completeness of symptom explanation and safety (better to be cautious). In court - presumption of innocence (high bar for conviction). In business - the practical usefulness of the hypothesis.
**Ad hoc hypotheses** - a trap in abductive thinking. When a hypothesis encounters a contradicting fact, the temptation is to add a special explanation for that fact alone. 'Astrology doesn't work? That's because Mercury is in retrograde!' Each ad hoc addition weakens the hypothesis. A good hypothesis explains the facts from the start, without patches.
Abduction is just guessing or intuition
Abduction is a systematic method for selecting the best hypothesis based on objective criteria
Although abduction doesn't give 100% certainty (like deduction), it uses rigorous criteria: explanatory power, simplicity, coherence, testability. It is not 'guessing' but a rational choice of the most justified hypothesis under incomplete information.
What makes a hypothesis 'ad hoc' and why is that a problem?
Key Takeaways
- **Abduction** - inference to the best explanation: from observed facts to the hypothesis that explains them
- **Criteria for a good hypothesis (IBE):** explanatory power, simplicity (Occam's razor), coherence, testability, predictive power
- **The Holmes method** - elimination: rule out the impossible, and what remains is the truth (but only works with a complete list of hypotheses)
- **Ad hoc hypotheses** - patches invented to save a theory from refutation; they weaken the hypothesis
Related Topics
Abduction is linked to probabilistic thinking and the scientific method:
- Deduction and Induction — Abduction is the third type of reasoning, complementing deduction and induction
- Bayes' Theorem — Provides a mathematical tool for updating hypothesis probabilities with new data
Вопросы для размышления
- Recall a situation where you 'diagnosed' a problem (a technical issue, a conflict, unexplained behavior). What hypotheses did you consider? How did you choose the best one?
- What ad hoc explanations do you use to protect your beliefs? For example: 'the horoscope didn't come true because...'
- In what areas of your life do you tend toward 'conspiratorial' thinking - choosing complex hypotheses instead of simple ones?