08.10.2016 Views

Foundations of Data Science

2dLYwbK

2dLYwbK

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

For x to be equal to zero, it must differ from its expected value by at least its expected<br />

value. Thus,<br />

Prob(x = 0) ≤ Prob ( |x − E(x)| ≥ E(x) ) .<br />

By Chebychev inequality,<br />

Prob(x = 0) ≤ Var(x)<br />

E 2 (x) ≤ d3 /6 + o(1)<br />

d 6 /36<br />

≤ 6 + o(1). (4.1)<br />

d3 Thus, for d ><br />

3√ 6 ∼ = 1.8, Prob(x = 0) < 1 and G(n, p) has a triangle with nonzero<br />

probability. For d < 3√ 6 and very close to zero, there simply are not enough edges in the<br />

graph for there to be a triangle.<br />

4.2 Phase Transitions<br />

Many properties <strong>of</strong> random graphs undergo structural changes as the edge probability<br />

passes some threshold value. This phenomenon is similar to the abrupt phase transitions in<br />

physics, as the temperature or pressure increases. Some examples <strong>of</strong> this are the abrupt<br />

appearance <strong>of</strong> cycles in G(n, p) when p reaches 1/n and the disappearance <strong>of</strong> isolated<br />

vertices when p reaches log n . The most important <strong>of</strong> these transitions is the emergence <strong>of</strong><br />

n<br />

a giant component, a connected component <strong>of</strong> size Θ(n), which happens at d = 1. Recall<br />

Figure 4.1.<br />

Probability Transition<br />

p = 0 Isolated vertices<br />

p = o( 1 ) n<br />

Forest <strong>of</strong> trees, no component<br />

<strong>of</strong> size greater than O(log n)<br />

p = d , d < 1<br />

n<br />

All components <strong>of</strong> size O(log n)<br />

p = d , d = 1 n Components <strong>of</strong> size O(n 2 3 )<br />

p = d , d > 1 Giant component plus O(log n) components<br />

n<br />

p = √ √<br />

2 Diameter two<br />

p = 1 ln n<br />

2 n<br />

p = ln n<br />

n<br />

p = 1 2<br />

ln n<br />

n<br />

Giant component plus isolated vertices<br />

Disappearance <strong>of</strong> isolated vertices<br />

Appearance <strong>of</strong> Hamilton circuit<br />

Diameter O(ln n)<br />

Clique <strong>of</strong> size (2 − ɛ) log n<br />

Table 1: Phase transitions<br />

For these and many other properties <strong>of</strong> random graphs, a threshold exists where an<br />

abrupt transition from not having the property to having the property occurs. If there<br />

p<br />

exists a function p (n) such that when lim 1 (n)<br />

= 0, G (n, p<br />

n→∞ p(n)<br />

1 (n)) almost surely does not<br />

79

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!