Next: About this document ...
Up: Random Graphs
Previous: Random Graphs
We consider a particular model for random graphs called the Erdos-Renyi. An undirected random graph
is defined on a set of vertices
such that an edge in the graph is present with probability
and the occurence of these edges are statistically independant. An example would be
. In this graph the probability of vertex with degree
would be
The expected degree (i.e. mean) of any vertex is
with variance
.
Theorem 1.1
In
graph, almost all vertices of degree
or
.
In the asymptotic case as
tends to infinity by the central limit theorem we get the distribution for the degree to be
Let us consider
. We shall prove that we are very likely to find a vertex of degree
. Note that
and hence
.
As
grows bigger we see that
becomes 1 and
gets close to
. Further
tends to
. Therefore as
tends to infinity we get
when
. Hence with probability
there exists some vertex with degree
.
Giant Components
database of protein interaction. Vertices are proteins, edges mark interactions.
2730 vertices, 3602 edges.
Size of component 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 ... 1851
No of component 48 174 50 25 14 6 4 6 1 1 1 1 0 0 0 1 1
We know discuss and alternative method for generating random graphs. Consider a graph on
vertices and pick two random numbers between 1 and n and create an edge between them. After adding
edges, a giant component appears. After adding
edges the graph becomes connected.
Let us get back to our original model of graphs. Consider
.
: gaint component
: no giant component
connected.
Three alternatives are possible in the asymptotic case.
- The graph becomes connected.
- There exists an isolated vertex.
- The graph is not connected and there are no isolated vertices.
It can be shown that a shift occurs for the first two alternatives when
. Further the probability of alternative three occuring is small compared to two and hence can be ignored.
Let us compute the probability that a specific vertex is isolated, i.e.
. Hence the probability that there are no isolated vertices is
. We shall compute this probability for a few values of
.
- When
the probability is
- When
the probability is
- When
the probability is
The probability that a pair of vertices connected to each other but isolated otherwise is
=
. Probability of no isolated connected pair is therefore
Next: About this document ...
Up: Random Graphs
Previous: Random Graphs
Muthu Venkitasubramaniam
2005-02-04