Random Graphs
A random graph is one which is generated through some amount of randomness.
Definition 76
An Erdos-Renyi random graph is an undirected graph on vertices where each edge exists independently with probability .
With random graphs, we often ask what happens to particular properties as and scales with some relationship to . In particular, we want that property to hold with high probability (i.e, as , the probabilty that has the property approaches 1).
Theorem 42
Every monotone graph property (adding more edges doesn't delete the property) has a sharp threshold where if , then has with high probability and does not have with high probability if .
One example of a threshold is the connectivity threshold.
Last updated
Was this helpful?