Ship of Theseus: When Does Identity Break?

simulator beginner ~8 min
Loading simulation...
50% replaced — identity is contested

At 50% replacement, the ship is half original and half new. If the old parts are reassembled into a second ship, both vessels have equal claim to being the original — creating a genuine philosophical paradox.

Formula

Identity continuity = (original_parts_remaining / total_parts) × 100%
Paradox strength = min(replaced_pct, 100 - replaced_pct) / 50

An Ancient Paradox

Plutarch first recorded this paradox around 75 CE: the Athenians preserved the ship on which Theseus sailed to Crete for centuries, replacing decayed planks with new timber. Philosophers debated whether a ship that had been entirely renovated was still the same ship. The question seems simple, but it has resisted definitive resolution for over two thousand years.

The Two-Ship Variant

Thomas Hobbes sharpened the paradox in 1655: what if someone collected every discarded plank and reassembled them into a second ship? Now two ships exist — one with continuous maintenance history and one with the original material. Which is the 'real' Ship of Theseus? The simulation above lets you watch both ships evolve simultaneously as you adjust the replacement rate.

Identity Through Continuity

Most modern philosophers favor spatiotemporal continuity: the ship that was continuously maintained in the harbor is the 'real' one, because identity tracks the continuous chain of existence, not the material composition. This explains why we consider ourselves the same person despite constant cellular replacement. The simulation shows how identity continuity degrades as replacement increases.

Modern Applications

The Ship of Theseus is not merely academic. Software engineers face it when refactoring every line of a codebase. Legal systems grapple with it when a corporation replaces every employee and changes its address. The paradox forces us to define what makes something 'the same' — and reveals that our concept of identity is far more fragile than we assume.

FAQ

What is the Ship of Theseus paradox?

If every plank of Theseus's ship is gradually replaced with new wood, is the fully repaired ship still the Ship of Theseus? And if someone reassembles all the old planks into a second ship, which one is the 'real' Ship of Theseus?

How does the Ship of Theseus relate to personal identity?

The human body replaces nearly all its cells over 7–10 years. The Ship of Theseus paradox asks whether you are the same person you were a decade ago, or a new entity that inherited the old one's memories and form.

What are the main philosophical solutions?

Aristotle distinguished material cause (the planks) from formal cause (the ship's design). Spatiotemporal continuity theorists say the continuously maintained ship is the original. Mereological essentialists argue identity is tied to exact parts.

Does the Ship of Theseus have real-world applications?

Yes — it applies to software versioning (is a fully refactored codebase the same program?), corporate identity (a company that replaces all employees), and biological identity (organ transplants, prosthetics).

Sources

Embed

<iframe src="https://homo-deus.com/lab/philosophy/ship-of-theseus/embed" width="100%" height="400" frameborder="0"></iframe>
View source on GitHub