Thank you for visiting this site. This article covers “The Ship of Theseus” paradox.
Rooted in Greek mythology, this paradox strikes at one of philosophy’s deepest questions: what does it mean for something to be the same thing? Because it touches themes so close to everyday life, once you start thinking about it the question tends to stick.
The Ship of Theseus
According to legend, the ship that carried the Athenian hero Theseus home after he slew the Minotaur on Crete was preserved by the Athenians for centuries as a memorial.
Being a wooden ship, it decayed with time. The Athenians maintained it by replacing rotting planks with fresh ones — one board here, a new rudder there. After enough cycles of repair, not a single piece of the original ship remained.
The question: Is the fully repaired ship still the Ship of Theseus?
A More Troubling Twist
The 17th-century English philosopher Thomas Hobbes made the puzzle even more vexing.
Suppose the removed old planks were saved rather than discarded, and eventually reassembled into a second ship. Now there are two ships:
- Ship A: The ship repaired plank by plank, still in harbour, having never left service as “the Ship of Theseus.”
- Ship B: A ship built entirely from the original planks of Theseus’s vessel.
Which one is the “real” Ship of Theseus?
Ship A has continuity: it never left service, it has always been called the Ship of Theseus. Ship B has the original matter: every piece of wood that once made up Theseus’s ship.
Both claims have merit — that is what makes this paradox so compelling.
Everyday Parallels
The Ship of Theseus may sound like a remote ancient puzzle, but the same problem appears in daily life.
Human body cells are said to be almost entirely replaced over roughly seven years (the actual biology is more complex, but the point stands). The person you were seven years ago and the person you are today share almost no physical matter. Yet we say we are the “same person.”
If your grandfather’s knife has its handle replaced, and then years later its blade replaced, is it still “grandfather’s knife”? If you swap every component of a smartphone one by one, is it still the same phone?
All of these questions share the same structure as the Ship of Theseus.
Philosophers’ Approaches
There are several major positions on this problem.
One is to prioritize continuity. So long as a ship’s existence as a continuous object is unbroken, it remains the same ship — even if every component is eventually replaced. This is why a Japanese temple regularly reconstructed on the same site is still considered the same temple.
Another prioritizes material composition. If identity is determined by physical constitution, then Ship B — built from the original wood — is the genuine article.
A third holds that “identity” itself is merely a convenient label humans apply. Nothing is ever perfectly identical over time; calling something “the same” is a practical decision driven by utility, not a metaphysical fact.
In the World of Programming
As a side note, this problem also arises in software. In object-oriented programming, if all properties of an object are changed, is it still the same object?
In databases, a record retains its identity as long as its ID stays the same, regardless of how its content changes — identity is equated with a unique identifier. This is a pragmatic solution to the paradox. The reason it works cleanly in software but not in the real world is precisely why the Ship of Theseus has remained unsolved for 2,000 years.
Summary
This article covered “The Ship of Theseus” paradox.
What it means for something to be the same thing is a philosophical problem with no clear answer from ancient Greece to the present day. Perhaps the fact that the question has no definitive answer is exactly what makes it worth continuing to think about.
To return to the full list of paradoxes, follow the link below.
Thank you for reading. We hope to see you in the next article.