A random graph is one which is generated through some amount of randomness.
Definition 76
An Erdos-Renyi random graph G(n,p) is an undirected graph on n≥1 vertices where each edge exists independently with probability p.
With random graphs, we often ask what happens to particular properties as n→∞ and p scales with some relationship to n. In particular, we want that property to hold with high probability (i.e, as n→∞, the probabilty that G(n,p) has the property approaches 1).
Theorem 42
Every monotone graph property (adding more edges doesn't delete the property) has a sharp threshold tn where if p≫tn, then G(n,p) has p with high probability and does not have p with high probability if tn≪G(n,p).
One example of a threshold is the connectivity threshold.
Theorem 43 (Erdos-Renyi Connectivity Theorem)
Fix λ>0 and let pn=λnlogn. If λ>1, then P(G(n,pn) is connected) with probability approaching 1, and if λ<1, then P(G(n,pn) is disconnected)with probability approaching 1