For our weekly research class I had to prepare a presentation of "On random matrices" by Erdös and Rényi. Despite the title, it is essentially about bipartite graphs, proving that a random bipartite graph on vertices (
vertices in each part) with
edges has positive probability of containing a set of
independent edges as
grows infinitely.
The paper is written in an over-concise manner and relies heavily on tricky manipulation of binomial coefficients. I spent several days figuring out all the details, so I thought it would be nice to have the commentary online, should someone ever need help on the paper.
My first problem was the transformation of equation (1.7) into equation (1.9). The quantities are probabilities of matrices with at least
0-lines (columns or rows), the equation (1.6) is the inclusion—exclusion principle and the equation (1.7) follows from an analysis of matrices with
0-rows and
0-columns. Having






The next problem was between equations (1.11):
In the latter equation is some constant, depending only on
. Transforming the first three binomial coefficients in (1.11) relies upon the inequality
which is a simplified version of Stirling's approximation. Hence:







Partly cancelling out the factorials we arrive to:
For the first product we estimate:





The inequalities in paragraph 2 (transition from (2.6) to (2.7) and from (2.9) to (2.10)) are proved pretty much along the same lines. The only difficulty I noticed is that the proof of (2.10) for should be carried out separately from other values of
, being the only case for which the inequality
does not hold.
I do hope my commentary will someday save somebody the pain of getting through the equations of this paper.