The Small-World Phenomenon:
An Algorithmic Perspective 1

Jon Kleinberg 2

Abstract:

Long a matter of folklore, the ``small-world phenomenon'' -- the principle that we are all linked by short chains of acquaintances -- was inaugurated as an area of experimental study in the social sciences through the pioneering work of Stanley Milgram in the 1960's. This work was among the first to make the phenomenon quantitative, allowing people to speak of the ``six degrees of separation'' between any two people in the United States. Since then, a number of network models have been proposed as frameworks in which to study the problem analytically. One of the most refined of these models was formulated in recent work of Watts and Strogatz; their framework provided compelling evidence that the small-world phenomenon is pervasive in a range of networks arising in nature and technology, and a fundamental ingredient in the evolution of the World Wide Web.

But existing models are insufficient to explain the striking algorithmic component of Milgram's original findings: that individuals using local information are collectively very effective at actually constructing short paths between two points in a social network. Although recently proposed network models are rich in short paths, we prove that no decentralized algorithm, operating with local information only, can construct short paths in these networks with non-negligible probability. We then define an infinite family of network models that naturally generalizes the Watts-Strogatz model, and show that for one of these models, there is a decentralized algorithm capable of finding short paths with high probability. More generally, we provide a strong characterization of this family of network models, showing that there is in fact a unique model within the family for which decentralized algorithms are effective.

Introduction

The Small-World Phenomenon.

A social network exhibits the small-world phenomenon if, roughly speaking, any two individuals in the network are likely to be connected through a short sequence of intermediate acquaintances. This has long been the subject of anecdotal observation and folklore; often we meet a stranger and discover that we have an acquaintance in common. It has since grown into a significant area of study in the social sciences, in large part through a series of striking experiments conducted by Stanley Milgram and his co-workers in the 1960's [13,18,12]. Recent work has suggested that the phenomenon is pervasive in networks arising in nature and technology, and a fundamental ingredient in the structural evolution of the World Wide Web [17,19,2].

Milgram's basic small-world experiment remains one of the most compelling ways to think about the problem. The goal of the experiment was to find short chains of acquaintances linking pairs of people in the United States who did not know one another. In a typical instance of the experiment, a source person in Nebraska would be given a letter to deliver to a target person in Massachusetts. The source would initially be told basic information about the target, including his address and occupation; the source would then be instructed to send the letter to someone she knew on a first-name basis in an effort to transmit the letter to the target as efficaciously as possible. Anyone subsequently receiving the letter would be given the same instructions, and the chain of communication would continue until the target was reached. Over many trials, the average number of intermediate steps in a successful chain was found to lie between five and six, a quantity that has since entered popular culture as the ``six degrees of separation'' principle [7].

Modeling the Phenomenon.

Naturally, the empirical validation of the phenomenon has led to a rash of analytical work aimed at answering the following general question:
($\ast$) Why should there exist short chains of acquaintances linking together arbitrary pairs of strangers?
Most of the early work on this issue, beginning with analysis of Pool and Kochen that pre-dated Milgram's experiments [16], was based on versions of the following explanation: random networks have low diameter. (See for example the book of surveys edited by Kochen [11].) That is, if every individual in the United States were to have a small number of acquaintances selected uniformly at random from the population -- and if acquaintanceship were symmetric -- then two random individuals would be linked by a short chain with high probability. Even this early work recognized the limitations of a uniform random model; if A and B are two individuals with a common friend, it is much more likely that they themselves are friends. But at the same time, a network of acquaintanceships that is too ``clustered'' will not have the low diameter that Milgram's experiments indicated.

Recently, Watts and Strogatz proposed a model for the small-world phenomenon based on a class of random networks that interpolates between these two extremes, in which the edges of the network are divided into ``local'' and ``long-range'' contacts [19]. The paradigmatic example they studied was a ``re-wired ring lattice,'' constructed roughly as follows. One starts with a set V of n points spaced uniformly on a circle, and joins each point by an edge to each of its k nearest neighbors, for a small constant k. These are the ``local contacts'' in the network. One then introduces a small number of edges in which the endpoints are chosen uniformly at random from V -- the ``long-range contacts''. Watts and Strogatz argued that such a model captures two crucial parameters of social networks: there is a simple underlying structure that explains the presence of most edges, but a few edges are produced by a random process that does not respect this structure. Their networks thus have low diameter (like uniform random networks), but also have the property that many of the neighbors of a node uare themselves neighbors (unlike uniform random networks). They showed that a number of naturally arising networks exhibit this pair of properties (including the connections among neurons in the nematode species C. elegans, and the power grid of the Western U.S.); and their approach has been applied to the analysis of the hyperlink graph of the World Wide Web as well [1].

Networks that are formed from a superposition of a ``structured subgraph'' and a ``random subgraph'' have been investigated in the area of probabilistic combinatorics. In a fundamental instance of such an approach, Bollobás and Chung [5] gave bounds on the diameter of the random graph obtained by adding a random matching to the nodes of a cycle. (See also [6].)

The Present Work.

Let us return to Milgram's experiment. We claim that it really contains two fundamentally surprising discoveries: first, that such short chains should exist in the network of acquaintanceships; and second, that people should be able to find these chains knowing so little about the target individual. From an analytical point of view, the first of these discoveries is existential in nature, the second algorithmic -- it reveals that individuals who know only the locations of their direct acquaintances can still, collectively, construct a short path between two points in the network. We therefore propose to study the following natural companion to Question ($\ast$) above:
($\ast \ast$) Why should arbitrary pairs of strangers be able to find short chains of acquaintances that link them together?
It is important to note that Question ($\ast \ast$) raises issues that lie truly beyond the scope of Question ($\ast$): one can imagine networks in which short chains exist, but no mechanism based on purely local information is able to find them. The success of Milgram's experiment suggests a source of latent navigational ``cues'' embedded in the underlying social network, by which a message could implicitly be guided quickly from source to target. It is natural to ask what properties a social network must possess in order for it to exhibit such cues, and enable its members to find short chains through it.

In this work, we study ``decentralized'' algorithms by which individuals, knowing only the locations of their direct acquaintances, attempt to transmit a message from a source to a target along a short path. Our central findings are the following.

The Model: Networks and Decentralized Algorithms.

We now give precise definitions for our network model and our notion of a decentralized algorithm; we then provide formal statements of the main results.


  
Figure 1: (A) A two-dimensional grid network with n = 6, p = 1, and q = 0. (B) The contacts of a node u with p = 1 and q = 2. v and w are the two long-range contacts.
\begin{figure*}
\begin{center}
\psfig{figure=lattice-dir.eps,height=140pt}\end{center}\end{figure*}

In designing our network model, we seek a simple framework that encapsulates the paradigm of Watts and Strogatz -- rich in local connections, with a few long-range connections. Rather than using a ring as the basic structure, however, we begin from a two-dimensional grid and allow for edges to be directed. Thus, we begin with a set of nodes (representing individuals in the social network) that are identified with the set of lattice points in an $n \times n$ square, $\{(i,j) : i \in \{1, 2, \ldots, n\}, j \in \{1, 2, \ldots, n\}\},$and we define the lattice distance between two nodes (i,j) and $(k,\ell)$ to be the number of ``lattice steps'' separating them: $d((i,j), (k,\ell)) = \vert k - i\vert + \vert\ell - j\vert.$For a universal constant $p \geq 1$, the node u has a directed edge to every other node within lattice distance p -- these are its local contacts. For universal constants $q \geq 0$ and $r \geq 0$, we also construct directed edges from u to qother nodes (the long-range contacts) using independent random trials; the $
{{i}^{\rm th}}
$ directed edge from u has endpoint vwith probability proportional to [d(u,v)]-r. (To obtain a probability distribution, we divide this quantity by the appropriate normalizing constant $\sum_v [d(u,v)]^{-r}$; we will call this the inverse $
{{r}^{\rm th}}
$-power distribution.)

This model has a simple ``geographic'' interpretation: individuals live on a grid and know their neighbors for some number of steps in all directions; they also have some number of acquaintances distributed more broadly across the grid. Viewing p and q as fixed constants, we obtain a one-parameter family of network models by tuning the value of the exponent r. When r = 0, we have the uniform distribution over long-range contacts, the distribution used in the basic network model of Watts and Strogatz -- one's long-range contacts are chosen independently of their position on the grid. As r increases, the long-range contacts of a node become more and more clustered in its vicinity on the grid. Thus, r serves as a basic structural parameter measuring how widely ``networked'' the underlying society of nodes is.

The algorithmic component of the model is based on Milgram's experiment. We start with two arbitrary nodes in the network, denoted s and t; the goal is to transmit a message from s to tin as few steps as possible. We study decentralized algorithms, mechanisms whereby the message is passed sequentially from a current message holder to one of its (local or long-range) contacts, using only local information. In particular, the message holder u in a given step has knowledge of

(i)
the set of local contacts among all nodes (i.e. the underlying grid structure);
(ii)
the location, on the lattice, of the target t; and
(iii)
the locations and long-range contacts of all nodes that have come in contact with the message.
Crucially, u does not have knowledge of the long-range contacts of nodes that have not touched the message. Given this, u must choose one of its contacts v, and forward the message to this contact. The expected delivery time of a decentralized algorithm -- a primary figure of merit in our analysis -- is the expected number of steps taken by the algorithm to deliver the message over a network generated according to an inverse $
{{r}^{\rm th}}
$-power distribution, from a source to a target chosen uniformly at random from the set of nodes. Of course, constraining the algorithm to use only local information is crucial to our model; if one had full global knowledge of the local and long-range contacts of all nodes in the network, the shortest chain between two nodes could be computed simply by breadth-first search.

The reader may worry that assumption (iii) above gives a decentralized algorithm too much power. However, it only strengthens our results: our lower bounds will hold even for algorithms that are given this knowledge, while our upper bounds make use of decentralized algorithms that only require assumptions (i) and (ii).

Statement of Results.

Our results explore the way in which the structure of the network affects the ability of a decentralized algorithm to construct a short path.

When r = 0 -- the uniform distribution over long-range contacts -- standard results from random graph theory can be used to show that with high probability there exist paths between every pair of nodes whose lengths are bounded by a polynomial in $\log n$, exponentially smaller than the total number of nodes. However, there is no way for a decentralized algorithm to find these chains:

Theorem 1   There is a constant $\alpha_0$, depending on p and qbut independent of n, so that when r = 0, the expected delivery time of any decentralized algorithm is at least $\alpha_0 n^{2/3}$. (Hence exponential in the expected minimum path length.)  

As the parameter r increases, a decentralized algorithm can take more advantage of the ``geographic structure'' implicit in the long-range contacts; at the same time, long-range contacts become less useful in moving the message a large distance. There is a value of r where this trade-off can be best exploited algorithmically; this is r = 2, the inverse-square distribution.

Theorem 2   There is a decentralized algorithm ${\cal A}$ and a constant $\alpha_2$, independent of n, so that when r = 2 and p = q = 1, the expected delivery time of ${\cal A}$is at most $\alpha_2 (\log n)^2$.  

This pair of theorems reflects a fundamental consequence of our model. When long-range contacts are formed independently of the geometry of the grid, short chains will exist but the nodes, operating at a local level, will not be able to find them. When long-range contacts are formed by a process that is related to the geometry of the grid in a specific way, however, then short chains will still form and nodes operating with local knowledge will be able to construct them.

We now comment on the ideas underlying the proofs of these results; the full details are given in the subsequent sections. The decentralized algorithm ${\cal A}$ that achieves the bound of Theorem 2 is the following simple rule: in each step, the current message-holder uchooses a contact that is as close to the target t as possible, in the sense of lattice distance. Note that algorithm ${\cal A}$ makes use of even less information than is allowed by our general model: the current message holder does not need to know anything about the set of previous message holders. To analyze an execution of algorithm ${\cal A}$, we say that it is in phase j if the lattice distance from the current message holder to the target is between 2j and 2j+1. We show that in phase j, the expected time before the current message holder has a long-range contact within lattice distance 2j of t is bounded proportionally to $\log n$; at this point, phase j will come to an end. As there are at most $1 + \log n$ phases, a bound proportional to $(\log n)^2$ follows. Interestingly, the analysis matches our intuition, and Milgram's description, of how a short chain is found in real life: ``The geographic movement of the [message] from Nebraska to Massachusetts is striking. There is a progressive closing in on the target area as each new person is added to the chain'' [13].

The impossibility result of Theorem 1 is based, fundamentally, on the fact that the uniform distribution prevents a decentralized algorithm from using any ``clues'' provided by the geometry of the grid. Roughly, we consider the set U of all nodes within lattice distance n2/3 of t. With high probability, the source s will lie outside of U, and if the message is never passed from a node to a long-range contact in U, the number of steps needed to reach t will be at least proportional to n2/3. But the probability that any message holder has a long-range contact in U is roughly n-2/3, so the expected number of steps before a long-range contact in U is found is at least proportional to n2/3 as well.


  
Figure 2: The lower bound implied by Theorem 3. The x-axis is the value of r; the y-axis is the resulting exponent on n.
\begin{figure*}
\begin{center}
\hspace*{0.01in}
\psfig{figure=plot5.eps,height=220pt}\end{center}\end{figure*}

More generally, we can show a strong characterization theorem for this family of models: r = 2 is the only value for which there is a decentralized algorithm capable of producing chains whose length is a polynomial in $\log n$:

Theorem 3 (a)   Let $0 \leq r < 2$. There is a constant $\alpha_r$, depending on p, q, r, but independent of n, so that the expected delivery time of any decentralized algorithm is at least $\alpha_r n^{(2-r)/3}$.

(b) Let r > 2. There is a constant $\alpha_r$, depending on p, q, r, but independent of n, so that the expected delivery time of any decentralized algorithm is at least $\alpha_r n^{(r-2)/(r-1)}.$ 

The complete proof of this theorem is given in Section 3. The proof of (a) is analogous to that of Theorem 1. The proof of (b), on the other hand, exposes a ``dual'' obstacle for decentralized algorithms: with a large value of r, it takes a significant amount of time before the message reaches a node with a long-range contact that is far away in lattice distance. This effectively limits the ``speed'' at which the message can travel from s to t.

Although we have focused on the two-dimensional grid, our analysis can be applied more broadly. We can generalize our results to k-dimensional lattice networks, for constant values of k, as well as less structured graphs with analogous scaling properties. In the k-dimensional case, a decentralized algorithm can construct paths of length polynomial in $\log n$ if and only if r = k.

The results suggest a fundamental network property, distinct from diameter, that helps to explain the success of small-world experiments. One could think of it as the ``transmission rate'' of a class of networks: the minimum expected delivery time of any decentralized algorithm operating in a random network drawn from this class. Thus we see that minimizing the transmission rate of a network is not necessarily the same as minimizing its diameter. This may seem counter-intuitive at first, but in fact it formalizes a notion raised initially -- in addition to having short paths, a network should contain latent structural cues that can be used to guide a message towards a target. The dependence of long-range connections on the geometry of the lattice is providing precisely such implicit information.

Indeed, the proofs of the theorems reveal a general structural property that implies the optimality of the exponent r = 2for the two-dimensional lattice: it is the unique exponent at which a node's long-range contacts are nearly uniformly distributed over all ``distance scales.'' Specifically, given any node u, we can partition the remaining nodes of the lattice into sets $A_0, A_1, A_2, \ldots, A_{\log n}$, where Aj consists of all nodes whose lattice distance to u is between 2j and 2j+1. These sets naturally correspond to different levels of ``resolution'' as we move away from u; all nodes in each Aj are at approximately the same distance (to within a factor of 2) from u. At exponent r = 2, each long-range contact of u is nearly equally likely to belong to any of the sets Aj; when r < 2, there is a bias toward sets Aj at greater distances, and when r > 2, there is a bias toward sets Aj at nearer distances.

Other Related Work.

There has been work aimed at modeling the way in which individuals in Milgram's experiments chose recipients for their letters. Some of this work is related in spirit to what we do here, though using very different perspectives and models. Killworth and Bernard [10], in their ``reverse small-world experiments,'' asked a set of respondents to explain how they chose to send letters in a run of the small-world experiment, and used this information to look for common principles at an empirical level. At an analytical level, White [20] investigated the probability that a chain would ``die out'' through an individual's failure to participate, and Hunter and Shotland [8] studied the passage of a chain through different social ``categories.'' In the context of a ``referral system'' for the World Wide Web, Kautz, Selman, and Shah [17] ran simulations of communication in an abstract social network in which each individual was given pre-defined accuracy and responsiveness parameters. The distinction between the mere existence of short paths linking points on the World Wide Web, and the ability of agents to find them, has also been raised recently in work of Albert, Jeong, and Barabasi [2,9].

   
Upper Bound for the Inverse-Square Distribution

We now present proofs of the theorems discussed in the previous section. When we analyze a decentralized algorithm, we can adopt the following equivalent formulation of the model, which will make the exposition easier. Although our model considers all long-range contacts as being generated initially, at random, we invoke the ``Principle of Deferred Decisions'' -- a common mechanism for analyzing randomized algorithms [14] -- and assume that the long-range contacts of a node v are generated only when the message first reaches v. Since a decentralized algorithm does not learn the long-range contacts of v until the message reaches v, this formulation is equivalent for the purposes of analysis.

A comment on the notation: $\log n$ denotes the logarithm base 2, while $\ln n$ denotes the natural logarithm, base e.

Proof of Theorem 2.

Since p = q = 1, we have a network in which each node u is connected to its four nearest neighbors in the lattice (two or three neighbors in the case of nodes on the boundary), and has a single long-range contact v. The probability that u chooses v as its long-range contact is $d(u,v)^{-2} / \sum_{v \neq u} d(u,v)^{-2}$, and we have

\begin{eqnarray*}\sum_{v \neq u} d(u,v)^{-2} & \leq & \sum_{j=1}^{2n-2} (4j)(j^{...
...=1}^{2n-2} j^{-1} \\
& \leq & 4 + 4 \ln (2n-2) \leq 4 \ln (6n).
\end{eqnarray*}


Thus, the probability that v is chosen is at least $[4 \ln (6n) d(u,v)^2]^{-1}$.

The decentralized algorithm ${\cal A}$ is defined as follows: in each step, the current message-holder uchooses a contact that is as close to the target t as possible, in the sense of lattice distance. For j > 0, we say that the execution of ${\cal A}$ is in phase j when the lattice distance from the current node to t is greater than 2j and at most 2j+1. We say ${\cal A}$ is in phase 0 when the lattice distance to t is at most 2. Thus, the initial value of j is at most $\log n$. Now, because the distance from the message to the target decreases strictly in each step, each node that becomes the message holder has not touched the message before; thus, we may assume that the long-range contact from the message holder is generated at this moment.

Suppose we are in phase j, $\log (\log n) \leq j < \log n$, and the current message holder is u. What is the probability that phase j will end in this step? This requires the message to enter the set Bj of nodes within lattice distance 2j of t. There are at least

\begin{displaymath}1 + \sum_{i=1}^{2^j} i =
\frac{1}{2}2^{2j} + \frac{1}{2}2^j + 1 > 2^{2j-1}\end{displaymath}

nodes in Bj, each is within lattice distance 2j+1 + 2j < 2j+2 of u, and hence each has a probability of at least $(4 \ln (6n) 2^{2j + 4})^{-1}$ of being the long-range contact of u. If any of these nodes is the long-range contact of u, it will be u's closest neighbor to t; thus the message enters Bj with probability at least

\begin{displaymath}\frac{2^{2j-1}}{4 \ln (6n) 2^{2j + 4}} =
\frac{1}{128 \ln (6n)}.\end{displaymath}

Let Xj denote total number of steps spent in phase j, $\log (\log n) \leq j < \log n$. We have

\begin{eqnarray*}EX_j & = & \sum_{i=1}^\infty
{\rm Pr}\left[{X_j \geq i}\right]...
...(1 - \frac{1}{128 \ln (6n)}\right)^{i-1} \\
& = & 128 \ln (6n).
\end{eqnarray*}


An analogous set of bounds shows that $EX_j \leq 128 \ln (6n)$ for $j = \log n$ as well. Finally, if $0 \leq j \leq \log (\log n)$, then $EX_j \leq 128 \ln (6n)$ holds for the simple reason that the algorithm can spend at most $\log n$ steps in phase j even if all nodes pass the message to a local contact.

Now, if X denotes the total number of steps spent by the algorithm, we have

\begin{displaymath}X = \sum_{j=0}^{\log n} X_j,\end{displaymath}

and so by linearity of expectation we have $EX \leq (1 + \log n)(128 \ln (6n)) \leq \alpha_2 (\log n)^2$for a suitable choice of $\alpha_2$.

   
Lower Bounds for Other Distributions

We first expand our model of a decentralized algorithm slightly; it will correspondingly strengthen the result to show a lower bound for this new model. An algorithm initially has knowledge of the grid structure, all the local contacts, and the locations of s and t. In step i, some set Si of nodes has touched the message. At this point, the algorithm has knowledge of all long-range contacts of all nodes in Si. (Following our style of analysis, the long-range contacts of other nodes will be constructed only as the message reaches them.) Based on this information, it chooses any contact v of any node in Si that has not yet received the message -- v need not be a contact of the current message holder -- and it sends the message to v. The set Si+1 thus contains one element more than Si, and the algorithm iterates. This is the same as our initial model of a decentralized algorithm, except that we do not count steps in which the algorithm ``backtracks'' by sending the message through a node that has already received it.

For technical reasons, we will add one additional feature to the algorithms we consider. An algorithm will run for an infinite sequence of steps; initially it behaves as above, and once the message reaches t, the message remains at t in all subsequent steps. Thus, when we consider the $
{{i}^{\rm th}}
$ step of a given algorithm, we need not worry that it has already terminated by this step.

We now prove the two parts of Theorem 3; note that part (a) implies Theorem 1 by setting r = 0. As in Section 2, we will invoke the Principle of Deferred Decisions [14] in the analysis.

Proof of Theorem 3a.

We consider an arbitrary decentralized algorithm of the type described above, and consider the expected number of steps required for the message to travel from s to t, for nodes s and t generated uniformly at random from the grid.

Note that because we have the freedom to choose the constant $\alpha_r$, we may also assume that nis at least as large as some fixed absolute constant n0. The probability that a node u chooses v as its $
{{i}^{\rm th}}
$ out of q long-range contacts is $d(u,v)^{-r} / \sum_{v \neq u} d(u,v)^{-r}$, and we have

\begin{eqnarray*}\sum_{v \neq u} d(u,v)^{-r} & \geq & \sum_{j=1}^{n/2} (j)(j^{-r...
...2)^{2-r} - 1) \\
& \geq & \frac{1}{(2-r)2^{3-r}} \cdot n^{2-r},
\end{eqnarray*}


where the last line follows if we assume $n \geq 2^{3-r}$. Let $\delta = (2-r) / 3$.

Let U denote the set of nodes within lattice distance $p n^\delta$ of t. Note that

\begin{displaymath}\vert U\vert \leq 1 + \sum_{j=1}^{p n^\delta} 4j
\leq 4p^2 n^{2 \delta},\end{displaymath}

where we assume n is large enough that $p n^{\delta} \geq 2$. Define $\lambda = ((2-r) 2^{7-r} qp^2)^{-1}$. Let ${\cal E}'$ be the event that within $\lambda n^\delta$ steps, the message reaches a node other than twith a long-range contact in U. Let ${\cal E}_i'$ be the event that in step i, the message reaches a node other than twith a long-range contact in U; thus $\displaystyle{{\cal E}' = \bigcup_{i \leq \lambda n^\delta} {\cal E}_i'}$. Now, the node reached at step i has q long-range contacts that are generated at random when it is encountered; so we have

\begin{eqnarray*}{\rm Pr}\left[{{\cal E}_i'}\right]
& \leq & \frac{q \vert U\ve...
...-r}} \\
& = & \frac{(2-r) 2^{5-r} qp^2 n^{2 \delta}}{n^{2-r}} .
\end{eqnarray*}


Since the probability of a union of events is bounded by the sum of their probabilities,

\begin{eqnarray*}{\rm Pr}\left[{{\cal E}'}\right]
& \leq & \sum_{i \leq \lambda...
...a}}{n^{2-r}} \\
& = & (2-r) 2^{5-r} \lambda q p^2 \leq \frac14.
\end{eqnarray*}


We now define two further events. Let ${\cal F}$ denote the event that the chosen source sand target t are separated by a lattice distance of at least n/4. One can verify that $
{\rm Pr}\left[{{\cal F}}\right]
\geq \frac{1}{2}$. Since $
{\rm Pr}\left[{\overline{{\cal F}} \vee {\cal E}'}\right]
\leq \frac{1}{2}+ \frac14$, $
{\rm Pr}\left[{{\cal F}\wedge \overline{{\cal E}'}}\right]
\geq \frac14.$

Finally, let X denote the random variable equal to the number of steps taken for the message to reach t, and let ${\cal E}$ denote the event that the message reaches t within $\lambda n^\delta$ steps. We claim that if ${\cal F}$ occurs and ${\cal E}'$ does not occur, then ${\cal E}$ cannot occur. For suppose it does. Since $d(s,t) \geq n/4 > p \lambda n^{\delta}$, in any s-t path of at most $\lambda n^\delta$ steps, the message must be passed at least once from a node to a long-range contact. Moreover, the final time this happens, the long-range contact must lie in U. This contradicts our assumption that ${\cal E}'$ does not occur.

Thus, $
{\rm Pr}\left[{{\cal E}}~\vert~{{\cal F}\wedge \overline{{\cal E}'}}\right]
= 0$, hence $
E\left[{X}~\vert~{{\cal F}\wedge \overline{{\cal E}'}}\right]
\geq \lambda n^{\delta}$. Since

\begin{displaymath}EX \geq
E\left[{X}~\vert~{{\cal F}\wedge \overline{{\cal E}'...
...\overline{{\cal E}'}}\right]
\geq \frac14 \lambda n^{\delta},\end{displaymath}

part (a) of the theorem follows.

Proof of Theorem 3b.

We now turn to part (b) of the theorem, when r > 2. Again we consider an arbitrary decentralized algorithm; and again, as necessary, we may assume that n is larger than some fixed absolute constant n0. We write $\varepsilon= r - 2$. Consider a node u, and let v be a randomly generated long-range contact of v. The normalizing constant for the inverse $
{{r}^{\rm th}}
$-power distribution is at least 1, and so for any m, we have

\begin{eqnarray*}{\rm Pr}\left[{d(u,v) > m}\right]
& \leq & \sum_{j=m+1}^{2n-2}...
...& \leq & (r-2)^{-1} m^{2-r} = \varepsilon^{-1} m^{-\varepsilon}.
\end{eqnarray*}


We set $\beta = \frac{\varepsilon}{1 + \varepsilon}$, $\gamma = \frac{1}{1 + \varepsilon}$, and $\lambda' = \frac{\min(\varepsilon,1)}{8q}$. We will assume n has been chosen large enough that $n^\gamma \geq p$. Let ${\cal E}_i'$ be the event that in step i, the message reaches a node $u \neq t$ that has a long-range contact v satisfying $d(u,v) > n^\gamma$. Let $\displaystyle{{\cal E}' = \bigcup_{i \leq \lambda' n^{\beta}} {\cal E}_i'}$be the event that this happens in the first $\lambda' n^{\beta}$ steps. We have

\begin{eqnarray*}{\rm Pr}\left[{{\cal E}'}\right]
& \leq & \sum_{i \leq \lambda...
...silon\gamma} \\
& = & \lambda' q \varepsilon^{-1} \leq \frac14.
\end{eqnarray*}


As in part (a), we define ${\cal F}$ to be the event that s and t are separated by a lattice distance of at least n/4. Observe that $
{\rm Pr}\left[{{\cal F}\wedge \overline{{\cal E}'}}\right]
\geq \frac14.$Let X denote the random variable equal to the number of steps taken for the message to reach t, and let ${\cal E}$ denote the event that the message reaches t within $\lambda' n^{\beta}$ steps. We claim that if ${\cal F}$ occurs and ${\cal E}'$ does not occur, then ${\cal E}$ cannot occur. For if ${\cal E}'$ does not occur, then the message can move a lattice distance of at most $n^\gamma$ in each of its first $\lambda' n^{\beta}$ steps. This is a total lattice distance of at most

\begin{displaymath}\lambda' n^{\beta + \gamma} = \lambda' n < n/4,\end{displaymath}

and so the message will not reach t given that ${\cal F}$ occurs.

Thus $
E\left[{X}~\vert~{{\cal F}\wedge \overline{{\cal E}'}}\right]
\geq \lambda' n^{\beta}$. Since

\begin{displaymath}EX \geq
E\left[{X}~\vert~{{\cal F}\wedge \overline{{\cal E}'...
... \overline{{\cal E}'}}\right]\geq \frac14 \lambda' n^{\beta},\end{displaymath}

part (b) of the theorem follows.

Conclusion

Algorithmic work in different settings has considered the problem of routing with local information; see for example the problem of designing compact routing tables for communication networks [15] and the problem of robot navigation in an unknown environment [3]. Our results are technically quite different from these; but they share the general goal of identifying qualitative properties of networks that makes routing with local information tractable, and offering a model for reasoning about effective routing schemes in such networks. While we have deliberately focused on a very clean model, we believe that a more general conclusion can be drawn for small-world networks: that the correlation between local structure and long-range connections provides fundamental cues for finding paths through the network. When this correlation is near a critical threshold, the structure of the long-range connections forms a type of ``gradient'' that allows individuals to guide a message efficiently toward a target. As the correlation drops below this critical value and the social network becomes more homogeneous, these cues begin to disappear; in the limit, when long-range connections are generated uniformly at random, our model describes a world in which short chains exist but individuals, faced with a disorienting array of social contacts, are unable to find them.

Acknowledgements.

We thank Steve Strogatz for many valuable discussions on this topic.

Bibliography

1
L. Adamic, ``The small world Web,'' Proceedings of the European Conf. on Digital Libraries, 1999.

2
R. Albert, H. Jeong, A.-L. Barabasi, ``The diameter of the World Wide Web,'' Nature 401, 130 (1999).

3
P. Berman, ``On-line searching and navigation,'' On-Line Algorithms: The State of the Art, A. Fiat and G. Woeginger, Eds., Springer, 1998.

4
B. Bollobás, Random Graphs (Academic Press, London, 1985).

5
B. Bollobás, F.R.K. Chung, ``The diameter of a cycle plus a random matching,'' SIAM J. Discrete Math. 1, 328 (1988).

6
F.R.K. Chung, M.R. Garey, ``Diameter bounds for altered graphs,'' J. Graph Theory 8, 511 (1984).

7
J. Guare, Six Degrees of Separation: A Play (Vintage Books, New York, 1990).

8
J. Hunter and R. Shotland, ``Treating data collected by the small world method as a Markov process,'' Social Forces 52, 321 (1974).

9
J. Kaiser, Ed., ``It's a small Web after all,'' Science 285, 1815 (1999).

10
P. Killworth and H. Bernard, ``Reverse small world experiment,'' Social Networks 1, 159 (1978).

11
M. Kochen, Ed., The Small World (Ablex, Norwood, 1989).

12
C. Korte and S. Milgram, ``Acquaintance networks between racial groups: Application of the small world method,'' J. Personality and Social Psych., 15, 101 (1978).

13
S. Milgram, ``The small world problem,'' Psychology Today 1, 61 (1967).

14
R. Motwani and P. Raghavan, Randomized Algorithms (Cambridge University Press, Cambridge, 1995).

15
D. Peleg, E. Upfal, ``A trade-off between size and efficiency for routing tables,'' Journal of the ACM 36(1989).

16
I. de Sola Pool and M. Kochen, ``Contacts and influence,'' Social Networks 1, 5 (1978).

17
H. Kautz, B. Selman, M. Shah, ``ReferralWeb: Combining Social Networks and Collaborative Filtering,'' Communications of the ACM, 30, 3 (March 1997).

18
J. Travers and S. Milgram, ``An experimental study of the small world problem,'' Sociometry 32, 425 (1969).

19
D. Watts and S. Strogatz, ``Collective dynamics of small-world networks,'' Nature 393, 440 (1998).

20
H. White, ``Search parameters for the small world problem,'' Social Forces 49, 259 (1970).

About this document ...

The Small-World Phenomenon:
An Algorithmic Perspective 1

This document was generated using the LaTeX2HTML translator Version 98.1p1 release (March 2nd, 1998)

Copyright © 1993, 1994, 1995, 1996, 1997, Nikos Drakos, Computer Based Learning Unit, University of Leeds.

The command line arguments were:
latex2html -split 0 swn.tex.



Footnotes

... Perspective1
A version of this work appears as Cornell Computer Science Technical Report 99-1776 (October 1999).
... Kleinberg2
Department of Computer Science, Cornell University, Ithaca NY 14853. Supported in part by a David and Lucile Packard Foundation Fellowship, an Alfred P. Sloan Research Fellowship, an ONR Young Investigator Award, and NSF Faculty Early Career Development Award CCR-9701399.

Jon Kleinberg
Department of Computer Science
Cornell University
Ithaca NY 14853