Notes on random graphs from CS2304.
Introduction
G(n, p) Model [Erd ሷ𝑜s and R ƴ𝑒nyi1960]:
|V|=n is the number of vertices, and for and different ,
G actually denotes a probability space
• 𝑮(𝑛, 1/2)
(CLT) Near the mean, the binomial distribution is well approximated by the normal distribution.
Lemma.
For all integers n , k with n ≥ k ≥ 2; the probability that has a set of k independent vertices is at most
the probability that has a set of k clique is at most
- The expected number of k -cycles in is .
Properties of Almost All Graphs
Definition: as
, if the probability that a graph property appears in : - tends to 1: we say the property holds for almost all graphs
- tends to 0: we say the property fails for almost all graphs
Key theorems:
Existence of induced subgraphs:
For any constantand any graph , almost all contain an induced copy of . Adjacency property
:
For any disjoint vertex sets( ), there exists a vertex such that: is adjacent to every vertex in is adjacent to no vertex in
Chromatic Number
Definition:
- Vertex coloring: a map
such that adjacent vertices receive different colors - Chromatic number
: the minimum
- Vertex coloring: a map
Lower bound: for any
, almost all graphs satisfy: Proof: use the upper bound on independent sets:
Taking
, the probability tends to 0.
Phase Transition
Threshold definition: there exists a function
such that: - when
, almost surely does not have the property - when
, almost surely has the property
- when
Phase transition table:
| Probability| Structural property of the graph |
|—————————————-|————————————————————————|
|| A forest of trees, no connected component larger than |
|| All connected components have size | | | Connected components have size | | | A giant component exists + small components of size |
|| Diameter is 2 |
|| Giant component + isolated vertices |
|| Isolated vertices disappear; a Hamiltonian cycle appears; diameter |
|| A clique of size exists |
Moment Methods
First Moment Method
- Markov’s inequality: for a non-negative random variable
and : - Application: If
, the property almost surely does not occur.
Second Moment Method
Theorem: if
and , then almost surely: Example application (the threshold for diameter 2):
- Threshold point:
- Define the indicator variables:
- When
: : → diameter : → diameter
- Threshold point:
Monotone Properties and the Existence of Thresholds
- Monotone property: adding edges never destroys the property (e.g. connectivity, no isolated vertices)
- Theorem: every monotone property
has a threshold , where is the smallest real number satisfying: - Key of the proof:
- when
: the -fold replication technique shows - when
:
- when
Translated from the Chinese original.

