The same step — meaning has directions.
Embeddings don't just cluster similar things. Their directions carry meaning too — so you can do arithmetic with them.
Last page, close meant similar. There is more to it: the directions in the space mean things as well. Take a fixed step in a fixed direction and you make a consistent change in meaning — and you can add and subtract those steps like numbers.
The famous demonstration was king − man + woman ≈ queen. In football the same trick reads Messi − Argentina + Portugal ≈ Ronaldo: start at “Messi”, take the step that leads from “Argentina” to “Portugal”, and you land on “Ronaldo” — Portugal's great in place of Argentina's.
Why does it land? Because an embedding is just a list of numbers. Give each a tiny two-number vector — (which country, how great a striker). The greatness number is relative: put the all-time greats at the top, 10, and lesser players lower (a very good one around 6, a steady international around 3). Subtract Argentina and the country cancels, leaving pure greatness; add a new country and you get that country's great.
Pick a country and watch the same step — Messi − Argentina + that country — land on its own all-time great.
Add and subtract the vectors, take the nearest.
The analogy is literally vector arithmetic on the embeddings, then a nearest-neighbour lookup — the same “find the closest point” from the last page.
Relationships are directions.
Closeness told us two things mean the same. Directions tell us how two things differ — and because the differences are just vectors, they add and subtract. “The star of a country” is one such direction, and it points the same way whichever country you start from.
Meaning laid out as geometry: near points are alike, and consistent relationships become consistent steps you can do arithmetic with. That is the real reason a search by meaning works so well.