# Fallacy of composition

*Also called: Part to whole error*

- **Cluster:** Part and whole — Traits smuggled between members and groups
- **Page:** https://fallacy.wiki/fallacy/composition/
- **In Arabic:** https://fallacy.wiki/ar/fallacy/composition.md
- **Licence:** CC BY 4.0 — https://creativecommons.org/licenses/by/4.0/

## What it is

Inferring that what is true of the parts must be true of the whole they form.

## In the wild

> Every player is excellent, so the team is excellent.

## How to answer it

Ask whether the property depends on how the parts interact.

## Origin and naming

The pattern was treated by Aristotle in 'On Sophistical Refutations', and the modern name 'fallacy of composition' was made standard by Richard Whately in his 1826 'Elements of Logic'. It became famous in economics through the observation that what is wise for one saver (a paradox of thrift) can be ruinous when everyone does it at once.

## More places it shows up

- Every feature on the roadmap scored 'high priority', so the release plan is a high-priority release.
- Stand up so you can see; everyone in the crowd stands up; the crowd still cannot see better than before.
- Each doc page was written clearly on its own, so the migration guide is clear from start to finish.
- We saved on every single itinerary by cutting the buffer day, so the whole trip is cheaper with no added risk.

## How to spot it

- Notice when the argument jumps from 'each part' to 'the sum' with no mention of how the parts interact.
- Notice words like 'overall', 'as a whole', 'the team as a unit' riding on a list of part-level facts.
- Notice when scaling up is described as mere repetition, as if everyone can do it at once.

## Nearby

- [Fallacy of division](https://fallacy.wiki/fallacy/division.md)
- [Ecological fallacy](https://fallacy.wiki/fallacy/ecological.md)
- [Undistributed middle](https://fallacy.wiki/fallacy/undistributed-middle.md)

## Read more

- [Wikipedia](https://en.wikipedia.org/wiki/Fallacy_of_composition)
- [The Fallacy Files](https://www.fallacyfiles.org/composit.html)

---

From fallacy.wiki — a bilingual field guide to 91 logical fallacies, published by phi holdings. Licensed CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/): reuse freely with attribution to fallacy.wiki.
