Random Geometric Graph
- Motivation: We want to capture spatial or geometric constraints in real-world networks over a given space
- Notation:
- Model: Fixed number of nodes uniformly sampled over a given metric space, e.g., with Euclidean distance, undirected, form an edge between two nodes if their distance is less than or equal to
- To avoid dealing with boundary effects, we can also use the toroidal distance:
- Phase transitions in terms of
- Connectivity:
- There exists such that the graph is connected if and disconnected if
- Giant component: for with Euclidean distance
- Connectivity:
Poisson Point Process
A Poisson point process generalizes the Poisson Process to higher dimensions but enjoys similar properties. Specifically, a counting process on space is a (homogenous) Poisson point process if
- for any disjoint sets , the r.v.s are independent, and
- for any bounded and closed set , for some and is the volume of .
Some properties of a Poisson Process also enjoyed by a Poisson point process:
- Conditioned on , the points in are i.i.d. uniformly distributed over .
Analyzing a random geometric graph using a Poisson point process with parameter is backed by the following theorem:
Tauberian
For any function that acts on and is non-decreasing in , let be the corresponding random variable when is evaluated on nodes generated by a Poisson point process with intensity . Then, if for some , then .
Connectivity
We evenly partition into squares. Then, a sufficient condition of connectivity is that each square has at least one node, and that of disconnectivity is that 8 squares around a center square are empty. For any square to have no node, the probability is . Let for some . Then, the probability of the complement of the first event is bounded above by
Let for some . We get
Thus, works for connectivity.
For disconnectivity, let . Then, the probability of a square that has a node but all its 8 neighbors are empty is
Let for some . We get
Then, the number of such squares is lower bounded by
Since the number of such squares follows a Binomial Distribution, its variance is smaller than its mean. Then, by the Moment Method, we have the probability of having at least one such square, and thus the probability of disconnectivity, approaches 1. Thus, works for disconnectivity.