I am currently trying to understand the paper “On the chromatic index of almost all graphs” by Erdős and Wilson. I have two doubts, I’d be grateful if someone could explain them to me. This is part of the proof the lemma “Almost all graphs have a unique vertex of maximum degree.”
My first doubt is in the following paragraph from the paper:
If $G$ is a random labeled graph with $n$ vertices, then the probability that a given vertex has degree $k$ is $\binom{n-1}{k}2^{1- n}$, since each edge of $G$ appears with probability $1/2$.
If $k = 1/2(n - 1) + t$ (say), then by a standard asymptotic argument for the binomial distribution (see, for example, [4, pp. 179-180]), we have $$\binom{n-1}{k}2^{1-n} = ( 1 + o(1))(1/2\pi n)^{-1/2}e^{-2t^2/n}.$$
It follows from the Inclusion-Exclusion Principle (as used, for example, in [6, pp. 71-72]) that for almost all graphs $G$, the maximum vertex-degree of $G$ is equal to $$1/2(n - 1) + 1/2(n \log n)^{1/2} + o(n \log n)^{1/2}.$$
Here I don’t understand how the Inclusion-Exclusion principle is used, and which events are being considered. I had a look at the referenced book, but the text there is confusing.
My second doubt is in the following paragraph:
But the probability that two given vertices both have degree $k$ is $(1+o(1))\binom{n-1}{k}^22^{2-2n}$, and so it is enough to prove that $$ n^2\sum' \binom{n-1}{k}^2 2^{2-2n}\rightarrow 0 $$ as $n\rightarrow \infty$ where the prime indicates that the summation extends only over those values of $k$ satisfying (3)
Here I don’t understand where the $n^2$ term comes from. Also, I am having difficulty in showing the limit tending to zero.
Thanks a lot for your time.
Some hints on solving the problem:
The probability is falling exponentially in $t$. So the probability for $k+t$ is $e^{-2(k+t)^2/n}≤ e^{-2t^2/n}e^{-4tk/n}$. If you now sum over $k≥0$, the last term is of order $$ \sum_{k≥0} e^{-4tk/n} ≤ e^{-4t\cdot 0/n} + \int_0^\infty e^{-4tk/n} \mathrm dk = 1 + \frac{n}{4t} = 1 + o(1). $$ So summing does nothing (at least for big enough $t$) and the probability to have degree $t$ is of the same order as the probability to have at least degree $t$.
If you input $t = \frac12\sqrt{n\log n}$ respective $t=\frac12\sqrt{(1-\epsilon)n\log n}$ into the formula, you get $$ \frac1{\sqrt{2\pi n}}e^{-2t^2/n} = \frac1{\sqrt{2\pi n}} e^{-(1-\epsilon)n\log n/2n} = \frac 1{\sqrt{2\pi n}}n^{-\frac{1-\epsilon}2} = O(n^{-1+\epsilon/2}) $$
The reason for the $n^2$ is that the term in the sum is "probability for two given vertices" and you need the "probability for any two vertices", which is why you must multiply by $\binom n2 = O(n^2)$.
An upper bound for the maximum degree can be proven with 2. The expected number of vertices with degree higher than $\frac{n-1}2 + \frac12\sqrt{(1+\epsilon)n\log n}$ is $nO(n^{-1-\epsilon/2}) = O(n^{-\epsilon/2})$. So there are such nodes only with probability o(1).
A lower bound can be similarly shown using the second moment method: The second moment of the amount of nodes with degree higher than $\frac{n-1}2 + \frac12\sqrt{(1-\epsilon)n\log n}$ is of order $nn^{-1+\epsilon/2} + n(n-1)n^{-2+\epsilon} \sim n^{\epsilon}$, the same order as the square of the first moment, this moment is of order $nn^{-1+\epsilon/2}$. So the probability that there are nodes with this degree goes to 1. (The $\sqrt{2\pi}$ cancel out.)
I could not show that the sum converges: The terms I get are of order $$ n^2\sum'\binom{n−1}k2^{2−2} \sim n^2 (n^{-1+\epsilon/2})^2 = n^{\epsilon} \to \infty. $$