Probability – Symmetry of Spectrum in Erd?s–Rényi Random Graphs

graph theorylinear algebrapr.probabilityrandom matrices

I am recently self-learning random matrix theory and made some simulations about the spectrum of Erdős–Renyi random graph $G(n,p)$ when $np\to\infty$,

Dense ER graph

and $np\to c=2,3$.

Sparse ER 2Sparse ER 3

The plots above are already normalized such that the $y$-axis is about the frenquency and the $x$-axis is the eigenvalues divided by $\sqrt{np(1-p)}$.

Now it turns out that, although the spectrum itself is not symmetric (like the largest eigenvalue is far away from the bulk), the limiting shape is asymptotically symmetric. I wonder whether we can read this property out from the ER graph or its adjacency matrix directly, before we show that e.g. in the dense case the limiting distribution is the semi-circle law.

I kind of get why the atoms in sparse case are symmetric, because they come from small components of the graph which are trees, thus bipartite and bipartite graphs have symmetric spectrum.

But why is the continuous part in the sparse case, as well as the dense one, still symmetric?

For the sparse one I probably can explain it like, the contiuous part should be the contribution of the giant component which is also locally tree-like, but still not very promising (like, why is locally tree-like enough to guarantee symmetry?). And for the dense case I have no clue—the graph does not seem bipartite to me.

Best Answer

The Erdős–Renyi random matrix $G$ is a rank-one perturbation of a matrix $H$ with zero mean, $$G=H+pv^\top v,\;\;v=(1,1,\ldots 1)^\top.$$ The spectrum of $H$ is symmetric, while the eigenvalues $\lambda_k(G)$ of $G$ (numbered in ascending order) are interlaced with those of $H$, $$\lambda_k(H)\leq\lambda_{k+1}(G)\leq\lambda_{k+2}(H),\;\;1\leq k\leq n-2.$$ So except for the largest eigenvalue $\lambda_n(G)$, which is an outlier, the spectrum of $G$ will be approximately symmetric.

Related Question