The year is 1998. Two Cornell mathematicians, Duncan Watts and Steven Strogatz, publish a two-page paper in Nature that changes how scientists think about networks. Their question is deceptively simple: why does the world feel so small?
The observation goes back to Stanley Milgram's 1967 postal experiment, which gave us the phrase "six degrees of separation": any two strangers in the United States could be connected by a chain of about six acquaintances. That's striking — the US population is ~200 million, yet the social graph has a diameter of just six.
What Watts and Strogatz showed is that you don't need a clever design to get this. Start with a perfectly ordered ring — every node connected only to its nearest neighbors — and the diameter is huge. Add just a handful of random long-range shortcuts, and the diameter collapses dramatically while the local clustering (the tendency for your friends to also be friends with each other) stays nearly intact. That combination — short paths + high clustering — is the hallmark of a small-world network, and it appears everywhere: the power grid, the brain, the internet, and yes, your social graph.
Formally, a network is small-world if its average path length scales as (like a random graph) while its clustering coefficient remains much larger than in a random graph of the same size and density.
Comments
Loading comments...