Can anybody help me to proof the expression $$L_K *L_G=N L_G$$ where $L_K$ is the Laplacian matrix of a complete graph on $N$ vertices, $L_G$ is the Laplacian matrix of any connected graph with $N$ vertices, and $*$ is just standard matrix multiplication?
Laplacian matrix is standard Laplacian matrix as defined on page $5$ of this document. The graph is simple (it does not have self loops) and connected.
Thanks in advance
Well, there are two key observations:
Now your formula follows.